summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/sum5.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.