Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently raise a TypeError when a non str is passed to hashlib.new | Gregory P. Smith | 2012-07-22 | 1 | -1/+1 |
* | Fixes Issue #12059: Properly handle missing hash functions even when | Gregory P. Smith | 2011-05-14 | 1 | -20/+23 |
* | Adds the hashlib.algorithms attribute. See issue7418. | Gregory P. Smith | 2010-03-01 | 1 | -1/+3 |
* | Clean up the C library import code (based on suggestions in issue6281). | Gregory P. Smith | 2009-08-16 | 1 | -33/+33 |
* | issue3715: docstring representation of hex escaped string needs to be double | Gregory P. Smith | 2008-08-31 | 1 | -1/+1 |
* | Mention that crc32 and adler32 are available in a different module (zlib). | Gregory P. Smith | 2008-03-19 | 1 | -0/+3 |
* | email address update | Gregory P. Smith | 2007-09-09 | 1 | -1/+1 |
* | Bug #1586773: extend hashlib docstring. | Georg Brandl | 2006-10-29 | 1 | -1/+30 |
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+0 |
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 1 | -0/+110 |