- 16 Nis, 2014 1 kayıt (commit)
-
-
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 27 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ı
-
R David Murray yazdı
Patch by Sam Lucidi.
-
Senthil Kumaran yazdı
-
Andrew Kuchling yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Mark Dickinson yazdı
Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception.
-
R David Murray yazdı
-
Eric V. Smith yazdı
-