[pypy-commit] pypy stm-thread-2: in-progress

2013-01-26 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r60505:f823b3f06916 Date: 2013-01-26 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/f823b3f06916/ Log:in-progress diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py --- a/pypy/rpython/me

[pypy-commit] pypy stm-thread-2: Split interp_signal in three. rlib/rsignal is like on trunk. sigaction.py is the non-stm action classes.

2013-01-26 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r60506:ff1b216bf13d Date: 2013-01-26 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/ff1b216bf13d/ Log:Split interp_signal in three. rlib/rsignal is like on trunk. sigaction.py is the non-stm action classes. diff --git a/pypy/in

[pypy-commit] pypy py3k: merge default

2013-01-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60507:331eda1c7211 Date: 2013-01-26 15:25 -0800 http://bitbucket.org/pypy/pypy/changeset/331eda1c7211/ Log:merge default diff --git a/py/_code/source.py b/py/_code/source.py --- a/py/_code/source.py +++ b/py/_code/source.py @@ -141,6 +141,8 @@

[pypy-commit] pypy default: fix unnecessary skip in test_signal on unix due to missing usemodule

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60508:35e7bb0e4580 Date: 2013-01-25 19:31 -0500 http://bitbucket.org/pypy/pypy/changeset/35e7bb0e4580/ Log:fix unnecessary skip in test_signal on unix due to missing usemodule diff --git a/pypy/module/signal/test/test_signal.py b/pypy/module/signal/

[pypy-commit] pypy default: demonstrate more consistently the intermittent failure in untranslated test_interrupt_main

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60509:47b3810089ca Date: 2013-01-26 14:50 -0500 http://bitbucket.org/pypy/pypy/changeset/47b3810089ca/ Log:demonstrate more consistently the intermittent failure in untranslated test_interrupt_main diff --git a/pypy/module/thread/test/test_th

[pypy-commit] pypy default: fix untranslated test_interrupt_main by making sure we don't interrupt too early

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60510:943dfd91fc9d Date: 2013-01-26 14:55 -0500 http://bitbucket.org/pypy/pypy/changeset/943dfd91fc9d/ Log:fix untranslated test_interrupt_main by making sure we don't interrupt too early diff --git a/pypy/module/thread/test/test_thread.py b

[pypy-commit] pypy default: fix test_package for changes made in split-rpython

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60512:6dfc65223172 Date: 2013-01-26 19:46 -0500 http://bitbucket.org/pypy/pypy/changeset/6dfc65223172/ Log:fix test_package for changes made in split-rpython diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.p

[pypy-commit] pypy default: fix pypy_find_stdlib(): app_main.py was moved up a level in split-rpython

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60511:1fd8960987fb Date: 2013-01-26 18:50 -0500 http://bitbucket.org/pypy/pypy/changeset/1fd8960987fb/ Log:fix pypy_find_stdlib(): app_main.py was moved up a level in split- rpython diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter

[pypy-commit] pypy default: fix another path in test_app_main.py for split-rpython changes

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60513:96eb2daca099 Date: 2013-01-26 20:12 -0500 http://bitbucket.org/pypy/pypy/changeset/96eb2daca099/ Log:fix another path in test_app_main.py for split-rpython changes diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/t

[pypy-commit] pypy default: fix more paths for split-python changes

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60514:aebc29980baf Date: 2013-01-26 20:39 -0500 http://bitbucket.org/pypy/pypy/changeset/aebc29980baf/ Log:fix more paths for split-python changes diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/p

[pypy-commit] pypy default: update some paths in comments

2013-01-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60515:d411fd8682b7 Date: 2013-01-26 20:45 -0500 http://bitbucket.org/pypy/pypy/changeset/d411fd8682b7/ Log:update some paths in comments diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b