summaryrefslogtreecommitdiffstats
path: root/Lib/hashlib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-0/+3
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-091-12/+11
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-16/+16
* Use the new buffer api for input data.Gregory P. Smith2007-08-261-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+30
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-1/+0
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+110