Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -6/+6 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -10/+9 |
| | | | | From SF patch #852334. | ||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -4/+2 |
| | | | | | | | | (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. | ||||
* | Hand repair of cases where reindent changed lines of the form | Tim Peters | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | \t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -131/+131 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Note obsolescence | Guido van Rossum | 1996-09-11 | 1 | -1/+5 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 1 | -1/+0 |
| | |||||
* | Fix bug when reporting error | Guido van Rossum | 1992-12-10 | 1 | -2/+2 |
| | |||||
* | change posix to os and path to os.path | Guido van Rossum | 1992-03-30 | 1 | -19/+18 |
| | |||||
* | Cosmetic change. | Guido van Rossum | 1992-01-01 | 1 | -5/+6 |
| | |||||
* | Use new, more generic structure for *fix.py scripts. | Guido van Rossum | 1992-01-01 | 1 | -58/+90 |
| | |||||
* | Fix bogus mode mask. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-12-26 | 1 | -0/+157 |