- 11 Eyl, 2016 18 kayıt (commit)
-
-
Serhiy Storchaka yazdı
regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression.
-
Serhiy Storchaka yazdı
by Apache XML-RPC implementation for numerics and None.
-
Serhiy Storchaka yazdı
-
Ethan Furman yazdı
-
Nick Coghlan yazdı
The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann.
-
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 10 Eyl, 2016 22 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
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 yazdı
-
Christian Heimes yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Steve Dower yazdı
-
Mark Dickinson yazdı
-
Steve Dower yazdı
-
Mark Dickinson yazdı
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
appropriate types. Improved some error messages and debugging output.
-
Xavier de Gaye yazdı
-
Zachary Ware yazdı
This change didn't have the intended effect.
-
Martin Panter yazdı
-