summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/fixps.py
Commit message (Collapse)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-3/+3
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-2/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-6/+6
| | | | (I've tested the fixes, but please proofread anyway.)
* Whitespace normalization.Tim Peters2001-01-171-20/+20
|
* Use re instead of regex.Guido van Rossum1999-04-091-10/+11
| | | | | Don't rewrite the file in place. (Reported by Andy Dustman.)
* Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.Guido van Rossum1996-11-271-6/+6
|
* Fix bug when reporting errorGuido van Rossum1992-12-101-1/+1
|
* Initial revisionGuido van Rossum1992-12-091-0/+32