- 24 Apr, 2010 6 commits
-
-
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 6 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
-
Sean Reifscheider authored
-
- 22 Apr, 2010 9 commits
-
-
Antoine Pitrou authored
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 authored
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 authored
-
Antoine Pitrou authored
Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot.
-
Senthil Kumaran authored
on Invalid url check statement and versionchanged string in docs.
-
Ezio Melotti authored
-
Martin v. Löwis authored
"make html".
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
- 21 Apr, 2010 8 commits
-
-
Antoine Pitrou authored
PyMarshal_ReadLastObjectFromFile, which doesn't bring any noticeable benefit compared to the dynamic memory allocation fallback. Patch by Charles-François Natali.
-
Matthias Klose authored
-
Matthias Klose authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
the _ssl extension, such that verification of some SSL certificates doesn't fail because of an "unknown algorithm".
-
Tarek Ziadé authored
-
Martin v. Löwis authored
-
Ronald Oussoren authored
-
- 20 Apr, 2010 11 commits
-
-
Victor Stinner authored
-
Tarek Ziadé authored
-
Ronald Oussoren authored
to a change in the company name for Apple.
-
Senthil Kumaran authored
-
Matthias Klose authored
-
Ezio Melotti authored
-
Brian Curtin authored
-
Ronald Oussoren authored
variable and should fix issue #8095.
-
Ronald Oussoren authored
to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets.
-
Stefan Krah authored
loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic.
-
Senthil Kumaran authored
-