[pypy-commit] cffi default: Minor performance improvement for PyPy.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1042:c4246fdf279a Date: 2012-11-17 09:56 +0100 http://bitbucket.org/cffi/cffi/changeset/c4246fdf279a/ Log:Minor performance improvement for PyPy. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -34,7 +34,7 @@ """C

[pypy-commit] pypy remove-globals-in-jit: Revert the last usage of rerased in the jit. It just doesn't work. Fix

2012-11-17 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58968:fde7e26f592d Date: 2012-11-17 09:40 +0100 http://bitbucket.org/pypy/pypy/changeset/fde7e26f592d/ Log:Revert the last usage of rerased in the jit. It just doesn't work. Fix it differently. diff --git a/pypy/jit/metaint

[pypy-commit] cffi default: Expand the doc on complex numbers.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1043:91b1dc1cc06d Date: 2012-11-17 10:41 +0100 http://bitbucket.org/cffi/cffi/changeset/91b1dc1cc06d/ Log:Expand the doc on complex numbers. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst

[pypy-commit] cffi default: Remove dead declaration.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1044:02ddb9d516d0 Date: 2012-11-17 17:13 +0100 http://bitbucket.org/cffi/cffi/changeset/02ddb9d516d0/ Log:Remove dead declaration. diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py --- a/cffi/vengine_gen.py +++ b/cffi/vengine_gen.py @@ -388,8 +388

[pypy-commit] cffi default: Fix: this assert was not checking anything.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1045:f3157378d8d2 Date: 2012-11-17 17:23 +0100 http://bitbucket.org/cffi/cffi/changeset/f3157378d8d2/ Log:Fix: this assert was not checking anything. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -202,7 +

[pypy-commit] cffi default: Simplification.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1046:1a9236dde7a7 Date: 2012-11-17 17:58 +0100 http://bitbucket.org/cffi/cffi/changeset/1a9236dde7a7/ Log:Simplification. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -59,9 +59,7 @@ if name.startswith('RTLD

[pypy-commit] pypy stm-thread-2: Fixes following the merge.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r58971:03f18ccce216 Date: 2012-11-17 19:42 +0100 http://bitbucket.org/pypy/pypy/changeset/03f18ccce216/ Log:Fixes following the merge. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend

[pypy-commit] pypy remove-globals-in-jit: Translation fixes for test_zrpy_gc.

2012-11-17 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58972:693c4c1d83e6 Date: 2012-11-17 19:46 +0100 http://bitbucket.org/pypy/pypy/changeset/693c4c1d83e6/ Log:Translation fixes for test_zrpy_gc. diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/

[pypy-commit] pypy stm-thread-2: hg merge remove-globals-in-jit

2012-11-17 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r58973:856528376418 Date: 2012-11-17 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/856528376418/ Log:hg merge remove-globals-in-jit diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp

[pypy-commit] pypy py3k: Apply 2.7 tweaks to 3.2 test_copy

2012-11-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58974:afdb9dc20a1a Date: 2012-11-17 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/afdb9dc20a1a/ Log:Apply 2.7 tweaks to 3.2 test_copy diff --git a/lib-python/3.2/test/test_copy.py b/lib-python/3.2/test/test_copy.py --- a/lib-python

[pypy-commit] pypy py3k: Port _posixsubprocess module.

2012-11-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58975:debd5b72b92d Date: 2012-11-17 22:43 +0100 http://bitbucket.org/pypy/pypy/changeset/debd5b72b92d/ Log:Port _posixsubprocess module. Only very little tests, should at least ensure that the code compiles. diff --git a/pypy/modu

[pypy-commit] pypy py3k: fix popen tests from default

2012-11-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58976:a3deb685d03f Date: 2012-11-17 14:42 -0800 http://bitbucket.org/pypy/pypy/changeset/a3deb685d03f/ Log:fix popen tests from default diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module

[pypy-commit] pypy py3k: reapply our 2.7 workarounds

2012-11-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58977:5b62f96bc675 Date: 2012-11-17 14:47 -0800 http://bitbucket.org/pypy/pypy/changeset/5b62f96bc675/ Log:reapply our 2.7 workarounds diff --git a/lib-python/3.2/test/test_descr.py b/lib-python/3.2/test/test_descr.py --- a/lib-python/3.2/test/

[pypy-commit] pypy py3k: add some docstrings, some required by test_descr

2012-11-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58978:5db5bc8596ea Date: 2012-11-17 14:48 -0800 http://bitbucket.org/pypy/pypy/changeset/5db5bc8596ea/ Log:add some docstrings, some required by test_descr diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a/py

[pypy-commit] pypy py3k: fix an obscure bytes() bug

2012-11-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58979:920e45d66e05 Date: 2012-11-17 14:51 -0800 http://bitbucket.org/pypy/pypy/changeset/920e45d66e05/ Log:fix an obscure bytes() bug diff --git a/pypy/objspace/std/stringtype.py b/pypy/objspace/std/stringtype.py --- a/pypy/objspace/std/stringty