- 11 Sep, 2016 13 commits
-
-
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Sep, 2016 27 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Christian Heimes authored
The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet.
-
Alexander Belopolsky authored
-
Christian Heimes authored
The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3) are set by default. The initial cipher suite list contains only HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2).
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Steve Dower authored
-
Mark Dickinson authored
-
Steve Dower authored
-
Mark Dickinson authored
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
appropriate types. Improved some error messages and debugging output.
-
Xavier de Gaye authored
-
Zachary Ware authored
This change didn't have the intended effect.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Victor Stinner authored
-
Nick Coghlan authored
json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka.
-
Nick Coghlan authored
The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka.
-