aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/hashlib.py
Commit message (Expand)AuthorAge
* gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)Sebastian Rittau10 days
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-03
* gh-120417: Add #noqa to used imports in the stdlib (#120421)Victor Stinner2024-06-13
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-15
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-28
* bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)Christian Heimes2022-03-22
* bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)Raymond Hettinger2021-09-20
* bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...Christian Heimes2021-04-19
* bpo-40645: use C implementation of HMAC (GH-24920)Christian Heimes2021-03-27
* Improve blake2 comment for Victor (GH-20981)Christian Heimes2020-06-19
* bpo-40695: Limit hashlib builtin hash fallback (GH-20259)Christian Heimes2020-05-25
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Christian Heimes2020-05-22
* bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)Christian Heimes2020-05-16
* bpo-38153: Normalize hashlib algorithm names (GH-16083)Christian Heimes2019-09-13
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-31
* Fix miscellaneous typos (#4275)luzpaz2017-11-05
* Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-07
* Bypass __get_openssl_constructor() and always use our own blake2 implementationChristian Heimes2016-09-07
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-06
* Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...Christian Heimes2016-09-06
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-01
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-03
* Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs.Christian Heimes2013-10-22
* Issue #19254: Provide an optimized Python implementation of PBKDF2_HMACChristian Heimes2013-10-19
* Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-13
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-06
* Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-21
* fix whitespaceGregory P. Smith2011-05-14
* Fixes Issue #12059: Properly handle missing hash functions even whenGregory P. Smith2011-05-14
* Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...Raymond Hettinger2011-01-24
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-06
* Merged revisions 78528 via svnmerge fromGregory P. Smith2010-03-01
* Merged revisions 74479 via svnmerge fromGregory P. Smith2009-08-16
* issue3715: docstring representation of hex escaped string needs to be doubleGregory P. Smith2008-08-31
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-19
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-09
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-27
* Use the new buffer api for input data.Gregory P. Smith2007-08-26
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Whitespace normalization (via reindent.py).Tim Peters2005-08-26
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-21