[pypy-commit] pypy s390x-backend: catchup with default

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82137:506ffad57f5e Date: 2016-02-10 09:01 +0100 http://bitbucket.org/pypy/pypy/changeset/506ffad57f5e/ Log:catchup with default diff too long, truncating to 2000 out of 4971 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +

[pypy-commit] pypy default: Make the default filesystem encoding ASCII

2016-02-10 Thread HawkOwl
Author: Amber Brown Branch: Changeset: r82138:3bd88741ae4e Date: 2016-02-10 12:29 +0800 http://bitbucket.org/pypy/pypy/changeset/3bd88741ae4e/ Log:Make the default filesystem encoding ASCII diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding.py --- a/pypy/modu

[pypy-commit] pypy s390x-backend: ups, f1, f3, f5, f7 are volatiles, but where not added to the list of volatiles

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82139:67c6fa68e2b9 Date: 2016-02-10 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/67c6fa68e2b9/ Log:ups, f1,f3,f5,f7 are volatiles, but where not added to the list of volatiles diff --git a/rpython/jit/backend/zarch/re

[pypy-commit] pypy s390x-backend: saving f8 through f15 before entering the jit and restoring it before exiting it. (ABI demands this)

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82140:6cf6a1b5353a Date: 2016-02-10 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/6cf6a1b5353a/ Log:saving f8 through f15 before entering the jit and restoring it before exiting it. (ABI demands this) diff --git a/rpyt

[pypy-commit] pypy s390x-backend: putting thread local to the right position (after moving the whole frame down)

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82141:5bae6a642fe5 Date: 2016-02-10 13:02 +0100 http://bitbucket.org/pypy/pypy/changeset/5bae6a642fe5/ Log:putting thread local to the right position (after moving the whole frame down) diff --git a/rpython/jit/backend/zarch/

[pypy-commit] buildbot default: s390x app level and jit suite use python for building

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r985:d4cc08767a0e Date: 2016-02-10 13:58 +0100 http://bitbucket.org/pypy/buildbot/changeset/d4cc08767a0e/ Log:s390x app level and jit suite use python for building diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/p

[pypy-commit] buildbot default: merged default

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r986:928b30c7fc85 Date: 2016-02-10 13:59 +0100 http://bitbucket.org/pypy/buildbot/changeset/928b30c7fc85/ Log:merged default diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybu

[pypy-commit] pypy py3.3: Remove tests which call importing.load_source_module(). This function was removed.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82143:7ce8c80e23e7 Date: 2016-02-10 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7ce8c80e23e7/ Log:Remove tests which call importing.load_source_module(). This function was removed. diff --git a/pypy/module/imp/test/test_import.p

[pypy-commit] pypy py3.3: Remove test which calls imp._run_compiled_module(). This function was removed.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82144:7cd3ceac33eb Date: 2016-02-10 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/7cd3ceac33eb/ Log:Remove test which calls imp._run_compiled_module(). This function was removed. diff --git a/pypy/module/imp/test/test_import.py b

[pypy-commit] pypy py3.3: Skip this test, which fails on CPython 3.3 as well (but not on later versions).

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82142:52c94a3c2dc9 Date: 2016-02-10 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/52c94a3c2dc9/ Log:Skip this test, which fails on CPython 3.3 as well (but not on later versions). diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3.3: Copy _r_long/_w_long helper functions from default's importing.py to this test file. Although these functions are not needed anymore in importing.py, some tests call them.

2016-02-10 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82145:42d83e6431d8 Date: 2016-02-10 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/42d83e6431d8/ Log:Copy _r_long/_w_long helper functions from default's importing.py to this test file. Although these functions are not needed anymor

[pypy-commit] buildbot default: check in the changes applied locally on baroquesoftware.com

2016-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r987:f460098a5737 Date: 2016-02-10 15:08 +0100 http://bitbucket.org/pypy/buildbot/changeset/f460098a5737/ Log:check in the changes applied locally on baroquesoftware.com diff --git a/README b/README --- a/README +++ b/README @@ -50,6 +50,10 @@ $ buil

[pypy-commit] cffi default: Mark these three source files as deprecated

2016-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r2622:1e856d51d384 Date: 2016-02-10 15:39 +0100 http://bitbucket.org/cffi/cffi/changeset/1e856d51d384/ Log:Mark these three source files as deprecated diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine_cp

[pypy-commit] pypy reorder-map-attributes: (cfbolz, jbs): fixed code duplications, add elidable, skip some tests

2016-02-10 Thread jbs
Author: Jasper.Schulz Branch: reorder-map-attributes Changeset: r82147:fa7727d7db37 Date: 2016-02-10 15:47 + http://bitbucket.org/pypy/pypy/changeset/fa7727d7db37/ Log:(cfbolz, jbs): fixed code duplications, add elidable, skip some tests diff --git a/pypy/objspace/std/mapdict.py

[pypy-commit] pypy reorder-map-attributes: (cfbolz, jbs): Make sure that we end up with the same map if attributes are inserted in different orders

2016-02-10 Thread jbs
Author: Jasper.Schulz Branch: reorder-map-attributes Changeset: r82146:a9ed2fa16365 Date: 2016-02-10 15:28 + http://bitbucket.org/pypy/pypy/changeset/a9ed2fa16365/ Log:(cfbolz, jbs): Make sure that we end up with the same map if attributes are inserted in different orders diff --

[pypy-commit] pypy s390x-backend: _rawffi bigendian issue in callbacks, callback writes narrow integer directly to MSB of 64 bit value on s390x (wrong when value is passed along)

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82149:74ebd8669f96 Date: 2016-02-10 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/74ebd8669f96/ Log:_rawffi bigendian issue in callbacks, callback writes narrow integer directly to MSB of 64 bit value on s390x (wrong wh

[pypy-commit] pypy s390x-backend: translation issue

2016-02-10 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82148:8ca0c94c91ac Date: 2016-02-10 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8ca0c94c91ac/ Log:translation issue diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a/rpython/

[pypy-commit] pypy seperate-strucmember_h: fix test

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82150:8b1eeaf21f9e Date: 2016-02-10 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8b1eeaf21f9e/ Log:fix test diff --git a/pypy/module/cpyext/test/test_intobject.py b/pypy/module/cpyext/test/test_intobject.py --- a/pypy/module/

[pypy-commit] pypy seperate-strucmember_h: minimize differences to cpython's version, remove unneeded #define s

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82151:3556cafcadd9 Date: 2016-02-10 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3556cafcadd9/ Log:minimize differences to cpython's version, remove unneeded #define s diff --git a/pypy/module/cpyext/include/structmember.h b/

[pypy-commit] pypy seperate-strucmember_h: close branch to be merged

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82152:951beb8c1607 Date: 2016-02-11 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/951beb8c1607/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: merge seperate-strucmember_h which moves structmember.h out of Python.h

2016-02-10 Thread mattip
Author: mattip Branch: Changeset: r82153:c9a273a1a16d Date: 2016-02-11 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/c9a273a1a16d/ Log:merge seperate-strucmember_h which moves structmember.h out of Python.h diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --

[pypy-commit] pypy default: document merged branch

2016-02-10 Thread mattip
Author: mattip Branch: Changeset: r82154:4ff7977d1071 Date: 2016-02-11 00:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4ff7977d1071/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-