[pypy-commit] pypy missing-ndarray-attributes: make those staticmethods again

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r60813:8f8c69368f76 Date: 2013-02-01 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8f8c69368f76/ Log:make those staticmethods again diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py -

[pypy-commit] pypy py3k: translation fix

2013-02-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60812:bed57119d110 Date: 2013-02-01 11:46 -0800 http://bitbucket.org/pypy/pypy/changeset/bed57119d110/ Log:translation fix diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py ++

[pypy-commit] pypy default: Test and fix for trying to iterate over __pypy__.identity_dict() and

2013-02-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r60811:d80baf6feebf Date: 2013-02-01 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/d80baf6feebf/ Log:Test and fix for trying to iterate over __pypy__.identity_dict() and getting strange results. diff --git a/pypy/module/__pypy__/interp_id

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

2013-02-01 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r60810:fe07a7c23088 Date: 2013-02-01 16:29 +0100 http://bitbucket.org/pypy/pypy/changeset/fe07a7c23088/ Log:hg merge default diff --git a/lib-python/2.7/test/test_zipfile.py b/lib-python/2.7/test/test_zipfile.py --- a/lib-python/2.7/test/te

[pypy-commit] pypy default: No-op clean-up: detach 'handlers_w' from the classes.

2013-02-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r60809:ee3ed0285605 Date: 2013-02-01 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ee3ed0285605/ Log:No-op clean-up: detach 'handlers_w' from the classes. diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py ---

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60808:d9931f21e284 Date: 2013-02-01 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d9931f21e284/ Log:merge diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy missing-ndarray-attributes: explode when trying to create a PBC of a mixin class (it won't work)

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r60807:fc4b0f0d3af8 Date: 2013-02-01 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/fc4b0f0d3af8/ Log:explode when trying to create a PBC of a mixin class (it won't work) diff --git a/pypy/module/micronumpy/arrayi

[pypy-commit] pypy jitframe-on-heap: runner tests fixes

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60805:b2af635e45dc Date: 2013-01-31 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/b2af635e45dc/ Log:runner tests fixes diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.p

[pypy-commit] pypy jitframe-on-heap: remove this hack

2013-02-01 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60806:8634f509f474 Date: 2013-01-31 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/8634f509f474/ Log:remove this hack diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/

[pypy-commit] pypy default: Trying out a different fix for b366d0104c42... Hard to test

2013-02-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r60804:09417d729a67 Date: 2013-02-01 09:54 +0100 http://bitbucket.org/pypy/pypy/changeset/09417d729a67/ Log:Trying out a different fix for b366d0104c42... Hard to test diff --git a/rpython/translator/platform/__init__.py b/rpython/translator/platform/_