summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/reindent.py
Commit message (Collapse)AuthorAgeFilesLines
* operate as a filter when no files or directories appear on the command lineSkip Montanaro2002-03-261-9/+17
|
* SF bug #497839: reindent chokes on empty first lines.Tim Peters2002-02-171-0/+4
| | | | | | Reindenter.run(): copy over initial all-whitespace lines (if any, and after normalizing to remove trailing blanks and tabs). Bugfix candidate.
* Changed the reindenter to strip only trailing spaces and tabs from lines,Tim Peters2001-10-041-3/+16
| | | | | not other control characters string.rstrip() got rid of. This caters to the \f thingies Barry likes putting in Python source files.
* New tool for normalizing indentation of .py files.Tim Peters2000-10-051-0/+258