- 03 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 02 May, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
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 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Nis, 2014 11 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Stefan Krah yazdı
-
Jesus Cea yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware yazdı
-
Antoine Pitrou yazdı
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 28 Nis, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
Antoine Pitrou yazdı
-
- 27 Nis, 2014 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 26 Nis, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
-
Benjamin Peterson yazdı
Patch by Claudiu Popa.
-
Benjamin Peterson yazdı
Patch by Diana Clarke.
-
Antoine Pitrou yazdı
-
- 25 Nis, 2014 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
- 24 Nis, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
Pointed out by Brian Kearns.
-
- 23 Nis, 2014 5 kayıt (commit)
-
-
Zachary Ware yazdı
This should stop Buildbot from falsely reporting a warning on Windows bots.
-
Gregory P. Smith yazdı
children.
-
Zachary Ware yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
- 22 Nis, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
-
Terry Jan Reedy yazdı
reformat width in the configuration menu.
-
- 20 Nis, 2014 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
facility. Provides a better way to handle file descriptor close. Address issue #15002 . Patch contributed by Christian Theune.
-
R David Murray yazdı
Fix by 'amathew', test by Marek Stepniowski.
-
Ned Deily yazdı
when launched on OS X. (Original patch by Ronald Oussoren)
-
- 19 Nis, 2014 3 kayıt (commit)
-
-
Ned Deily yazdı
configurations. Patch by John Szakmeister.
-
R David Murray yazdı
-
Eric Snow yazdı
-