- 27 Apr, 2010 9 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Sridhar Ratnakumar.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Remove uses of test_support.TestFailed.
-
Antoine Pitrou authored
+ enable test that was never run (!) + make tests faster by lowering polling timeout
-
Antoine Pitrou authored
-
- 26 Apr, 2010 4 commits
-
-
Michael Foord authored
-
R. David Murray authored
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 authored
caused by the "socket not connected" condition.
-
R. David Murray authored
-
- 25 Apr, 2010 14 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
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 authored
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 authored
-
Michael Foord authored
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Sean Reifscheider authored
openlog() for every logged message.
-
- 24 Apr, 2010 8 commits
-
-
Antoine Pitrou authored
indefinitely if the other end didn't respond.
-
Antoine Pitrou authored
the SSL structure if necessary (as other methods already do).
-
Brian Curtin authored
-
Matthias Klose authored
-
Brian Curtin authored
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 authored
socket under OS X), and skip it under Windows (where sockets can't be read() from using their fds).
-
Georg Brandl authored
-
Georg Brandl authored
-
- 23 Apr, 2010 5 commits
-
-
Antoine Pitrou authored
underlying socket from being closed until all objects get truely destroyed.
-
Antoine Pitrou authored
socket. Initial patch by Péter Szabó.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Sean Reifscheider authored
-