- 08 Jul, 2011 13 commits
-
-
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
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 15 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
-
Victor Stinner authored
support Python scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner authored
scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner authored
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner authored
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
tests.
-
Ned Deily authored
tests.
-
Ned Deily authored
testcase failure in test_ssl.
-
Ned Deily authored
testcase failure in test_ssl.
-
- 04 Jul, 2011 7 commits
-
-
Victor Stinner authored
When signals are unblocked, pending signal ared delivered in the reverse order of their number (also on Linux, not only on FreeBSD 6). Don't sort signals by their number if signals were not blocked (test_signum).
-
Victor Stinner authored
On FreeBSD 6, when signals are unblocked, FreeBSD 6 delivers signals in the reverse order of their number.
-
Victor Stinner authored
* Don't create a thread at startup anymore to initialize the pthread library: it changes the behaviour of many functions related to signal handling like sigwait() * Reenable test_sigtimedwait_poll() on FreeBSD 6
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
-
Senthil Kumaran authored
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
-