- 20 Apr, 2014 3 commits
-
-
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)
-
- 19 Apr, 2014 3 commits
-
-
Ned Deily authored
configurations. Patch by John Szakmeister.
-
R David Murray authored
-
Eric Snow authored
-
- 18 Apr, 2014 3 commits
-
-
Terry Jan Reedy authored
-
Zachary Ware authored
Also fixes a long-standing typo in Doc/README.txt. Initial patch by Dave Sawyer.
-
Guido van Rossum authored
-
- 15 Apr, 2014 1 commit
-
-
Guido van Rossum authored
-
- 18 Apr, 2014 3 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Benjamin Peterson authored
-
- 17 Apr, 2014 7 commits
-
-
Benjamin Peterson authored
-
doko@ubuntu.com authored
in a ncursesw directory.
-
doko@ubuntu.com authored
- 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 authored
include directories if they aren't already being searched. This avoids an explicit runtime library dependency.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
Patch by Sam Lucidi.
-
- 16 Apr, 2014 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
Initial patch by Caelyn McAulay.
-
Antoine Pitrou authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 15 Apr, 2014 1 commit
-
-
Andrew Kuchling authored
Patch by Christian Hudon.
-
- 16 Apr, 2014 3 commits
-
-
Andrew Kuchling authored
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 authored
-
R David Murray authored
Patch by Rafael Mejia.
-
- 15 Apr, 2014 10 commits
-
-
Vinay Sajip authored
-
Michael Foord authored
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
-
Senthil Kumaran authored
Capture threads in the setUpModule and cleanup threads in the tearDownModule.
-
Kushal Das authored
Passing name keyword argument to mock.create_autospec now works.
-
doko@ubuntu.com authored
are built as builtins.
-
Yury Selivanov authored
Issue #21209.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Eric V. Smith authored
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
-
Yury Selivanov authored
-