summaryrefslogtreecommitdiff
path: root/Lib/test/test_hashlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-19/+10
|\
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-12/+6
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-111/+1
* | Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs.Christian Heimes2013-10-221-12/+23
* | Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available o...Christian Heimes2013-10-191-11/+8
* | Issue #19254: Provide an optimized Python implementation of PBKDF2_HMACChristian Heimes2013-10-191-4/+16
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-131-0/+82
* | Change the builtin hash algorithms' names to lower case namesChristian Heimes2013-08-151-2/+2
* | * Fix the assertions in hashlib to use unittest assertion methods instead ofGregory P. Smith2013-08-051-7/+8
* | Issue 18532: Added tests and documentation to formally specify the .name attr...Jason R. Coombs2013-08-031-0/+5
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-16/+61
|\ \ | |/
| * Add more tests for hashlib and hash object attributesChristian Heimes2013-07-301-13/+62
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-3/+1
* | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-1/+126
|/
* Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-211-0/+1
|\
| * Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-211-6/+3
* | Port tests from Issue #15219, and verify we don't have a reference leak.Amaury Forgeot d'Arc2012-06-291-6/+2
* | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...Antoine Pitrou2012-05-161-1/+3
|/
* Start fixing test_bigmem:Antoine Pitrou2011-10-041-3/+3
* Fixes Issue #12059: Properly handle missing hash functions even whenGregory P. Smith2011-05-141-0/+18
* Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...Raymond Hettinger2011-01-241-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Fix test_hashlib with the bigmem optionAntoine Pitrou2010-11-081-2/+2
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-2/+6
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-4/+2
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78528 via svnmerge fromGregory P. Smith2010-03-011-0/+5
* Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv...Benjamin Peterson2010-01-091-0/+9
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* Also fixes test_hashlib for the different extension module names in py3k.Gregory P. Smith2010-01-031-4/+4
* Merged revisions 77257 via svnmerge fromGregory P. Smith2010-01-031-8/+77
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-2/+1
* Merge refactoring I did when committing r72267 to trunk into theGregory P. Smith2009-05-041-1/+45
* Fixes Issue #3745: Fix hashlib to always reject unicode and nonGregory P. Smith2009-02-121-0/+12
* Issue #4751: hashlib now releases the GIL when hashing large buffersAntoine Pitrou2009-01-081-0/+13
* Merged revisions 66496 via svnmerge fromBenjamin Peterson2008-09-241-2/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* email address updateGregory P. Smith2007-09-091-1/+1
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-21/+21
* Fix test_hashlib regression caused by my fixing hexdigest() to returnGuido van Rossum2007-07-101-13/+12
* Change hashlib to return bytes from digest() instead of str8.Guido van Rossum2007-07-091-19/+22
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+191