- 06 Eyl, 2016 30 kayıt (commit)
-
-
Serhiy Storchaka yazdı
glob module; they are now about 3--6 times faster.
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Directly pass NULL rather than an empty string.
-
Victor Stinner yazdı
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 yazdı
-
Martin Panter yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
Zachary Ware yazdı
When building it breaks, we won't be fixing it.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. Initial patch contributed by Jaysinh shukla.
-
Senthil Kumaran yazdı
Initial patch contributed by Jaysinh shukla.
-
- 05 Eyl, 2016 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Apparently the test succeeds on XP.
-
Christian Heimes yazdı
-
Victor Stinner yazdı
Other changes: * Rewrite _Py_normalize_encoding() as a C implementation of encodings.normalize_encoding(). For example, " utf-8 " is now normalized to "utf_8". So the fast path is now used for more name variants of the same encoding. * Avoid strcpy() when encoding is NULL: call directly the UTF-8 codec
-