- 15 Kas, 2009 11 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Antoine Pitrou yazdı
TLS or SSL. Patch by Giampaolo Rodola'.
-
Mark Dickinson yazdı
PyFormat_FromStringV and PyErr_Format.
-
Antoine Pitrou yazdı
the registry under Windows. Patch by Gabriel Genellina.
-
Mark Dickinson yazdı
Many thanks Stefan Krah for help and OpenSolaris testing.
-
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 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-