1. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  2. 32a2cee Bypass __get_openssl_constructor() and always use our own blake2 implementation by Christian Heimes · 8 years ago
  3. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  4. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  5. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 9 years ago
  6. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 10 years ago
  7. e535107 Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. by Christian Heimes · 11 years ago
  8. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  9. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  10. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  11. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  12. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  13. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  14. a3221f8 fix whitespace by Gregory P. Smith · 13 years ago
  15. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  16. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 13 years ago
  17. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  18. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 14 years ago
  19. d8fe8bf Merged revisions 74479 via svnmerge from by Gregory P. Smith · 15 years ago
  20. 6359450 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  21. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  22. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago
  23. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  24. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  25. 9406f5c Use the new buffer api for input data. by Gregory P. Smith · 17 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  27. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  28. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  29. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago