- 23 Mar, 2012 2 commits
-
-
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 18 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
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Stefan Krah authored
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
-
krisvale authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Guilherme Polo.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 20 Mar, 2012 1 commit
-
-
Andrew Svetlov authored
Patch by Guilherme Polo.
-