- 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 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Jeff Knupp.
-
Benjamin Peterson yazdı
Patch from Jeff Knupp.
-
- 06 Eki, 2012 1 kayıt (commit)
-
-
- 19 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
-
- 27 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Ara, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87573 | senthil.kumaran | 2010-12-30 15:07:58 +0800 (Thu, 30 Dec 2010) | 3 lines Fix Issue10793 - hashlib documentation issue on return type of digest ........
-