| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) | Jack O'Connor | 2017-11-03 | 1 | -0/+36 |
|
|
* | bpo-31234: Join threads in test_hashlib (#3573) | Victor Stinner | 2017-09-14 | 1 | -13/+13 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+1 |
|
|
* | Add test cases for internal SHA3 helpers | Christian Heimes | 2016-09-23 | 1 | -0/+21 |
|
|
* | Issue 26798: fetch OSError and HTTPException like other tests that use open_u... | Christian Heimes | 2016-09-08 | 1 | -2/+8 |
|
|
* | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 1 | -16/+141 |
|
|
* | Download hashlib test vectors from pythontest.net | Christian Heimes | 2016-09-06 | 1 | -1/+1 |
|
|
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -6/+195 |
|
|
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ... | Christian Heimes | 2016-09-06 | 1 | -0/+47 |
|
|
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #26390: Fix and test pbkdf2_hmac() parameter names | Martin Panter | 2016-02-22 | 1 | -0/+3 |
|
|
* | Issue #16113: Also remove test_case_sha3_224_huge | Ned Deily | 2014-11-28 | 1 | -6/+0 |
|
|
* | Issue #19886: Use better estimated memory requirements for bigmem tests. | Serhiy Storchaka | 2014-01-10 | 1 | -19/+10 |
|\ |
|
| * | Issue #19886: Use better estimated memory requirements for bigmem tests. | Serhiy Storchaka | 2014-01-10 | 1 | -12/+6 |
|
|
* | | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 1 | -111/+1 |
|
|
* | | Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. | Christian Heimes | 2013-10-22 | 1 | -12/+23 |
|
|
* | | Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available o... | Christian Heimes | 2013-10-19 | 1 | -11/+8 |
|
|
* | | Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC | Christian Heimes | 2013-10-19 | 1 | -4/+16 |
|
|
* | | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. | Christian Heimes | 2013-10-12 | 1 | -0/+82 |
|
|
* | | Change the builtin hash algorithms' names to lower case names | Christian Heimes | 2013-08-15 | 1 | -2/+2 |
|
|
* | | * Fix the assertions in hashlib to use unittest assertion methods instead of | Gregory P. Smith | 2013-08-05 | 1 | -7/+8 |
|
|
* | | Issue 18532: Added tests and documentation to formally specify the .name attr... | Jason R. Coombs | 2013-08-03 | 1 | -0/+5 |
|
|
* | | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns | Christian Heimes | 2013-07-30 | 1 | -16/+61 |
|\ \
| |/ |
|
| * | Add more tests for hashlib and hash object attributes | Christian Heimes | 2013-07-30 | 1 | -13/+62 |
|
|
* | | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-13 | 1 | -3/+1 |
|
|
* | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo... | Christian Heimes | 2012-10-06 | 1 | -1/+126 |
|/ |
|
* | Consistently raise a TypeError when a non str is passed to hashlib.new | Gregory P. Smith | 2012-07-22 | 1 | -0/+1 |
|\ |
|
| * | Consistently raise a TypeError when a non str is passed to hashlib.new | Gregory P. Smith | 2012-07-22 | 1 | -6/+3 |
|
|
* | | Port tests from Issue #15219, and verify we don't have a reference leak. | Amaury Forgeot d'Arc | 2012-06-28 | 1 | -6/+2 |
|
|
* | | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw... | Antoine Pitrou | 2012-05-16 | 1 | -1/+3 |
|/ |
|
* | Start fixing test_bigmem: | Antoine Pitrou | 2011-10-04 | 1 | -3/+3 |
|
|
* | Fixes Issue #12059: Properly handle missing hash functions even when | Gregory P. Smith | 2011-05-14 | 1 | -0/+18 |
|
|
* | Make the type consistent for hashlib algorithm constants. (Reviewed by Benja... | Raymond Hettinger | 2011-01-24 | 1 | -1/+1 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
|
|
* | Fix test_hashlib with the bigmem option | Antoine Pitrou | 2010-11-08 | 1 | -2/+2 |
|
|
* | hashlib has two new constant attributes: algorithms_guaranteed and | Gregory P. Smith | 2010-09-06 | 1 | -2/+6 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -4/+2 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | Merged revisions 78528 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+5 |
|
|
* | Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv... | Benjamin Peterson | 2010-01-09 | 1 | -0/+9 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | Also fixes test_hashlib for the different extension module names in py3k. | Gregory P. Smith | 2010-01-03 | 1 | -4/+4 |
|
|
* | Merged revisions 77257 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -8/+77 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -2/+1 |
|
|
* | Merge refactoring I did when committing r72267 to trunk into the | Gregory P. Smith | 2009-05-04 | 1 | -1/+45 |
|
|
* | Fixes Issue #3745: Fix hashlib to always reject unicode and non | Gregory P. Smith | 2009-02-12 | 1 | -0/+12 |
|
|
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | Antoine Pitrou | 2009-01-08 | 1 | -0/+13 |
|
|
* | Merged revisions 66496 via svnmerge from | Benjamin Peterson | 2008-09-24 | 1 | -2/+16 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|