summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/sum5.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename sum5.py to md5sum.py, because sum5.py is more interestingAndrew M. Kuchling2003-05-131-89/+0
| | | | as an example program
* Don't use 'file' as a variable nameAndrew M. Kuchling2003-05-131-24/+17
| | | | | Modernize the code a bit Add docstring
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-2/+1
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Use md5.new() constructorAndrew M. Kuchling2002-04-171-1/+1
|
* Whitespace normalization.Tim Peters2001-01-171-60/+60
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-031-0/+97
Added some new demos. Fixed a few others.