[pypy-commit] pypy default: Oups, sorry.

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68774:9b55cdc1b2c5 Date: 2014-01-20 12:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9b55cdc1b2c5/ Log:Oups, sorry. diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/test/test_runicode.py +++ b

[pypy-commit] pypy llvm-translation-backend: Add const qualifiers here.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68776:48ff5edc93a6 Date: 2014-01-20 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/48ff5edc93a6/ Log:Add const qualifiers here. diff --git a/rpython/translator/llvm/PyPyGC.cpp b/rpython/translator/llvm/PyPyGC.cpp --- a/r

[pypy-commit] pypy default: Copy the skip logic from 57de6303e2f4 to test__rawffi.py.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68777:05dc946fc44a Date: 2014-01-20 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/05dc946fc44a/ Log:Copy the skip logic from 57de6303e2f4 to test__rawffi.py. diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test

[pypy-commit] pypy default: hg merge

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68778:1f4ae51fadd0 Date: 2014-01-20 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/1f4ae51fadd0/ Log:hg merge diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/test/test_runicode.py +++ b/rp

[pypy-commit] pypy default: Document lldebug0 option.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68779:9b769b1c433c Date: 2014-01-20 12:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9b769b1c433c/ Log:Document lldebug0 option. diff --git a/pypy/doc/config/translation.lldebug0.txt b/pypy/doc/config/translation.lldebug0.txt new file mode 100644

[pypy-commit] pypy default: update whatsnew for remove-del-from-generatoriterator branch

2014-01-20 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68780:200729d3aed6 Date: 2014-01-20 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/200729d3aed6/ Log:update whatsnew for remove-del-from-generatoriterator branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy

[pypy-commit] pypy default: Add support for packed structs in _cffi_backend (ported from cffi/c5e17441bc96).

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68782:4916f1d812ea Date: 2014-01-20 14:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4916f1d812ea/ Log:Add support for packed structs in _cffi_backend (ported from cffi/c5e17441bc96). diff --git a/pypy/module/_cffi_backend/newtype.py b/py

[pypy-commit] pypy default: Update _backend_test_c.py.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68781:1e4e288a86b9 Date: 2014-01-20 13:00 +0100 http://bitbucket.org/pypy/pypy/changeset/1e4e288a86b9/ Log:Update _backend_test_c.py. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy default: hg merge

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68783:818e2590ea5f Date: 2014-01-20 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/818e2590ea5f/ Log:hg merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] cffi default: Raise a NotImplementedError in one messy corner case

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1457:ca6d6a337335 Date: 2014-01-20 15:18 +0100 http://bitbucket.org/cffi/cffi/changeset/ca6d6a337335/ Log:Raise a NotImplementedError in one messy corner case diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_back

[pypy-commit] pypy default: Update to cffi/ca6d6a337335

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68784:f4b9171da548 Date: 2014-01-20 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f4b9171da548/ Log:Update to cffi/ca6d6a337335 diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_bac

[pypy-commit] pypy default: Support buffers instead of only strings here

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68785:da89455f80b5 Date: 2014-01-20 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/da89455f80b5/ Log:Support buffers instead of only strings here diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/pypy

[pypy-commit] pypy default: Extra tests

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68786:f64ca9169226 Date: 2014-01-20 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/f64ca9169226/ Log:Extra tests diff --git a/pypy/module/test_lib_pypy/ctypes_tests/support.py b/pypy/module/test_lib_pypy/ctypes_tests/support.py --- a/pypy/module

[pypy-commit] pypy default: Support these tests in -A mode when running on a PyPy where DO_TRACING

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68787:7de9113f7079 Date: 2014-01-20 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7de9113f7079/ Log:Support these tests in -A mode when running on a PyPy where DO_TRACING is not enabled. diff --git a/pypy/module/_rawffi/test/test__rawffi

[pypy-commit] pypy default: Back out changeset 05dc946fc44a.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68788:00643528b116 Date: 2014-01-20 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/00643528b116/ Log:Back out changeset 05dc946fc44a. diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py --- a/pypy/mo

[pypy-commit] pypy default: The split of the __del__ in a subclass of GeneratorIterator triggers

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68789:62c039ea5e31 Date: 2014-01-20 17:10 + http://bitbucket.org/pypy/pypy/changeset/62c039ea5e31/ Log:The split of the __del__ in a subclass of GeneratorIterator triggers an unidentified JIT bug. Disable it for now. Investigating... diff -

[pypy-commit] pypy default: Move rpython/rtyper/raisingops/raisingops.py to rpython/rtyper/raisingops.py.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68790:4f968d7a8486 Date: 2014-01-20 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/4f968d7a8486/ Log:Move rpython/rtyper/raisingops/raisingops.py to rpython/rtyper/raisingops.py. diff --git a/rpython/rtyper/lltypesystem/lloperation.py b

[pypy-commit] pypy py3k: adapt to py3

2014-01-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68792:f9287a74eb8e Date: 2014-01-20 14:37 -0800 http://bitbucket.org/pypy/pypy/changeset/f9287a74eb8e/ Log:adapt to py3 diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py --- a/pypy/module/_rawffi/t

[pypy-commit] pypy py3k: add print's help text

2014-01-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68793:6e982b92251a Date: 2014-01-20 14:37 -0800 http://bitbucket.org/pypy/pypy/changeset/6e982b92251a/ Log:add print's help text diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py --- a/pypy/module/__builtin__/ap

[pypy-commit] pypy py3k: adapt test for 30065a062e2c

2014-01-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68791:28a49af1b6e6 Date: 2014-01-16 12:18 -0800 http://bitbucket.org/pypy/pypy/changeset/28a49af1b6e6/ Log:adapt test for 30065a062e2c diff --git a/lib-python/3/test/test_ssl.py b/lib-python/3/test/test_ssl.py --- a/lib-python/3/test/test_ssl.py

[pypy-commit] pypy llvm-translation-backend: Kill __init__ of test mixin class because it's not supported by pytest and a very bad idea anyway.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68795:df3aa52cdd7b Date: 2014-01-21 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/df3aa52cdd7b/ Log:Kill __init__ of test mixin class because it's not supported by pytest and a very bad idea anyway. diff --git a/

[pypy-commit] pypy llvm-translation-backend: Remove commented out lines.

2014-01-20 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68794:b2d92652cfec Date: 2014-01-20 19:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b2d92652cfec/ Log:Remove commented out lines. diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py ---

[pypy-commit] pypy default: These aren't used any longer

2014-01-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68796:0a1f658e1e4a Date: 2014-01-20 20:48 -0600 http://bitbucket.org/pypy/pypy/changeset/0a1f658e1e4a/ Log:These aren't used any longer diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -109,6 +109,4

[pypy-commit] pypy default: Move struct.Struct to be RPYthon so we can mark fields as immutable

2014-01-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68797:496deb64bcef Date: 2014-01-20 22:19 -0600 http://bitbucket.org/pypy/pypy/changeset/496deb64bcef/ Log:Move struct.Struct to be RPYthon so we can mark fields as immutable diff --git a/pypy/module/struct/__init__.py b/pypy/module/struct/__init__.py

[pypy-commit] pypy default: Translation fix

2014-01-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68798:375a6e084bb1 Date: 2014-01-20 22:55 -0600 http://bitbucket.org/pypy/pypy/changeset/375a6e084bb1/ Log:Translation fix diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/module/struct/interp_struct.p