- 22 Mar, 2012 17 commits
-
-
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 5 commits
-
-
Andrew Svetlov authored
Patch by Guilherme Polo.
-
R David Murray authored
This is a backward incompatible change, but since it is an RFC conformance bug and all real mail servers that I know of do conform to the RFC in this regard, I believe it is an acceptable change for a feature release. Patch by Jason Killen.
-
Benjamin Peterson authored
-
Larry Hastings authored
They're optional-only for now (unlike in pure Python) but that's all I needed. The syntax can easily be relaxed if we want to support required keyword-only arguments for extension types in the future.
-
Giampaolo Rodola' authored
-