- 27 Nis, 2010 11 kayıt (commit)
-
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Sridhar Ratnakumar.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Remove uses of test_support.TestFailed.
-
Antoine Pitrou yazdı
+ enable test that was never run (!) + make tests faster by lowering polling timeout
-
Antoine Pitrou yazdı
-
- 26 Nis, 2010 4 kayıt (commit)
-
-
Michael Foord yazdı
-
R. David Murray yazdı
Refactors format_string. Includes tests for the two problems noted in the issue, but as far as I can see there are no other tests that confirm that format_string conforms to normal % formatting rules.
-
Antoine Pitrou yazdı
caused by the "socket not connected" condition.
-
R. David Murray yazdı
-
- 25 Nis, 2010 14 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
by default as well. This change fixes that by treating -Q like -3 when it comes to DeprecationWarning; using it causes the silencing to not occur. Fixes issue #7319.
-
Antoine Pitrou yazdı
where the method could block indefinitely if called just before the event loop started running. This also fixes the occasional freezes witnessed in test_httpservers.
-
Antoine Pitrou yazdı
-
Michael Foord yazdı
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Sean Reifscheider yazdı
openlog() for every logged message.
-
- 24 Nis, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
indefinitely if the other end didn't respond.
-
Antoine Pitrou yazdı
the SSL structure if necessary (as other methods already do).
-
Brian Curtin yazdı
-
Matthias Klose yazdı
-
Brian Curtin yazdı
Since CREATE_NEW_* are used for the creation flags of a subprocess, they were added to __all__. The rest of the previously exposed attributes are now qualified by _subprocess.ATTR rather than importing *.
-
Antoine Pitrou yazdı
socket under OS X), and skip it under Windows (where sockets can't be read() from using their fds).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 23 Nis, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
underlying socket from being closed until all objects get truely destroyed.
-
Antoine Pitrou yazdı
socket. Initial patch by Péter Szabó.
-
Florent Xicluna yazdı
-