aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/fixcid.py
Commit message (Expand)AuthorAge
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-04
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)Serhiy Storchaka2019-03-30
* Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-11
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-24
* #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-04
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-11
|/
* Ran 2to3 over scripts directory.Georg Brandl2008-05-16
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-09
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-11
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-17
* Whitespace normalization.Tim Peters2001-01-17
* Correct comment; -c is off by default.Guido van Rossum1997-05-15
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-27
* Fixed typo: == -> =.Sjoerd Mullender1995-08-29
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-03
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-07
* Various changes, andded -c optionGuido van Rossum1994-01-07
* Initial revisionGuido van Rossum1993-06-10