- 15 Kas, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
xrange tests to cover some special cases that caused problems in py3k. This is a partial backport of r76292-76293 (see issue #7298.)
-
Senthil Kumaran yazdı
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
-
Nick Coghlan yazdı
Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
-
Senthil Kumaran yazdı
-
R. David Murray yazdı
handler for it.
-
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 2 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 ........
-