summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hashlib.py
Commit message (Expand)AuthorAgeFilesLines
* 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