Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename sum5.py to md5sum.py, because sum5.py is more interesting | Andrew M. Kuchling | 2003-05-13 | 1 | -89/+0 |
| | | | | as an example program | ||||
* | Don't use 'file' as a variable name | Andrew M. Kuchling | 2003-05-13 | 1 | -24/+17 |
| | | | | | Modernize the code a bit Add docstring | ||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -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() constructor | Andrew M. Kuchling | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -60/+60 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Get rid of freeze (now its own directory). | Guido van Rossum | 1994-10-03 | 1 | -0/+97 |
Added some new demos. Fixed a few others. |