summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pathfix.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Whitespace normalization.Tim Peters2001-01-171-101/+101
|
* Changed logic so it now replaces anything that has #! and python inGuido van Rossum1996-11-271-6/+5
| | | | the first line, replacing the entire line.
* newslist.py: Added search for .newslistrc.py;Guido van Rossum1994-08-191-0/+150
pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.