[pypy-commit] pypy unroll-if-const: closing branch that didnt go anywhere

2011-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: unroll-if-const Changeset: r46556:c66c3f1f426f Date: 2011-08-17 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c66c3f1f426f/ Log:closing branch that didnt go anywhere ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy stacklet: Work in progress...

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46557:6634ec220528 Date: 2011-08-17 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/6634ec220528/ Log:Work in progress... diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py --- a/pypy/config/translationoption.

[pypy-commit] pypy stacklet: API and comments describing the goal of the refactoring I'm starting now.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46558:17ff11cb0bc1 Date: 2011-08-17 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/17ff11cb0bc1/ Log:API and comments describing the goal of the refactoring I'm starting now. diff --git a/pypy/module/_continuation/__init__.py b/p

[pypy-commit] pypy default: Tentative: make sure that all PyFrame instances are actually

2011-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r46559:0641fdee2d47 Date: 2011-08-17 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0641fdee2d47/ Log:Tentative: make sure that all PyFrame instances are actually instances of the (same) subclass. diff --git a/pypy/interpreter/pyframe.py b

[pypy-commit] pypy default: Untested: fix the __del__ in module/oracle too.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r46561:bd2699d3f1ad Date: 2011-08-17 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/bd2699d3f1ad/ Log:Untested: fix the __del__ in module/oracle too. diff --git a/pypy/module/oracle/interp_connect.py b/pypy/module/oracle/interp_connect.py --- a/p

[pypy-commit] pypy stacklet: Start the implementation.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46562:4d6c7ad30792 Date: 2011-08-17 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4d6c7ad30792/ Log:Start the implementation. diff --git a/pypy/module/_continuation/__init__.py b/pypy/module/_continuation/__init__.py --- a/pypy/module/_

[pypy-commit] pypy stacklet: Exception support.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46563:9f78054283f7 Date: 2011-08-17 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9f78054283f7/ Log:Exception support. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py ---

[pypy-commit] pypy default: Oups, no "self.space". Fix.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r46564:95d2ecda2b39 Date: 2011-08-17 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/95d2ecda2b39/ Log:Oups, no "self.space". Fix. diff --git a/pypy/module/oracle/interp_connect.py b/pypy/module/oracle/interp_connect.py --- a/pypy/module/oracle/in

[pypy-commit] pypy jit-short_from_state: hg merge default

2011-08-17 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r46565:f4cbb977750a Date: 2011-08-16 18:46 +0200 http://bitbucket.org/pypy/pypy/changeset/f4cbb977750a/ Log:hg merge default diff --git a/lib-python/modified-2.7/test/regrtest.py b/lib-python/modified-2.7/test/regrtest.py --- a/lib-

[pypy-commit] pypy jit-short_from_state: close merged branch

2011-08-17 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r46568:3f6d07c66aea Date: 2011-08-17 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3f6d07c66aea/ Log:close merged branch ___ pypy-commit mailing list [email protected] http://ma

[pypy-commit] pypy jit-short_from_state: hg merge default

2011-08-17 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r46566:1ca4ac01e18b Date: 2011-08-17 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1ca4ac01e18b/ Log:hg merge default diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy stacklet: Progress.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46571:6dfef8de08bd Date: 2011-08-17 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6dfef8de08bd/ Log:Progress. diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py --- a/pypy/modu

[pypy-commit] pypy stacklet: test_callback_with_arguments.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46569:d637e2d314c5 Date: 2011-08-17 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d637e2d314c5/ Log:test_callback_with_arguments. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuat

[pypy-commit] pypy stacklet: Progress.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46570:381c77ebf04a Date: 2011-08-17 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/381c77ebf04a/ Log:Progress. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py --- a/pypy/mo

[pypy-commit] pypy stacklet: For now, just set f_back to None on the top-level frames

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46574:586e4121f538 Date: 2011-08-17 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/586e4121f538/ Log:For now, just set f_back to None on the top-level frames of continuations. diff --git a/pypy/module/_continuation/interp_continua

[pypy-commit] pypy stacklet: Clean-ups.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46573:8b77dd2ffc98 Date: 2011-08-17 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/8b77dd2ffc98/ Log:Clean-ups. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py --- a/pypy/m

