[pypy-commit] pypy py3k: Port virtualenv workaround for shared builds from the 2.7 stdlib to the 3.2 stdlib.

2015-06-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78087:a8e964090e6c Date: 2015-06-14 02:25 +0200 http://bitbucket.org/pypy/pypy/changeset/a8e964090e6c/ Log:Port virtualenv workaround for shared builds from the 2.7 stdlib to the 3.2 stdlib. diff --git a/lib-python/3/subprocess.py b/lib-p

[pypy-commit] benchmarks default: disable cffi-dependent benchmark until translation runs cffi-import

2015-06-13 Thread mattip
Author: mattip Branch: Changeset: r331:45bdb6aca4bb Date: 2015-06-13 23:54 +0300 http://bitbucket.org/pypy/benchmarks/changeset/45bdb6aca4bb/ Log:disable cffi-dependent benchmark until translation runs cffi-import diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmar

[pypy-commit] pypy stmgc-c8-gil-like: Fix _generate_cmp_break_transaction

2015-06-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-gil-like Changeset: r78086:1d9bc828649e Date: 2015-06-13 18:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1d9bc828649e/ Log:Fix _generate_cmp_break_transaction diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --

[pypy-commit] stmgc c8-gil-like: Backed out changeset a8a04abfa22e

2015-06-13 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1823:0fdbe7318e9f Date: 2015-06-13 18:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/0fdbe7318e9f/ Log:Backed out changeset a8a04abfa22e diff --git a/c8/stm/setup.c b/c8/stm/setup.c --- a/c8/stm/setup.c +++ b/c8/stm/setup.c @@ -233,6 +23

[pypy-commit] stmgc c8-gil-like: Kill 'self' again, found a better way anyway

2015-06-13 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1822:a8a04abfa22e Date: 2015-06-13 18:19 +0200 http://bitbucket.org/pypy/stmgc/changeset/a8a04abfa22e/ Log:Kill 'self' again, found a better way anyway diff --git a/c8/stm/setup.c b/c8/stm/setup.c --- a/c8/stm/setup.c +++ b/c8/stm/setup.c @@

[pypy-commit] pypy stmgc-c8-gil-like: import stmgc/8009f12c327b

2015-06-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-gil-like Changeset: r78085:259c750c401c Date: 2015-06-13 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/259c750c401c/ Log:import stmgc/8009f12c327b diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/

[pypy-commit] pypy stmgc-c8-gil-like: in-progress: pypy jit

2015-06-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-gil-like Changeset: r78084:720b5a8e744f Date: 2015-06-13 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/720b5a8e744f/ Log:in-progress: pypy jit diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/ji

[pypy-commit] stmgc c8-gil-like: Minor tweaks to make life easier for the pypy jit

2015-06-13 Thread arigo
Author: Armin Rigo Branch: c8-gil-like Changeset: r1821:8009f12c327b Date: 2015-06-13 16:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/8009f12c327b/ Log:Minor tweaks to make life easier for the pypy jit diff --git a/c8/demo/demo_random2.c b/c8/demo/demo_random2.c --- a/c8/demo/demo_rand

[pypy-commit] pypy py3k: Merged in yuyichao/pypy/py3k (pull request #326)

2015-06-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78083:c99fbaf556ce Date: 2015-06-13 12:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c99fbaf556ce/ Log:Merged in yuyichao/pypy/py3k (pull request #326) fix strerror encoding diff --git a/pypy/interpreter/error.py b/pypy/interpreter/e

[pypy-commit] pypy py3k: fix strerror encoding

2015-06-13 Thread yuyichao
Author: Yichao Yu Branch: py3k Changeset: r78082:7b8f47ac90ef Date: 2015-06-11 23:23 -0400 http://bitbucket.org/pypy/pypy/changeset/7b8f47ac90ef/ Log:fix strerror encoding diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interprete

[pypy-commit] pypy py3.3: Fix sys.thread_info

2015-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78081:38c4a6aa6559 Date: 2015-05-02 22:38 +0200 http://bitbucket.org/pypy/pypy/changeset/38c4a6aa6559/ Log:Fix sys.thread_info diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.py +++ b

[pypy-commit] pypy default: Revert the changes in memoryview.

2015-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r78080:47e51aba1243 Date: 2015-06-13 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/47e51aba1243/ Log:Revert the changes in memoryview. CPython 2.7.10 changed argument parsing of the struct module, and also some errors messages.

[pypy-commit] pypy default: Another import issue

2015-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r78079:85d52522b437 Date: 2015-06-13 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/85d52522b437/ Log:Another import issue diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py --- a/lib-python/2.7/test/test_ca

[pypy-commit] pypy default: Run the tests here with "--jit disable_unrolling=9999"

2015-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78077:c4e72b72dc51 Date: 2015-06-13 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c4e72b72dc51/ Log:Run the tests here with "--jit disable_unrolling=" diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_

[pypy-commit] pypy default: Forgot this

2015-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78078:0938f6ed592f Date: 2015-06-13 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/0938f6ed592f/ Log:Forgot this diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/std/sliceobject.py --- a/pypy/objspace/std/sliceobject.py +++ b/pypy/ob

[pypy-commit] pypy default: Arguably buggy corner cases of str.startswith() vs unicode.startswith()

2015-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78076:b385d5240694 Date: 2015-06-13 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b385d5240694/ Log:Arguably buggy corner cases of str.startswith() vs unicode.startswith() on CPython diff --git a/pypy/objspace/std/listobject.py b/pypy/ob

[pypy-commit] pypy default: Fix broken translation

2015-06-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r78075:d9c84544ac9f Date: 2015-06-13 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/d9c84544ac9f/ Log:Fix broken translation diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/inte