summaryrefslogtreecommitdiff
path: root/Lib/test/test_hashlib.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-041-10/+10
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-281-0/+9
* backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-311-1/+67
* Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-19/+9
* Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**...Jesus Cea2012-09-101-0/+33
* Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than...Jesus Cea2012-09-101-0/+8
* Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-211-0/+1
* Issue #15219: Fix a reference leak when hashlib.new() is called withAmaury Forgeot d'Arc2012-06-291-6/+2
* Fixes Issue #12059: Properly handle missing hash functions even whenGregory P. Smith2011-05-141-0/+18
* Issue #7449, part 6: fix test_hashlib for missing threading moduleVictor Stinner2010-04-271-4/+2
* Adds the hashlib.algorithms attribute. See issue7418.Gregory P. Smith2010-03-011-0/+5
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Revert debugprint code in r77607.Gregory P. Smith2010-01-191-4/+0
* Add a pydebug mode only debug print to help debug the errors inGregory P. Smith2010-01-191-0/+4
* add a test about hashing array.arrayBenjamin Peterson2010-01-051-0/+9
* Import all implementations of the hash algorithms (OpenSSL & builtin) and runGregory P. Smith2010-01-031-10/+75
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-021-11/+16
* More yearly updates.Georg Brandl2010-01-011-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* a useful decorator for cleaning up threadsBenjamin Peterson2009-05-141-7/+2
* prevent refleaks from threadsBenjamin Peterson2009-05-141-1/+5
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-3/+46
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-3/+18
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-181-2/+16
* email address updateGregory P. Smith2007-09-091-1/+1
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+191