1. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 5 years ago
  2. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 5 years ago
  3. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 5 years ago
  4. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 6 years ago
  5. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  6. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  7. f0bc645 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by INADA Naoki · 7 years ago
  8. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 7 years ago
  9. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 7 years ago
  10. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 7 years ago
  11. dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 7 years ago
  12. 8dcf22f bpo-31234: Join threads in test_hashlib (#3573) by Victor Stinner · 7 years ago
  13. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  14. e370409 Add test cases for internal SHA3 helpers by Christian Heimes · 8 years ago
  15. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  16. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  17. 59a0464 Download hashlib test vectors from pythontest.net by Christian Heimes · 8 years ago
  18. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  19. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  20. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  21. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  22. 1538790 Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 10 years ago
  23. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  24. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  25. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  26. e535107 Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. by Christian Heimes · 11 years ago
  27. 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 11 years ago
  28. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  29. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  30. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  31. 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 11 years ago
  32. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  33. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  34. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  35. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  36. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  37. 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  38. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  39. 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 12 years ago
  40. 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
  41. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  42. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  43. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 14 years ago
  44. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  45. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  46. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  47. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  48. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  49. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 15 years ago
  50. a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 15 years ago
  51. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  52. b04ded4 Also fixes test_hashlib for the different extension module names in py3k. by Gregory P. Smith · 15 years ago
  53. cd54e54 Merged revisions 77257 via svnmerge from by Gregory P. Smith · 15 years ago
  54. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  55. 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
  56. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  57. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
  58. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  59. 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
  60. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  61. c411918 email address update by Gregory P. Smith · 17 years ago
  62. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  63. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  64. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  65. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago