- 975022b bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) by Christian Heimes · 4 years, 9 months ago
- deb0162 bpo-40275: Use new test.support helper submodules in tests (GH-21317) by Hai Shi · 5 years ago
- 236a0f5 bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) by stratakis · 5 years ago
- e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 5 years ago
- be63019 bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422) by Christian Heimes · 5 years ago
- 909b571 bpo-9216: hashlib usedforsecurity fixes (GH-20258) by Christian Heimes · 5 years ago
- d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 5 years ago
- b1e11c3 bpo-40443: Remove unused imports in tests (GH-19804) by Victor Stinner · 5 years ago
- e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 5 years ago
- 66abe98 bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) by Hai Shi · 5 years ago
- 9055815 bpo-38270: More fixes for strict crypto policy (GH-16418) by Christian Heimes · 6 years ago
- df69e75 bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071) by Christian Heimes · 6 years ago
- 995b5d3 bpo-38153: Normalize hashlib algorithm names (GH-16083) by Christian Heimes · 6 years ago
- 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 6 years ago
- 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 6 years ago
- 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 7 years ago
- f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 7 years ago
- 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 7 years ago
- f0bc645 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by INADA Naoki · 7 years ago
- d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 7 years ago
- 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 8 years ago
- 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 8 years ago
- dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 8 years ago
- 8dcf22f bpo-31234: Join threads in test_hashlib (#3573) by Victor Stinner · 8 years ago
- a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
- e370409 Add test cases for internal SHA3 helpers by Christian Heimes · 9 years ago
- 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 9 years ago
- 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 9 years ago
- 59a0464 Download hashlib test vectors from pythontest.net by Christian Heimes · 9 years ago
- 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 9 years ago
- 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 9 years ago
- 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
- bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
- 1538790 Issue #16113: Also remove test_case_sha3_224_huge by Ned Deily · 11 years ago
- 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
- 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
- 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 12 years ago
- e535107 Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. by Christian Heimes · 12 years ago
- 0fbd94c Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old by Christian Heimes · 12 years ago
- 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 12 years ago
- e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 12 years ago
- 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 12 years ago
- 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 12 years ago
- b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 12 years ago
- d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
- 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 12 years ago
- 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 12 years ago
- 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 13 years ago
- 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 13 years ago
- 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 13 years ago
- 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 13 years ago
- 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 · 13 years ago
- 94190bb Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
- 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
- bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 15 years ago
- b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
- d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 15 years ago
- 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 15 years ago
- 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
- 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
- 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 15 years ago
- a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 16 years ago
- 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 16 years ago
- b04ded4 Also fixes test_hashlib for the different extension module names in py3k. by Gregory P. Smith · 16 years ago
- cd54e54 Merged revisions 77257 via svnmerge from by Gregory P. Smith · 16 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
- 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 · 16 years ago
- 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 16 years ago
- 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
- bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 17 years ago
- 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- c411918 email address update by Gregory P. Smith · 18 years ago
- e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 18 years ago
- 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 18 years ago
- 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 18 years ago
- f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago