- 23 Mar, 2012 12 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Stefan Krah authored
inherits from TypeError. Cleanup in module initialization to make repeated import failures robust.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Giampaolo Rodola' authored
-
-
Eli Bendersky authored
append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests
-
R David Murray authored
Éric pointed out that given that the default was documented as None, someone would reasonably pass that to get the default behavior. In fixing the code to use None, I noticed that the change to _charset was being done after it had already been passed to MIMENonMultipart. The change to the test verifies that the order is now correct.
-
R David Murray authored
Previously it would just accept the unicode, which would wind up as unicode in the transfer-encoded message object, which is just wrong. Patch by Jeff Knupp.
-
- 22 Mar, 2012 19 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Georg Brandl authored
-
Ned Deily authored
(Original patch by Vinay Sajip)
-
Benjamin Peterson authored
-
Giampaolo Rodola' authored
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Victor Stinner authored
w cannot be NULL so use Py_DECREF() instead of Py_XDECREF().
-
- 21 Mar, 2012 9 commits
-
-
Antoine Pitrou authored
Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. Patch by Colin Marc.
-
Andrew Svetlov authored
-
Stefan Krah authored
-
Stefan Krah authored
-
R David Murray authored
-
R David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-