1. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 13 years ago
  2. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 13 years ago
  3. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 13 years ago
  4. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 13 years ago
  5. fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  6. fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 15 years ago
  7. e6390a1 Adds the hashlib.algorithms attribute. See issue7418. by Gregory P. Smith · 15 years ago
  8. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  9. 8926108 Revert debugprint code in r77607. by Gregory P. Smith · 16 years ago
  10. 8f6f426 Add a pydebug mode only debug print to help debug the errors in by Gregory P. Smith · 16 years ago
  11. 2b6e4bc add a test about hashing array.array by Benjamin Peterson · 16 years ago
  12. 6dcdcde Import all implementations of the hash algorithms (OpenSSL & builtin) and run by Gregory P. Smith · 16 years ago
  13. 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 16 years ago
  14. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  15. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  16. 0db3cd6 a useful decorator for cleaning up threads by Benjamin Peterson · 16 years ago
  17. 92d102b prevent refleaks from threads by Benjamin Peterson · 16 years ago
  18. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 16 years ago
  19. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 16 years ago
  20. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
  21. f805785 email address update by Gregory P. Smith · 18 years ago
  22. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago