[pypy-commit] buildbot default: this should have been a list

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r770:602ef6044151 Date: 2013-04-07 08:49 +0200 http://bitbucket.org/pypy/buildbot/changeset/602ef6044151/ Log:this should have been a list diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] pypy default: merged upstream

2013-04-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63111:aefddd47f224 Date: 2013-04-06 22:44 -0700 http://bitbucket.org/pypy/pypy/changeset/aefddd47f224/ Log:merged upstream diff --git a/rpython/jit/tl/tla/tla_assembler.py b/rpython/jit/tl/tla/tla_assembler.py --- a/rpython/jit/tl/tla/tla_assembler.p

[pypy-commit] pypy default: Convert somethign to use a new-style class, as well as make catching an exception more precise.

2013-04-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63110:a98535f8e486 Date: 2013-04-06 22:42 -0700 http://bitbucket.org/pypy/pypy/changeset/a98535f8e486/ Log:Convert somethign to use a new-style class, as well as make catching an exception more precise. diff --git a/rpython/flowspace/framestat

[pypy-commit] pypy default: untabbify

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63109:1f0c75966429 Date: 2013-04-07 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/1f0c75966429/ Log:untabbify diff --git a/rpython/translator/platform/arm.py b/rpython/translator/platform/arm.py --- a/rpython/translator/platform/arm.py +++ b/rp

[pypy-commit] pypy stm-gc-2: hg merge stm-thread-2

2013-04-06 Thread arigo
Author: Armin Rigo Branch: stm-gc-2 Changeset: r63108:88c864764d5f Date: 2013-04-06 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/88c864764d5f/ Log:hg merge stm-thread-2 diff --git a/lib_pypy/pypy_test/test_transaction.py b/lib_pypy/pypy_test/test_transaction.py --- a/lib_pypy/pypy_t

[pypy-commit] pypy stm-gc-2: Write down another TODO

2013-04-06 Thread arigo
Author: Armin Rigo Branch: stm-gc-2 Changeset: r63107:53826e16ab29 Date: 2013-04-06 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/53826e16ab29/ Log:Write down another TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ +-

[pypy-commit] pypy default: fix the maximum recursion depth RuntimeErrors under 2.6: avoid

2013-04-06 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63106:a271c0002bba Date: 2013-04-06 14:59 -0700 http://bitbucket.org/pypy/pypy/changeset/a271c0002bba/ Log:fix the maximum recursion depth RuntimeErrors under 2.6: avoid hasattr/__getattr__ crazyness on uninitialized FixedSizeArrays diff --g

[pypy-commit] pypy default: update arm platform libffi configuration

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r63105:8bfec0fa1e69 Date: 2013-04-06 21:19 +0200 http://bitbucket.org/pypy/pypy/changeset/8bfec0fa1e69/ Log:update arm platform libffi configuration diff --git a/rpython/jit/tl/tla/tla_assembler.py b/rpython/jit/tl/tla/tla_assembler.py --- a/rpyth

[pypy-commit] pypy default: Fix the skipped part of the test (it was bogus)

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63104:83bc72e8e482 Date: 2013-04-06 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/83bc72e8e482/ Log:Fix the skipped part of the test (it was bogus) diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.

[pypy-commit] buildbot default: add a prefix parameter to the crosstranslation builds to run the packaging in a chroot (needed for cffi)

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r769:767583db1da9 Date: 2013-04-06 17:58 +0200 http://bitbucket.org/pypy/buildbot/changeset/767583db1da9/ Log:add a prefix parameter to the crosstranslation builds to run the packaging in a chroot (needed for cffi) diff --git a/bot2/pypybui

[pypy-commit] pypy default: fix test_compile_asmlen on ARMv6 by introducing a * marker in checkops to skip checking instructions (for inline constants)

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r63102:c6892e8a418f Date: 2013-04-06 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/c6892e8a418f/ Log:fix test_compile_asmlen on ARMv6 by introducing a * marker in checkops to skip checking instructions (for inline constants) diff --g

[pypy-commit] pypy default: merge heads

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r63103:7d116d0b63bf Date: 2013-04-06 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/7d116d0b63bf/ Log:merge heads diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.py --- a/pypy/module/test_lib_p

[pypy-commit] pypy default: Skip this test if the underlying modules are not installed

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63101:d67f1882c9ed Date: 2013-04-06 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/d67f1882c9ed/ Log:Skip this test if the underlying modules are not installed diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/te

