1. 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  2. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  3. 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 12 years ago
  4. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 12 years ago
  5. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  6. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  7. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 14 years ago
  8. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  9. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  10. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  11. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  12. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  13. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 14 years ago
  14. a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  16. b04ded4 Also fixes test_hashlib for the different extension module names in py3k. by Gregory P. Smith · 15 years ago
  17. cd54e54 Merged revisions 77257 via svnmerge from by Gregory P. Smith · 15 years ago
  18. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  19. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  20. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  21. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 15 years ago
  22. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  23. 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. c411918 email address update by Gregory P. Smith · 17 years ago
  26. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  27. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  28. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  29. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago