- 09 Tem, 2011 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
- 08 Tem, 2011 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(to avoid the warnings seen on a buildbot)
-
Antoine Pitrou yazdı
(following PEP 11). These systems are systems using Mach C Threads, SunOS lightweight processes, GNU pth threads and IRIX threads.
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou yazdı
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
Antoine Pitrou yazdı
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
Éric Araujo yazdı
This fixes a bug with the remove (uninstall) feature on Windows. Patch by Thomas Holmes.
-
Éric Araujo yazdı
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 yazdı
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 Tem, 2011 5 kayıt (commit)
-
-
Ned Deily yazdı
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
Ned Deily yazdı
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
Brian Curtin yazdı
-
Brian Curtin yazdı
Patch by Robbie Clemons (robquad), produced at the PyCon 2011 sprints.
- 05 Tem, 2011 9 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
support Python scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner yazdı
scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner yazdı
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner yazdı
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-