- 09 Jul, 2011 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also, point to the various alternatives.
-
Antoine Pitrou authored
Also, point to the various alternatives.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
- 08 Jul, 2011 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(to avoid the warnings seen on a buildbot)
-
Antoine Pitrou authored
(following PEP 11). These systems are systems using Mach C Threads, SunOS lightweight processes, GNU pth threads and IRIX threads.
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou authored
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou authored
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou authored
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou authored
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou authored
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
Antoine Pitrou authored
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
Éric Araujo authored
This fixes a bug with the remove (uninstall) feature on Windows. Patch by Thomas Holmes.
-
Éric Araujo authored
We now have one function to prepare multipart POST requests, and we use CRLF, as recommended by the HTTP spec (#10150). Initial patch by John Edmonds.
-
Victor Stinner authored
The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel.
-
- 06 Jul, 2011 5 commits
-
-
Ned Deily authored
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
Ned Deily authored
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
Brian Curtin authored
-
Brian Curtin authored
Patch by Robbie Clemons (robquad), produced at the PyCon 2011 sprints.
- 05 Jul, 2011 3 commits
-
-
Victor Stinner authored
negative, instead of an infinite sleep on Windows or raising an IOError on Linux for example, to have the same behaviour on all platforms.
-
Victor Stinner authored
-
Victor Stinner authored
-