- 06 Sep, 2016 40 commits
-
-
Zachary Ware authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Serhiy Storchaka authored
C implementation of unpickler. UnpicklingError is now raised instead of AttributeError and ValueError in some cases.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
glob module; they are now about 3--6 times faster.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
-
Christian Heimes authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885.
-
Benjamin Peterson authored
-
Victor Stinner authored
Directly pass NULL rather than an empty string.
-
Victor Stinner authored
Don't pass "()" format to PyObject_CallXXX() to call a function without argument: pass NULL as the format string instead. It avoids to have to parse a string to produce 0 argument.
-
Jason R. Coombs authored
-
Martin Panter authored
-