- 18 Nis, 2014 1 kayıt (commit)
-
-
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 12 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.
-
Senthil Kumaran yazdı
-
- 14 Nis, 2014 10 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
Eric V. Smith yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Eric V. Smith yazdı
-
Senthil Kumaran yazdı
-
Gregory P. Smith yazdı
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 yazdı
-