summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/fixnotice.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)Serhiy Storchaka2019-03-301-12/+8
|
* #18803: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-251-1/+1
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-4/+4
|
* 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
* Added a module docstring, which doubles as the --help text.Barry Warsaw2002-02-081-16/+81
| | | | | Added a bunch of command line options to make the script more generic.
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-171-1/+1
| | | | | | | | | | | \t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years.
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-19/+4
| | | | This should match the situation in the 1.6b1 tree.
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
|
* give in to tab policeGuido van Rossum1998-03-241-4/+4
|
* Script to fix cprt noticeGuido van Rossum1996-11-271-0/+78