- 17 Apr, 2014 5 commits
-
-
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 12 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
-
Yury Selivanov authored
Closes issue #21209.
-
Senthil Kumaran authored
-
- 14 Apr, 2014 13 commits
-
-
R David Murray authored
-
R David Murray authored
Normally an SMTP server will return an error, and smtplib will then issue an RSET to return the connection to the known starting state. Some servers, however, disconnect after issuing certain errors. When we issue the RSET, this would result in raising an SMTPServerDisconnected error, *instead* of returning the error code the user of the library was expecting. This fix makes the internal RSET calls ignore the disconnection so that the error code is returned. The user of the library will then get the SMTPServerDisconnected error the next time they try to talk to the server. Patch by Kushal Das.
-
Senthil Kumaran authored
-
Eric V. Smith authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Eric V. Smith authored
-
Senthil Kumaran authored
-
Gregory P. Smith authored
Fixes issue20307. No Misc/NEWS entry because frankly this is an esoteric platform for anyone to be figuring out how to cross compile CPython for.
-
Michael Foord authored
-
R David Murray authored
Patch by Sam Lucidi.
-
Senthil Kumaran authored
-
Andrew Kuchling authored
-