| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | backport tim_one's checkin of | Michael W. Hudson | 2002-02-22 | 1 | -0/+4 |
| | | | | | | | | | | revision 1.3 of reindent.py SF bug #497839: reindent chokes on empty first lines. 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 Peters | 2001-10-04 | 1 | -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 Peters | 2000-10-05 | 1 | -0/+258 |