[pypy-commit] cffi default: Merged in pjenvey/cffi (pull request #13)

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1242:c2550687121c Date: 2013-04-06 12:35 +0200 http://bitbucket.org/cffi/cffi/changeset/c2550687121c/ Log:Merged in pjenvey/cffi (pull request #13) diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -370,7 +370,10 @@

[pypy-commit] cffi default: fix handling w/ py3 hasattr, which only swallows AttributeErrors

2013-04-06 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1241:e2b9db908b90 Date: 2013-04-05 12:01 -0700 http://bitbucket.org/cffi/cffi/changeset/e2b9db908b90/ Log:fix handling w/ py3 hasattr, which only swallows AttributeErrors diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@

[pypy-commit] cffi default: py3 compat

2013-04-06 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1240:95eba1b0 Date: 2013-04-05 11:57 -0700 http://bitbucket.org/cffi/cffi/changeset/95eba1b0/ Log:py3 compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -7,7 +7,7

[pypy-commit] pypy default: Remove MANGLE_LEN, the artificial limit which was removed from CPython

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63100:daab686f929a Date: 2013-04-06 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/daab686f929a/ Log:Remove MANGLE_LEN, the artificial limit which was removed from CPython at least as early as 2.5. Add tests and avoid code duplicat

[pypy-commit] buildbot default: add an ARMHF builder to run backend tests

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r768:7ee98683dcf0 Date: 2013-04-06 12:13 +0200 http://bitbucket.org/pypy/buildbot/changeset/7ee98683dcf0/ Log:add an ARMHF builder to run backend tests diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/m

[pypy-commit] buildbot default: kill the ARM xdist based builder

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r766:f83a18b2639d Date: 2013-04-06 12:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/f83a18b2639d/ Log:kill the ARM xdist based builder diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py

[pypy-commit] buildbot default: kill the unused ppc64 builders for now

2013-04-06 Thread bivab
Author: David Schneider Branch: Changeset: r767:57bf5255cfdf Date: 2013-04-06 12:13 +0200 http://bitbucket.org/pypy/buildbot/changeset/57bf5255cfdf/ Log:kill the unused ppc64 builders for now diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/mast

[pypy-commit] pypy release-2.0-beta2: hg merge default

2013-04-06 Thread arigo
Author: Armin Rigo Branch: release-2.0-beta2 Changeset: r63099:3eef596df459 Date: 2013-04-06 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3eef596df459/ Log:hg merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -70,6 +70,7 @@ ^rpython/translator/cli/s

[pypy-commit] pypy default: Disable the PyPy-only warning in ctypes for now.

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63098:17f9426edda9 Date: 2013-04-06 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/17f9426edda9/ Log:Disable the PyPy-only warning in ctypes for now. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/

[pypy-commit] pypy default: Missing import.

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63097:c3744e8e1a14 Date: 2013-04-06 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c3744e8e1a14/ Log:Missing import. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_pypy/_ctype

[pypy-commit] cffi default: Test and fix in the ctypes backend for calling "void *" functions with a

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1239:557412448032 Date: 2013-04-06 11:32 +0200 http://bitbucket.org/cffi/cffi/changeset/557412448032/ Log:Test and fix in the ctypes backend for calling "void *" functions with a Python string argument. diff --git a/cffi/backend_ctypes.py b/cff

[pypy-commit] pypy default: Backed out changeset 039f6e85a7a6

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63096:c333f91a0074 Date: 2013-04-06 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c333f91a0074/ Log:Backed out changeset 039f6e85a7a6 Ah, re-re-revert that change. It works with CPython too; the issue is only in the ctypes backen

[pypy-commit] pypy default: hg backout d801b8e5feac

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63095:039f6e85a7a6 Date: 2013-04-06 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/039f6e85a7a6/ Log:hg backout d801b8e5feac This was changed in the first place because of some minor difference between CPython's and PyPy's CFFI. I

[pypy-commit] pypy default: Add a skipped test about why it was done with array.array in the first place

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63094:fe06ba47d82a Date: 2013-04-06 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/fe06ba47d82a/ Log:Add a skipped test about why it was done with array.array in the first place diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/py

[pypy-commit] pypy default: Bug fix: don't use self.optimizer.propagate_forward(newop). It's

2013-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63093:2ec1ac5c5ef1 Date: 2013-04-06 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/2ec1ac5c5ef1/ Log:Bug fix: don't use self.optimizer.propagate_forward(newop). It's .send_extra_operation() that is meant here... diff --git a/rpython/jit/m