- 12 Eki, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org>
-
- 11 Eyl, 2018 1 kayıt (commit)
-
-
Ville Skyttä yazdı
-
- 31 Tem, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* help(hashlib) didn't work because of incorrect module name in blake2b and blake2s classes. * Constructors blake2*(), sha3_*(), shake_*() and keccak_*() incorrectly accepted keyword argument "string" for binary data, but documented as accepting the "data" keyword argument. Now this parameter is positional-only. * Keyword-only parameters in blake2b() and blake2s() were not documented as keyword-only. * Default value for some parameters of blake2b() and blake2s() was None, which is not acceptable value. * The length argument for shake_*.digest() was wrapped out to 32 bits. * The argument for shake_128.digest() and shake_128.hexdigest() was not positional-only as intended. * TypeError messages for incorrect arguments in all constructors sha3_*(), shake_*() and keccak_*() incorrectly referred to sha3_224. Also made the following enhancements: * More accurately specified input and result types for strings, bytes and bytes-like objects. * Unified positional parameter names for update() and constructors. * Improved formatting.
-
- 18 Haz, 2018 1 kayıt (commit)
-
-
Andrés Delfino yazdı
-
- 31 May, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
85% of them are already links.
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
Fixes some redirection links in docs.
-
- 06 Ara, 2017 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
-
- 08 Kas, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB.
-
- 23 Eyl, 2017 1 kayıt (commit)
-
-
Dmitry Chestnykh yazdı
-
- 14 Eyl, 2017 1 kayıt (commit)
-
-
sww yazdı
The `blake2b` function does not take the `data` keyword argument. The hex digest returned by sign was a string, whereas compare_digest expects bytes-like objects. Typo fix: compare_digesty -> compare_digest
-
- 13 Ock, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 06 Eyl, 2016 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
-
- 10 Agu, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 12 Haz, 2016 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
some upstream vendors may do to their odd "FIPS compliant" builds. issue15468.
-
Gregory P. Smith yazdı
document that md5 may be missing in the rare case someone is using a "FIPS compliant" build. I've only ever heard of Redhat creating one of those - CPython itself offers no such build mode out of the box.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 18 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Daan Bakker.
-
- 27 Eyl, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 May, 2014 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 11 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Ock, 2014 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Christian Heimes, with modifications.
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
And link to it from the summary, and link to the Hash Algorithms section of hashlib from the linked description.
-
- 19 Eki, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 12 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Eki, 2013 2 kayıt (commit)
- 03 Agu, 2013 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects.
-
- 04 May, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Ara, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Jeff Knupp.
-