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

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82023:f3b48b1063f6 Date: 2016-02-01 09:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f3b48b1063f6/ Log:catchup with default diff too long, truncating to 2000 out of 2165 lines diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst ---

[pypy-commit] pypy py3.3: Add pickle support to iter(dequeue())

2016-02-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82025:61cf3585f0f7 Date: 2016-02-01 01:08 +0100 http://bitbucket.org/pypy/pypy/changeset/61cf3585f0f7/ Log:Add pickle support to iter(dequeue()) diff --git a/pypy/module/_collections/__init__.py b/pypy/module/_collections/__init__.py --

[pypy-commit] pypy py3.3: Add a more complex test for e.__context__, directly from CPython.

2016-02-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82026:9067ded8c01d Date: 2016-02-01 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/9067ded8c01d/ Log:Add a more complex test for e.__context__, directly from CPython. diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.

[pypy-commit] pypy py3.3: sqlite: add connection.set_trace_callback

2016-02-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82024:f471a84da866 Date: 2016-02-01 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f471a84da866/ Log:sqlite: add connection.set_trace_callback diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy py3k: hg merge default

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82029:fd7884dc77a3 Date: 2016-02-01 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/fd7884dc77a3/ Log:hg merge default diff too long, truncating to 2000 out of 16652 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitigno

[pypy-commit] pypy py3k: 2to3

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82027:91eaf91dbb4c Date: 2016-02-01 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/91eaf91dbb4c/ Log:2to3 diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@ -203,7 +203,7 @@

[pypy-commit] pypy default: Add lib_pypy/_libmpdec/ to default's .hgignore as well.

2016-02-01 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82028:22349fa2fc33 Date: 2016-02-01 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/22349fa2fc33/ Log:Add lib_pypy/_libmpdec/ to default's .hgignore as well. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -75,6 +75,7 @@ ^

[pypy-commit] pypy s390x-backend: replaced test case parsetuple(..."i"...) with "l",

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82030:7be63f4c3bc8 Date: 2016-02-01 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/7be63f4c3bc8/ Log:replaced test case parsetuple(..."i"...) with "l", memory fence was place one instruction too late, replaced checkpoint

[pypy-commit] pypy s390x-backend: shadowold was a pointer not the value (which it should have been) and the comparison compared the pointers not the values

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82031:5fe38e24272c Date: 2016-02-01 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/5fe38e24272c/ Log:shadowold was a pointer not the value (which it should have been) and the comparison compared the pointers not the valu

[pypy-commit] pypy s390x-backend: ups, need to call method load on code builder, not assembler

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82032:035eb5778ead Date: 2016-02-01 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/035eb5778ead/ Log:ups, need to call method load on code builder, not assembler diff --git a/rpython/jit/backend/zarch/callbuilder.py b/rpython/

[pypy-commit] pypy s390x-backend: format and exchanged some registers, no breaking changes

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82033:46f5a9e87aae Date: 2016-02-01 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/46f5a9e87aae/ Log:format and exchanged some registers, no breaking changes diff --git a/rpython/jit/backend/zarch/callbuilder.py b/rpython/jit/

[pypy-commit] pypy py3k: fix

2016-02-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r82035:2f9a601ed994 Date: 2016-02-01 16:29 + http://bitbucket.org/pypy/pypy/changeset/2f9a601ed994/ Log:fix diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py @@ -44

[pypy-commit] pypy s390x-backend: for test case zrpy_gc_direct seems that it can prove that float storage is always 0, thus it will not compile for those two

2016-02-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82036:72e40b33ebc5 Date: 2016-02-01 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/72e40b33ebc5/ Log:for test case zrpy_gc_direct seems that it can prove that float storage is always 0, thus it will not compile for those

[pypy-commit] pypy py3k: fix merge

2016-02-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r82037:fbbd055f16fa Date: 2016-02-01 17:03 + http://bitbucket.org/pypy/pypy/changeset/fbbd055f16fa/ Log:fix merge diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobject.p

[pypy-commit] pypy py3k: PyIntObject does not exist in py3k

2016-02-01 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r82034:f57006f9cb96 Date: 2016-02-01 16:21 + http://bitbucket.org/pypy/pypy/changeset/f57006f9cb96/ Log:PyIntObject does not exist in py3k diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p

[pypy-commit] cffi embedding-pypy-win32: prepend dll path on win32

2016-02-01 Thread mattip
Author: mattip Branch: embedding-pypy-win32 Changeset: r2617:d623a21d479c Date: 2016-02-02 00:20 +0200 http://bitbucket.org/cffi/cffi/changeset/d623a21d479c/ Log:prepend dll path on win32 diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/t

[pypy-commit] pypy cffi-embedding-win32: force binary mode io for win32, with side effect of making io unbuffered

2016-02-01 Thread mattip
Author: mattip Branch: cffi-embedding-win32 Changeset: r82038:e1b9c0216be7 Date: 2016-02-02 00:24 +0200 http://bitbucket.org/pypy/pypy/changeset/e1b9c0216be7/ Log:force binary mode io for win32, with side effect of making io unbuffered diff --git a/pypy/goal/targetpypystandalone.py