- 06 Sep, 2016 36 commits
-
-
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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
-
Zachary Ware authored
When building it breaks, we won't be fixing it.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. Initial patch contributed by Jaysinh shukla.
-
Senthil Kumaran authored
Initial patch contributed by Jaysinh shukla.
-
- 05 Sep, 2016 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Zachary Ware authored
-
Zachary Ware authored
-