- 13 Jul, 2011 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 12 Jul, 2011 1 commit
-
-
Antoine Pitrou authored
cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo.
-
- 10 Jul, 2011 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 09 Jul, 2011 9 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also, point to the various alternatives.
-
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.
-
- 08 Jul, 2011 5 commits
-
-
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.
-
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 1 commit
-
-
Ned Deily authored
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
- 05 Jul, 2011 7 commits
-
-
Victor Stinner authored
-
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
-
Benjamin Peterson authored
-
Ned Deily authored
tests.
-
Ned Deily authored
testcase failure in test_ssl.
-
- 04 Jul, 2011 13 commits
-
-
Senthil Kumaran authored
-
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.
-
Georg Brandl authored
-
Victor Stinner authored
fresh process with only one thread and to not change signal handling of the parent process.
-
Victor Stinner authored
On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
-
Victor Stinner authored
On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
-
Ned Deily authored
test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh).
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
shutdown, if globals()['__file__'] is None.
-
Georg Brandl authored
-