summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/byteyears.py
Commit message (Collapse)AuthorAgeFilesLines
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-1/+1
| | | | Patch by Serhiy Storchaka.
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-2/+2
|
* 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-44/+49
|
* 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.)
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-3/+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.
* Whitespace normalization.Tim Peters2001-01-171-26/+26
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* posix -> osGuido van Rossum1992-03-301-5/+5
|
* New == syntaxGuido van Rossum1992-01-011-3/+3
|
* Add options -amc; do lstat if possible; columnize properly.Guido van Rossum1991-07-011-10/+38
|
* Initial revisionGuido van Rossum1991-06-041-0/+29