- 15 Apr, 2014 1 commit
-
-
Senthil Kumaran authored
-
- 14 Apr, 2014 33 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
-
Benjamin Peterson authored
-
Senthil Kumaran authored
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eric V. Smith authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Michael Foord authored
-
Michael Foord authored
-
Mark Dickinson authored
Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception.
-
R David Murray authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Benjamin Peterson authored
Debugged by Victor.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Bug reported by Guido Vranken.
-
R David Murray authored
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 Apr, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
- 12 Apr, 2014 1 commit
-
-
Ned Deily authored
section of the FAQ.
-
- 11 Apr, 2014 1 commit
-
-
Terry Jan Reedy authored
Patch by Kushal Das.
-
- 10 Apr, 2014 2 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-