[pypy-commit] pypy longdouble2: fix translation oddity with .read_bool()

2013-03-30 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62900:86a3422134f7 Date: 2013-03-31 00:38 + http://bitbucket.org/pypy/pypy/changeset/86a3422134f7/ Log:fix translation oddity with .read_bool() diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/mod

[pypy-commit] cffi default: Add missing b prefix to a byte-tring in the big-endian code path

2013-03-30 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r1216:7889afdcddc7 Date: 2013-03-30 23:07 +0200 http://bitbucket.org/cffi/cffi/changeset/7889afdcddc7/ Log:Add missing b prefix to a byte-tring in the big-endian code path diff --git a/testing/backend_tests.py b/testing/backend_tests.py --- a/testin

[pypy-commit] cffi default: Linux isn't the only platform using glibc. Debian gnukfreebsd and hurd ports do too

2013-03-30 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r1215:4fa8a99e93e8 Date: 2013-03-30 21:38 +0200 http://bitbucket.org/cffi/cffi/changeset/4fa8a99e93e8/ Log:Linux isn't the only platform using glibc. Debian gnukfreebsd and hurd ports do too diff --git a/testing/test_function.py b/testing/te

[pypy-commit] pypy py3k: fix

2013-03-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62899:8f4d8d845253 Date: 2013-03-30 12:48 -0700 http://bitbucket.org/pypy/pypy/changeset/8f4d8d845253/ Log:fix diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/test/test_posix2.p

[pypy-commit] pypy py3k: move these into baseobjspace to avoid obscure test_ztranslation failures

2013-03-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62897:b6cdff153a38 Date: 2013-03-30 12:29 -0700 http://bitbucket.org/pypy/pypy/changeset/b6cdff153a38/ Log:move these into baseobjspace to avoid obscure test_ztranslation failures diff --git a/pypy/interpreter/baseobjspace.py b/pypy/inte

[pypy-commit] pypy py3k: avoid threading here to prevent a circular import when importing re

2013-03-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62896:2d69edccb7f6 Date: 2013-03-30 12:29 -0700 http://bitbucket.org/pypy/pypy/changeset/2d69edccb7f6/ Log:avoid threading here to prevent a circular import when importing re diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a

[pypy-commit] pypy py3k: 2to3

2013-03-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62898:978d0f19e56e Date: 2013-03-30 12:29 -0700 http://bitbucket.org/pypy/pypy/changeset/978d0f19e56e/ Log:2to3 diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.py --- a/pypy/objspace/std/test/test

[pypy-commit] pypy py3k: kill the keep_zero cornercase

2013-03-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62895:6b3a588d8647 Date: 2013-03-30 12:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6b3a588d8647/ Log:kill the keep_zero cornercase diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/forma

[pypy-commit] pypy longdouble2: start extracting low-level type metadata into pypy.module.micronumpy.typespec

2013-03-30 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62894:fd8c3f3499aa Date: 2013-03-30 18:48 + http://bitbucket.org/pypy/pypy/changeset/fd8c3f3499aa/ Log:start extracting low-level type metadata into pypy.module.micronumpy.typespec diff --git a/pypy/module/micronumpy/arrayimpl/so

[pypy-commit] cffi default: Skip testing for large unsigned values on Windows, where the C compiler

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1214:758d60d39a87 Date: 2013-03-30 19:24 +0100 http://bitbucket.org/cffi/cffi/changeset/758d60d39a87/ Log:Skip testing for large unsigned values on Windows, where the C compiler silently truncates them to negative values, apparently. diff --git

[pypy-commit] pypy default: Check if base directory exists while collecting tests

2013-03-30 Thread bivab
Author: David Schneider Branch: Changeset: r62893:bc465cb0b6a7 Date: 2013-03-30 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/bc465cb0b6a7/ Log:Check if base directory exists while collecting tests diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py ++

[pypy-commit] cffi default: Always test the mention of cffi-$VERSION.tar.gz in the docs,

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1213:70f108bb6786 Date: 2013-03-30 19:04 +0100 http://bitbucket.org/cffi/cffi/changeset/70f108bb6786/ Log:Always test the mention of cffi-$VERSION.tar.gz in the docs, even if it does not exist so far, because readthedocs displays the doc of

[pypy-commit] cffi default: PyPy compatibility

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1212:231fd7f12dbb Date: 2013-03-30 18:36 +0100 http://bitbucket.org/cffi/cffi/changeset/231fd7f12dbb/ Log:PyPy compatibility diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2313,15 +2313,16 @@ start = 4 * start -

[pypy-commit] pypy default: Update to cffi/231fd7f12dbb.

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r62892:1dee64abca8b Date: 2013-03-30 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1dee64abca8b/ Log:Update to cffi/231fd7f12dbb. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py

[pypy-commit] cffi default: Only ignore mismatches between *different* types; using twice the same type must be tested to work.

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1211:1f49770a97b2 Date: 2013-03-30 18:28 +0100 http://bitbucket.org/cffi/cffi/changeset/1f49770a97b2/ Log:Only ignore mismatches between *different* types; using twice the same type must be tested to work. diff --git a/testing/test_verify.py b/

[pypy-commit] cffi default: Ignore mismatches between two different primitive types of the same size,

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1210:3c66c29d2e80 Date: 2013-03-30 19:08 +0200 http://bitbucket.org/cffi/cffi/changeset/3c66c29d2e80/ Log:Ignore mismatches between two different primitive types of the same size, like on some platforms "double" and "long double". diff --git a/

[pypy-commit] cffi default: Be more lenient and skip this test in non-x86 cases

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1209:be070b8687d3 Date: 2013-03-30 17:53 +0100 http://bitbucket.org/cffi/cffi/changeset/be070b8687d3/ Log:Be more lenient and skip this test in non-x86 cases diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++

[pypy-commit] cffi default: Fix(?) an issue that only showed up on PPC64 so far, about

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1208:c5e85201f3ce Date: 2013-03-30 09:48 -0700 http://bitbucket.org/cffi/cffi/changeset/c5e85201f3ce/ Log:Fix(?) an issue that only showed up on PPC64 so far, about char- returning C functions. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c

[pypy-commit] cffi default: Fix for PPC: check that "long double" has more precision than "double"

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1207:e67cd88ae64b Date: 2013-03-30 16:59 +0100 http://bitbucket.org/cffi/cffi/changeset/e67cd88ae64b/ Log:Fix for PPC: check that "long double" has more precision than "double" if the type is larger, without assuming that it can hold big

[pypy-commit] pypy default: Don't import the stacklet C code if we're not translating with

2013-03-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r62891:5b34c642de6f Date: 2013-03-30 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/5b34c642de6f/ Log:Don't import the stacklet C code if we're not translating with "continuation". diff --git a/rpython/memory/gctransform/framework.py b/rp

[pypy-commit] pypy default: fix test_compile_asmlen for armv6 too

2013-03-30 Thread bivab
Author: David Schneider Branch: Changeset: r62890:c9fdb143f15e Date: 2013-03-30 13:26 +0100 http://bitbucket.org/pypy/pypy/changeset/c9fdb143f15e/ Log:fix test_compile_asmlen for armv6 too diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.p

[pypy-commit] pypy default: fix test_compile_asmlen on armv7

2013-03-30 Thread bivab
Author: David Schneider Branch: Changeset: r62889:91509100b64e Date: 2013-03-30 13:15 +0100 http://bitbucket.org/pypy/pypy/changeset/91509100b64e/ Log:fix test_compile_asmlen on armv7 diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py --- a/rpython