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
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
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 @@
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/
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
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
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
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
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
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
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
11 matches
Mail list logo