[pypy-commit] cffi AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197: setuptools_ext.py edited online with Bitbucket

2016-10-13 Thread AL_Ilia
Author: Ilia Sergachev Branch: AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197 Changeset: r2783:10c6f2559e3e Date: 2016-10-12 16:20 + http://bitbucket.org/cffi/cffi/changeset/10c6f2559e3e/ Log:setuptools_ext.py edited online with Bitbucket diff --git a/cffi/setuptools_ext.

[pypy-commit] cffi default: Merged in AL_Ilia/cffi/AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197 (pull request #70)

2016-10-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r2784:11cdc0267885 Date: 2016-10-13 07:47 + http://bitbucket.org/cffi/cffi/changeset/11cdc0267885/ Log:Merged in AL_Ilia/cffi/AL_Ilia/setuptools_extpy-edited-online-with- bitb-1476289245197 (pull request #70) setuptools_ext.py edited

[pypy-commit] pypy py3.5: (arigo, plan_rich) remove thread local reference and keep alive the sentinel lock in the execution context

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87746:345a0c5b30ea Date: 2016-10-13 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/345a0c5b30ea/ Log:(arigo, plan_rich) remove thread local reference and keep alive the sentinel lock in the execution context diff --git a/pypy/m

[pypy-commit] pypy py3.5: port fb6bb835369e to py3.5:

2016-10-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r87747:a4b0016d1aaa Date: 2016-10-13 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a4b0016d1aaa/ Log:port fb6bb835369e to py3.5: - change timeit to report the average +- standard deviation - print a warning and point

[pypy-commit] pypy py3.5: Port fixes from 2.7/weakref.py

2016-10-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87748:5d3bb7587f96 Date: 2016-10-13 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/5d3bb7587f96/ Log:Port fixes from 2.7/weakref.py diff --git a/lib-python/3/weakref.py b/lib-python/3/weakref.py --- a/lib-python/3/weakref.py +++ b/lib-python

[pypy-commit] pypy optinfo-into-bridges: fix a number of problems found by other tests

2016-10-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r87749:d084b574cb5a Date: 2016-10-13 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d084b574cb5a/ Log:fix a number of problems found by other tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainte

[pypy-commit] pypy py3.5-str-opt: start refactoring to not create a list whenever descr_new of a bytesobject is called.

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5-str-opt Changeset: r87750:d055ef6c7dce Date: 2016-10-13 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d055ef6c7dce/ Log:start refactoring to not create a list whenever descr_new of a bytesobject is called. diff --git a/pypy/objspace/std/b

[pypy-commit] pypy optinfo-into-bridges: fix translation and some more problems

2016-10-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r87751:3be195b856e4 Date: 2016-10-13 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3be195b856e4/ Log:fix translation and some more problems diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/comp

[pypy-commit] pypy default: add a method to check if a lock is acquired without releasing the gil

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r87752:b2587367f3c7 Date: 2016-10-13 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b2587367f3c7/ Log:add a method to check if a lock is acquired without releasing the gil diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.p

[pypy-commit] pypy py3.5: merge default

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87753:2373643d6613 Date: 2016-10-13 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/2373643d6613/ Log:merge default diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.py --- a/lib-python/2.7/test/test

[pypy-commit] pypy py3.5: use is_acquired directly! to release the sentinel lock

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87754:2652a6182ee9 Date: 2016-10-13 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2652a6182ee9/ Log:use is_acquired directly! to release the sentinel lock diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py --

[pypy-commit] pypy clean-exported-state: Fix interaction with forcing virtual state and retracing

2016-10-13 Thread sbauman
Author: Spenser Bauman Branch: clean-exported-state Changeset: r87755:259d7eac6056 Date: 2016-10-13 09:59 -0400 http://bitbucket.org/pypy/pypy/changeset/259d7eac6056/ Log:Fix interaction with forcing virtual state and retracing Abort optimization when forcing portions of the virtual

[pypy-commit] pypy py3.5-str-opt: move the test to unicode (bytes.format does not exist anymore)

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5-str-opt Changeset: r87757:c18707100394 Date: 2016-10-13 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c18707100394/ Log:move the test to unicode (bytes.format does not exist anymore) diff --git a/lib-python/3/test/test_unicode.py b/lib-python/3/

[pypy-commit] pypy py3.5-str-opt: merge default

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5-str-opt Changeset: r87756:0c7f33f0bab0 Date: 2016-10-13 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/0c7f33f0bab0/ Log:merge default diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.py --- a/lib-python/2.7/t

[pypy-commit] pypy py3.5: remove some stdlibrary test skips

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87758:a49200229e2e Date: 2016-10-13 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a49200229e2e/ Log:remove some stdlibrary test skips diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-

[pypy-commit] pypy clean-exported-state: Remove overly stringent check

2016-10-13 Thread sbauman
Author: Spenser Bauman Branch: clean-exported-state Changeset: r87759:a5c131d471ab Date: 2016-10-13 10:28 -0400 http://bitbucket.org/pypy/pypy/changeset/a5c131d471ab/ Log:Remove overly stringent check diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy py3.5: enable many more tests in the std library

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87760:5c9b24de5ec6 Date: 2016-10-13 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/5c9b24de5ec6/ Log:enable many more tests in the std library diff --git a/lib-python/3/test/test_fork1.py b/lib-python/3/test/test_fork1.py --- a/lib-pyt

[pypy-commit] pypy py3.5: expose sem_unlink on posix platforms (multiprocessing) to run the stdlib tests

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87761:71fd4ec38feb Date: 2016-10-13 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/71fd4ec38feb/ Log:expose sem_unlink on posix platforms (multiprocessing) to run the stdlib tests diff --git a/pypy/module/_multiprocessing/__ini

[pypy-commit] pypy py3.5: merge py3.5-str-opt

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87762:f81c41204b32 Date: 2016-10-13 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f81c41204b32/ Log:merge py3.5-str-opt diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/

[pypy-commit] pypy py3.5-str-opt: close branch

2016-10-13 Thread plan_rich
Author: Richard Plangger Branch: py3.5-str-opt Changeset: r87763:f66fb3f73241 Date: 2016-10-13 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f66fb3f73241/ Log:close branch ___ pypy-commit mailing list [email protected] https://mail.pyth

[pypy-commit] pypy clean-exported-state: Merge with default

2016-10-13 Thread sbauman
Author: Spenser Bauman Branch: clean-exported-state Changeset: r87764:7b2258eda778 Date: 2016-10-13 10:34 -0400 http://bitbucket.org/pypy/pypy/changeset/7b2258eda778/ Log:Merge with default diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.py --- a/lib-py

[pypy-commit] pypy clean-exported-state: Avoid trying to set forwarding pointer on Const boxes

2016-10-13 Thread sbauman
Author: Spenser Bauman Branch: clean-exported-state Changeset: r87765:b5a263cab132 Date: 2016-10-13 18:40 -0400 http://bitbucket.org/pypy/pypy/changeset/b5a263cab132/ Log:Avoid trying to set forwarding pointer on Const boxes diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpytho