- 14 Nis, 2014 32 kayıt (commit)
-
-
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ı
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
Debugged by Victor.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Bug reported by Guido Vranken.
-
R David Murray yazdı
If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das.
-
- 13 Nis, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Berker Peksag.
-
- 12 Nis, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
section of the FAQ.
-
- 11 Nis, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Patch by Kushal Das.
-
- 10 Nis, 2014 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Nis, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-