summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/suff.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up syntax for some scripts.Florent Xicluna2010-08-091-11/+8
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-3/+2
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-1/+1
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+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-7/+7
| | | | (I've tested the fixes, but please proofread anyway.)
* Whitespace normalization.Tim Peters2001-01-171-16/+16
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Initial revisionGuido van Rossum1991-06-041-0/+29