1. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  2. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  3. 1538790 Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  4. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  5. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  6. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  7. e535107 Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. by Christian Heimes · 11 years ago
  8. 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 11 years ago
  9. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  10. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  11. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  12. 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 11 years ago
  13. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  14. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  15. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  16. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  17. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  18. 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  19. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  20. 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 12 years ago
  21. 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
  22. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  23. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  24. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 14 years ago
  25. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  26. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  27. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  28. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  29. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  30. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 15 years ago
  31. a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 15 years ago
  32. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  33. b04ded4 Also fixes test_hashlib for the different extension module names in py3k. by Gregory P. Smith · 15 years ago
  34. cd54e54 Merged revisions 77257 via svnmerge from by Gregory P. Smith · 15 years ago
  35. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  36. 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
  37. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  38. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
  39. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  40. 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
  41. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  42. c411918 email address update by Gregory P. Smith · 17 years ago
  43. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  44. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  45. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  46. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago