- 17 Jul, 2011 2 commits
-
-
Senthil Kumaran authored
-
Eli Bendersky authored
-
- 15 Jul, 2011 2 commits
-
-
Antoine Pitrou authored
Patch by Andreas Stührk.
-
Benjamin Peterson authored
-
- 14 Jul, 2011 4 commits
-
-
Charles-François Natali authored
-
Victor Stinner authored
test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because of the arbitrary timeout.
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 13 Jul, 2011 4 commits
-
-
Ned Deily authored
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
Victor Stinner authored
the parent structure. Patch by Vlad Riscutia.
-
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.
-
- 09 Jul, 2011 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
and add a note concerning its status.
-
Antoine Pitrou authored
Also, point to the various alternatives.
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
- 08 Jul, 2011 4 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.
-
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.
-
Victor Stinner authored
Python 3.1. callable() is again supported in Python 3.2.
-
- 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 8 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Victor Stinner authored
-
Victor Stinner authored
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
os.write() clamp the length to INT_MAX on Windows.
-
Benjamin Peterson authored
-
- 04 Jul, 2011 8 commits
-
-
Senthil Kumaran authored
-
Victor Stinner authored
On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
-
Ned Deily authored
-
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).
-
Ned Deily authored
-
Benjamin Peterson authored
-
Victor Stinner authored
shutdown, if globals()['__file__'] is None.
-
Senthil Kumaran authored
-
- 03 Jul, 2011 1 commit
-
-
Senthil Kumaran authored
-
- 02 Jul, 2011 1 commit
-
-
Charles-François Natali authored
wasn't enabled at first.
-