- 29 Nis, 2014 4 kayıt (commit)
-
-
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ı
-
- 18 Nis, 2014 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
Also fixes a long-standing typo in Doc/README.txt. Initial patch by Dave Sawyer.
-
Guido van Rossum yazdı
-
- 15 Nis, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Nis, 2014 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
- 17 Nis, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
doko@ubuntu.com yazdı
in a ncursesw directory.
-
doko@ubuntu.com yazdı
- Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21275: Fix a socket test on KFreeBSD.
-