- 25 Nis, 2010 13 kayıt (commit)
-
-
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 6 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ı
-
Florent Xicluna yazdı
-
Sean Reifscheider yazdı
-
Sean Reifscheider yazdı
-
- 22 Nis, 2010 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
a non-infinite timeout. Also make that method friendlier with applications wanting to continue using the socket in clear-text mode, by disabling OpenSSL's internal readahead. Thanks to Darryl Miles for guidance. Issue #8108: test_ftplib's non-blocking SSL server now has proper handling of SSL shutdowns.
-
Georg Brandl yazdı
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot.
-
Senthil Kumaran yazdı
on Invalid url check statement and versionchanged string in docs.
-
Ezio Melotti yazdı
-
Martin v. Löwis yazdı
"make html".
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
- 21 Nis, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
PyMarshal_ReadLastObjectFromFile, which doesn't bring any noticeable benefit compared to the dynamic memory allocation fallback. Patch by Charles-François Natali.
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Antoine Pitrou yazdı
-