| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30109: Fix reindent.py (GH-1207) | Mariatta | 2017-04-20 | 1 | -1/+5 |
|
|
* | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 1 | -1/+1 |
|
|
* | Corrected attribute docstring per pep-257 (reference #10639) | Jason R. Coombs | 2011-08-02 | 1 | -1/+1 |
|
|
* | Issue #10639: spec_newline wasn't defined globally unless main() was called; ... | Jason R. Coombs | 2011-07-29 | 1 | -2/+2 |
|
|
* | Issue #10639: reindent.py tool now accepts a --newline option to specify the ... | Jason R. Coombs | 2011-07-26 | 1 | -4/+12 |
|
|
* | Fixes #10639: reindent.py should not convert newlines | Jason R. Coombs | 2011-07-26 | 1 | -3/+12 |
|
|
* | Issue #10117: Tools/scripts/reindent.py now accepts source files that | Alexander Belopolsky | 2010-10-18 | 1 | -2/+4 |
|
|
* | Clean up syntax for some scripts. | Florent Xicluna | 2010-08-09 | 1 | -27/+31 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -1/+2 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -1/+3 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 1 | -0/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -16/+24 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+0 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -3/+3 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Fix print syntax so this runs using 3.0. | Guido van Rossum | 2007-04-27 | 1 | -9/+9 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | add usage() function, -h(elp) flag and long versions of short flags | Skip Montanaro | 2004-03-27 | 1 | -8/+18 |
|
|
* | operate as a filter when no files or directories appear on the command line | Skip Montanaro | 2002-03-26 | 1 | -9/+17 |
|
|
* | SF bug #497839: reindent chokes on empty first lines. | Tim Peters | 2002-02-17 | 1 | -0/+4 |
|
|
* | Changed the reindenter to strip only trailing spaces and tabs from lines, | Tim Peters | 2001-10-04 | 1 | -3/+16 |
|
|
* | New tool for normalizing indentation of .py files. | Tim Peters | 2000-10-05 | 1 | -0/+258 |
|
|