summaryrefslogtreecommitdiff
path: root/Tools/scripts/fixcid.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-25/+27
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-4/+4
* #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-041-1/+1
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|/
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-2/+2
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+8
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+6
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-11/+7
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-6/+5
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-171-12/+12
* Whitespace normalization.Tim Peters2001-01-171-213/+213
* Correct comment; -c is off by default.Guido van Rossum1997-05-151-1/+1
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Fixed typo: == -> =.Sjoerd Mullender1995-08-291-1/+1
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-031-2/+5
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-071-1/+0
* Various changes, andded -c optionGuido van Rossum1994-01-071-10/+23
* Initial revisionGuido van Rossum1993-06-101-0/+303