- 14 Nov, 2009 3 commits
-
-
R. David Murray authored
warning, to improve buildbot stability.
-
R. David Murray authored
a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou.
-
Georg Brandl authored
-
- 13 Nov, 2009 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections.
-
Benjamin Peterson authored
-
- 12 Nov, 2009 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Georg Brandl authored
-
- 11 Nov, 2009 4 commits
-
-
Antoine Pitrou authored
-
R. David Murray authored
I'm bumping up the longer test to the 60 seconds I intended to make it. If this doesn't cure the intermittent buildbot timeouts, I'm going to turn that test into a warning rather than a failure.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
based on Issue1235.
-
- 10 Nov, 2009 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
unpickled. This fixes crashes under Windows when trying to run test_multiprocessing in verbose mode. Additionally, Test_TextTestRunner hadn't been enabled in test_unittest.
-
Raymond Hettinger authored
-
R. David Murray authored
shadow variables in the outer scope (issue 7290).
-
- 09 Nov, 2009 6 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
test function, and skip that test on Linux/alpha systems with a broken system round function. This should turn the Debian/alpha buildbot green.
-
Antoine Pitrou authored
than those started through `threading.Thread` (for example, using `thread.start_new_thread()`.
-
Eric Smith authored
-
R. David Murray authored
-
Benjamin Peterson authored
-
- 08 Nov, 2009 2 commits
-
-
Brett Cannon authored
Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff.
-
Antoine Pitrou authored
The leak may not manifest itself if the OS re-uses the same thread ids (I suppose Neal's machine doesn't :-))
-
- 07 Nov, 2009 4 commits
-
-
Georg Brandl authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package
-
Benjamin Peterson authored
-
- 06 Nov, 2009 1 commit
-
-
Antoine Pitrou authored
primitives such as Lock, RLock, Condition, Event and Semaphore.
-
- 05 Nov, 2009 5 commits
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76131 | benjamin.peterson | 2009-11-05 17:53:21 -0600 (Thu, 05 Nov 2009) | 1 line import sys ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76127 | benjamin.peterson | 2009-11-05 17:04:58 -0600 (Thu, 05 Nov 2009) | 1 line set svn:eol-style ........ r76128 | benjamin.peterson | 2009-11-05 17:07:46 -0600 (Thu, 05 Nov 2009) | 1 line skip this test on windows to avoid newline horrors ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76125 | benjamin.peterson | 2009-11-05 15:26:55 -0600 (Thu, 05 Nov 2009) | 1 line handle newline issues better for comparing files ........
-
Antoine Pitrou authored
which are part of a reference cycle.
-
R. David Murray authored
the test time to complete on slow buildbots. See issue 6462.
-
- 04 Nov, 2009 3 commits
-
-
Antoine Pitrou authored
objects on 64-bit systems. Patch by Michael Broghton. I will revert this checkin if it causes problems on our BSD buildbots.
-
Georg Brandl authored
#7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
-
Antoine Pitrou authored
-