[pypy-commit] pypy llimpl: Fix --sandbox translation

2016-02-14 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82247:44df4ef6c185 Date: 2016-02-14 16:39 + http://bitbucket.org/pypy/pypy/changeset/44df4ef6c185/ Log:Fix --sandbox translation diff --git a/rpython/annotator/policy.py b/rpython/annotator/policy.py --- a/rpython/annotator/policy.py +++ b/rp

[pypy-commit] pypy jit-leaner-frontend: merge default

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82246:2ed3235da4bc Date: 2016-02-14 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2ed3235da4bc/ Log:merge default diff too long, truncating to 2000 out of 35347 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.git

[pypy-commit] pypy jit-leaner-frontend: small fix

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82245:5f6bc638d07b Date: 2016-02-14 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/5f6bc638d07b/ Log:small fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test/test

[pypy-commit] pypy jit-leaner-frontend: fix oparser up to the point. I'm not completely convinced what's the point of MockLoopModel any more

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82244:86783301e2bd Date: 2016-02-14 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/86783301e2bd/ Log:fix oparser up to the point. I'm not completely convinced what's the point of MockLoopModel any more diff --git a/rpython/ji

[pypy-commit] pypy jit-leaner-frontend: start working on a much simplified encoder

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82243:1ce0ba36d602 Date: 2016-02-14 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1ce0ba36d602/ Log:start working on a much simplified encoder diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py -

[pypy-commit] pypy default: Check for the existence of CODESET, not that it's a truthy value. CODESET is set from langinfo.h -- the value on Linux is 14, but the value on BSD is 0, so this should have

2016-02-14 Thread HawkOwl
Author: Amber Brown Branch: Changeset: r82241:261c7622b920 Date: 2016-02-15 00:20 +0800 http://bitbucket.org/pypy/pypy/changeset/261c7622b920/ Log:Check for the existence of CODESET, not that it's a truthy value. CODESET is set from langinfo.h -- the value on Linux is 14, but the

[pypy-commit] pypy default: Merged in HawkOwl/pypy (pull request #400)

2016-02-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82242:f5bb0b58e857 Date: 2016-02-14 11:22 -0500 http://bitbucket.org/pypy/pypy/changeset/f5bb0b58e857/ Log:Merged in HawkOwl/pypy (pull request #400) Check for the existence of CODESET, not that it's a truthy value. diff --git a/pypy/module/s

[pypy-commit] pypy cpyext-gc-support-2: Kill PyPy_Borrow()

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82240:9c732bb2412b Date: 2016-02-14 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/9c732bb2412b/ Log:Kill PyPy_Borrow() diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__ini

[pypy-commit] pypy default: expand this point

2016-02-14 Thread fijal
Author: fijal Branch: Changeset: r82239:63df3933561b Date: 2016-02-14 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/63df3933561b/ Log:expand this point diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy cpyext-gc-support-2: fix intobject.py

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82238:8a49781b1d09 Date: 2016-02-14 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/8a49781b1d09/ Log:fix intobject.py diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/pypy/module/cpyext/intob

[pypy-commit] pypy default: update to cffi 1.5.2

2016-02-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r82237:c8eb59d57470 Date: 2016-02-14 12:12 +0100 http://bitbucket.org/pypy/pypy/changeset/c8eb59d57470/ Log:update to cffi 1.5.2 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/l

[pypy-commit] pypy cpyext-gc-support-2: next fix

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82236:e1849ada0ba5 Date: 2016-02-14 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/e1849ada0ba5/ Log:next fix diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.

[pypy-commit] pypy cpyext-gc-support-2: oops, W_ListObject.switch_to_object_strategy() will always make

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82235:52cda7675796 Date: 2016-02-14 11:42 +0100 http://bitbucket.org/pypy/pypy/changeset/52cda7675796/ Log:oops, W_ListObject.switch_to_object_strategy() will always make an internal copy, even if the strategy is already 'obje

[pypy-commit] pypy cpyext-gc-support-2: port some dict logic from cpyext-gc-support

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82234:439d7f2b1660 Date: 2016-02-14 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/439d7f2b1660/ Log:port some dict logic from cpyext-gc-support diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py -

[pypy-commit] pypy cpyext-gc-support-2: fix for test_sequence

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82233:103bd85674e7 Date: 2016-02-14 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/103bd85674e7/ Log:fix for test_sequence diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/se

[pypy-commit] pypy cpyext-gc-support-2: Return a borrowed result from PyList_GetItem by simply switching to the object strategy

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82232:e42c71fc80cc Date: 2016-02-14 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/e42c71fc80cc/ Log:Return a borrowed result from PyList_GetItem by simply switching to the object strategy diff --git a/pypy/module/cpyex

[pypy-commit] pypy cpyext-gc-support-2: Compile with "-g -O0" the examples

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82230:c55583423936 Date: 2016-02-14 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c55583423936/ Log:Compile with "-g -O0" the examples diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.

[pypy-commit] pypy cpyext-gc-support-2: fix

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82231:29943ebc709d Date: 2016-02-14 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/29943ebc709d/ Log:fix diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py +++ b/py

[pypy-commit] pypy cpyext-gc-support-2: fix weakrefobject

2016-02-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82229:cba976d16588 Date: 2016-02-14 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/cba976d16588/ Log:fix weakrefobject diff --git a/pypy/module/cpyext/weakrefobject.py b/pypy/module/cpyext/weakrefobject.py --- a/pypy/module/cp