- 15 Kas, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
catch the case of an option with no handler.
-
- 14 Kas, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
warning, to improve buildbot stability.
-
R. David Murray yazdı
a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou.
-
Georg Brandl yazdı
-
- 13 Kas, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
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 yazdı
-
- 12 Kas, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Georg Brandl yazdı
-
- 11 Kas, 2009 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
R. David Murray yazdı
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 yazdı
-
Senthil Kumaran yazdı
based on Issue1235.
-
- 10 Kas, 2009 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
-
R. David Murray yazdı
shadow variables in the outer scope (issue 7290).
-
- 09 Kas, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
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 yazdı
than those started through `threading.Thread` (for example, using `thread.start_new_thread()`.
-
Eric Smith yazdı
-
R. David Murray yazdı
-
Benjamin Peterson yazdı
-
- 08 Kas, 2009 2 kayıt (commit)
-
-
Brett Cannon yazdı
Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff.
-
Antoine Pitrou yazdı
The leak may not manifest itself if the OS re-uses the same thread ids (I suppose Neal's machine doesn't :-))
-
- 07 Kas, 2009 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package
-
Benjamin Peterson yazdı
-
- 06 Kas, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
primitives such as Lock, RLock, Condition, Event and Semaphore.
-
- 05 Kas, 2009 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
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 yazdı
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 yazdı
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 yazdı
which are part of a reference cycle.
-
R. David Murray yazdı
the test time to complete on slow buildbots. See issue 6462.
-
- 04 Kas, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
objects on 64-bit systems. Patch by Michael Broghton. I will revert this checkin if it causes problems on our BSD buildbots.
-
Georg Brandl yazdı
#7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
-