[pypy-commit] cffi default: Kill again ffi.inspecttype(), and replace it with read-only attributes

2012-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r1038:d63ceb231d7c Date: 2012-11-11 07:48 +0100 http://bitbucket.org/cffi/cffi/changeset/d63ceb231d7c/ Log:Kill again ffi.inspecttype(), and replace it with read-only attributes on the ctype objects themselves. diff --git a/c/_cffi_backend.c b/c

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

2012-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r58824:44ff77d8f3de Date: 2012-11-11 08:22 +0100 http://bitbucket.org/pypy/pypy/changeset/44ff77d8f3de/ Log:Update to cffi/d63ceb231d7c. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_

[pypy-commit] pypy default: merge heads

2012-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r58825:3a1564fee4e4 Date: 2012-11-11 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/3a1564fee4e4/ Log:merge heads diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit/backend/llsupport/llmodel.

[pypy-commit] buildbot default: readd the 32bit lock to tannit, hopefully temporarily

2012-11-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r721:989fe0167878 Date: 2012-11-11 10:35 +0100 http://bitbucket.org/pypy/buildbot/changeset/989fe0167878/ Log:readd the 32bit lock to tannit, hopefully temporarily diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2

[pypy-commit] buildbot default: merge

2012-11-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r722:bb83d4c93318 Date: 2012-11-11 10:36 +0100 http://bitbucket.org/pypy/buildbot/changeset/bb83d4c93318/ Log:merge diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybuildbot/

[pypy-commit] buildbot default: disable (temporarily) 64bit os x buildslave, because it crashes and move

2012-11-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r723:2e511d517b63 Date: 2012-11-11 10:40 +0100 http://bitbucket.org/pypy/buildbot/changeset/2e511d517b63/ Log:disable (temporarily) 64bit os x buildslave, because it crashes and move 32bit to tannit for now diff --git a/bot2/pypybuildbot

[pypy-commit] pypy default: Fix translation

2012-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r58826:3701a1f44095 Date: 2012-11-11 12:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3701a1f44095/ Log:Fix translation diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cffi_backend/cty

[pypy-commit] pypy default: Compactify a bit the code, reducing the proliferation of virtual

2012-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r58827:3afbea59eb75 Date: 2012-11-11 13:59 +0100 http://bitbucket.org/pypy/pypy/changeset/3afbea59eb75/ Log:Compactify a bit the code, reducing the proliferation of virtual methods. diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/mo

[pypy-commit] pypy py3k: A bytes string is not a sequence of bytes characters, but a sequence of numbers.

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58828:6967729886c8 Date: 2012-11-11 14:25 +0100 http://bitbucket.org/pypy/pypy/changeset/6967729886c8/ Log:A bytes string is not a sequence of bytes characters, but a sequence of numbers. diff --git a/pypy/objspace/std/objspace.py

[pypy-commit] pypy py3k: Skip a test in test_aifc, like we do for 2.7.

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58829:8d2393dd632b Date: 2012-11-11 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8d2393dd632b/ Log:Skip a test in test_aifc, like we do for 2.7. diff --git a/lib-python/3.2/test/test_aifc.py b/lib-python/3.2/test/test_aifc.py ---

[pypy-commit] pypy py3k: test_array.py: Apply 2.7 changes to 3.2

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58831:40d63bc4586f Date: 2012-11-11 22:19 +0100 http://bitbucket.org/pypy/pypy/changeset/40d63bc4586f/ Log:test_array.py: Apply 2.7 changes to 3.2 diff --git a/lib-python/3.2/test/test_array.py b/lib-python/3.2/test/test_array.py --- a/l

[pypy-commit] pypy py3k: Implement array._array_reconstructor: used with pickle protocol 3, allows

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58830:9f61bab5651f Date: 2012-11-11 22:51 +0100 http://bitbucket.org/pypy/pypy/changeset/9f61bab5651f/ Log:Implement array._array_reconstructor: used with pickle protocol 3, allows a machine-independent pickling of array objects.

[pypy-commit] pypy py3k: Add array.frombytes, depreate array_fromstring

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58832:63900b5df415 Date: 2012-11-11 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/63900b5df415/ Log:Add array.frombytes, depreate array_fromstring diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py

[pypy-commit] pypy py3k: Skip implementation details in test_ast

2012-11-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58833:f25830aff886 Date: 2012-11-12 01:45 +0100 http://bitbucket.org/pypy/pypy/changeset/f25830aff886/ Log:Skip implementation details in test_ast diff --git a/lib-python/3.2/test/test_ast.py b/lib-python/3.2/test/test_ast.py --- a/lib-py

[pypy-commit] pypy length-hint: restore the original list init special cases for now

2012-11-11 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r58835:52b004b643b7 Date: 2012-11-11 17:00 -0800 http://bitbucket.org/pypy/pypy/changeset/52b004b643b7/ Log:restore the original list init special cases for now diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py