summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/methfix.py
Commit message (Collapse)AuthorAgeFilesLines
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-2/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-10/+9
| | | | From SF patch #852334.
* 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.
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-171-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 Peters2001-01-171-119/+119
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-071-1/+0
|
* MicrofixesGuido van Rossum1993-04-011-1/+1
|
* Initial revisionGuido van Rossum1992-12-091-0/+174