- 04 May, 2014 3 commits
-
-
Ned Deily authored
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j (multiple threads running subprocesses).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Diana Clarke.
-
- 03 May, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 02 May, 2014 1 commit
-
-
Zachary Ware authored
test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
-
- 01 May, 2014 1 commit
-
-
Martin v. Löwis authored
-
- 29 Apr, 2014 11 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Stefan Krah authored
-
Jesus Cea authored
-
Zachary Ware authored
-
Zachary Ware authored
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware authored
-
Antoine Pitrou authored
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 28 Apr, 2014 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou authored
-
- 27 Apr, 2014 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 26 Apr, 2014 4 commits
-
-
R David Murray authored
-
Benjamin Peterson authored
Patch by Claudiu Popa.
-
Benjamin Peterson authored
Patch by Diana Clarke.
-
Antoine Pitrou authored
-
- 25 Apr, 2014 1 commit
-
-
Andrew Kuchling authored
-
- 24 Apr, 2014 1 commit
-
-
Zachary Ware authored
Pointed out by Brian Kearns.
-
- 23 Apr, 2014 5 commits
-
-
Zachary Ware authored
This should stop Buildbot from falsely reporting a warning on Windows bots.
-
Gregory P. Smith authored
children.
-
Zachary Ware authored
-
Gregory P. Smith authored
may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Fixes issue #21291.
-
Benjamin Peterson authored
-
- 22 Apr, 2014 3 commits
-
-
Antoine Pitrou authored
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
reformat width in the configuration menu.
-
- 20 Apr, 2014 4 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
facility. Provides a better way to handle file descriptor close. Address issue #15002 . Patch contributed by Christian Theune.
-
R David Murray authored
Fix by 'amathew', test by Marek Stepniowski.
-
Ned Deily authored
when launched on OS X. (Original patch by Ronald Oussoren)
-