- 23 Apr, 2010 3 commits
-
-
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 12 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
-
Ronald Oussoren authored
ensure we have a clean build environment (OSX installer)
-
- 19 Apr, 2010 4 commits
-
-
Giampaolo Rodolà authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Antoine Pitrou authored
error handler from the new IO library.
-
- 18 Apr, 2010 4 commits
-
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Ronald Oussoren authored
to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484.
-