[pypy-commit] pypy stacklet: Finish the tests, and write a simple handling of ec.topframeref.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46572:83962cb19fa0 Date: 2011-08-17 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/83962cb19fa0/ Log:Finish the tests, and write a simple handling of ec.topframeref. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/mo

[pypy-commit] pypy stacklet: Yay, this test passes too.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46575:f13c4f5d6cca Date: 2011-08-17 22:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f13c4f5d6cca/ Log:Yay, this test passes too. diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.p

[pypy-commit] pypy default: Fix test on windows

2011-08-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r46577:38ee1656d775 Date: 2011-08-18 00:06 +0200 http://bitbucket.org/pypy/pypy/changeset/38ee1656d775/ Log:Fix test on windows diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix

[pypy-commit] pypy default: win32 fix: call gc.collect() after each bz2 test

2011-08-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r46576:250cc08d2fc8 Date: 2011-08-18 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/250cc08d2fc8/ Log:win32 fix: call gc.collect() after each bz2 test diff --git a/lib-python/modified-2.7/test/test_bz2.py b/lib-python/modified-2.7/test/

[pypy-commit] pypy default: For some reason the errno is now the winsock error code (on CPython as well)

2011-08-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r46578:44326fa96355 Date: 2011-08-18 00:20 +0200 http://bitbucket.org/pypy/pypy/changeset/44326fa96355/ Log:For some reason the errno is now the winsock error code (on CPython as well) diff --git a/pypy/module/_ssl/test/test_ssl.py b/

[pypy-commit] pypy reflex-support: make namespace lookup work for CINT back-end

2011-08-17 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46579:ddc85152823f Date: 2011-08-16 16:33 -0700 http://bitbucket.org/pypy/pypy/changeset/ddc85152823f/ Log:make namespace lookup work for CINT back-end diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/cintcw

[pypy-commit] pypy reflex-support: enqueue del (needed to get past new check in pypy/rpython/rclass.py)

2011-08-17 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46581:f96b087dedb3 Date: 2011-08-17 13:31 -0700 http://bitbucket.org/pypy/pypy/changeset/f96b087dedb3/ Log:enqueue del (needed to get past new check in pypy/rpython/rclass.py) diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/modu

[pypy-commit] pypy reflex-support: add FakeUserDelAction for zjit test

2011-08-17 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46582:84a28b64f4b3 Date: 2011-08-17 15:22 -0700 http://bitbucket.org/pypy/pypy/changeset/84a28b64f4b3/ Log:add FakeUserDelAction for zjit test diff --git a/pypy/module/cppyy/test/test_zjit.py b/pypy/module/cppyy/test/test_zjit.py ---

[pypy-commit] pypy reflex-support: test that a trailing underscore is allowed in class names

2011-08-17 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46583:249d77dbfa51 Date: 2011-08-17 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/249d77dbfa51/ Log:test that a trailing underscore is allowed in class names diff --git a/pypy/module/cppyy/test/example01.cxx b/pypy/module/cppyy

[pypy-commit] pypy numpy-dtype-alt: Write dtype coerscion logic, and a failing test.

2011-08-17 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46584:5aa559a16cbe Date: 2011-08-17 18:43 -0500 http://bitbucket.org/pypy/pypy/changeset/5aa559a16cbe/ Log:Write dtype coerscion logic, and a failing test. diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-dtype-alt: refactored the world again, ufuncs which require float inputs are currently disabled.

2011-08-17 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46585:a5b103970156 Date: 2011-08-17 20:44 -0500 http://bitbucket.org/pypy/pypy/changeset/a5b103970156/ Log:refactored the world again, ufuncs which require float inputs are currently disabled. diff --git a/pypy/module/micronumpy

[pypy-commit] pypy numpy-dtype-alt: unbreak float stuff.

2011-08-17 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46586:5228abf0b5b4 Date: 2011-08-17 21:16 -0500 http://bitbucket.org/pypy/pypy/changeset/5228abf0b5b4/ Log:unbreak float stuff. diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/mod

[pypy-commit] pypy numpy-dtype-alt: random prodding at 2 more things. I now have *0* idea why this doesn't work.

2011-08-17 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46587:8da3c3b0c350 Date: 2011-08-18 00:54 -0500 http://bitbucket.org/pypy/pypy/changeset/8da3c3b0c350/ Log:random prodding at 2 more things. I now have *0* idea why this doesn't work. diff --git a/pypy/module/micronumpy/interp_d