- 20 Nis, 2014 2 kayıt (commit)
-
-
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 7 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.
-
doko@ubuntu.com yazdı
include directories if they aren't already being searched. This avoids an explicit runtime library dependency.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
Patch by Sam Lucidi.
-
- 16 Nis, 2014 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
Initial patch by Caelyn McAulay.
-
Antoine Pitrou yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 15 Nis, 2014 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
Patch by Christian Hudon.
-
- 16 Nis, 2014 3 kayıt (commit)
-
-
Andrew Kuchling yazdı
Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementations have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Rafael Mejia.
-
- 15 Nis, 2014 11 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Michael Foord yazdı
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
-
Senthil Kumaran yazdı
Capture threads in the setUpModule and cleanup threads in the tearDownModule.
-
Kushal Das yazdı
Passing name keyword argument to mock.create_autospec now works.
-
doko@ubuntu.com yazdı
are built as builtins.
-
Yury Selivanov yazdı
Issue #21209.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Eric V. Smith yazdı
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Closes issue #21209.
-