COMMITS
/ Tools/scripts/reindent.py April 20, 2017
M
bpo-30109: Fix reindent.py (GH-1207)
Mariatta committed
March 26, 2013
V
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner committed
August 2, 2011
J
Corrected attribute docstring per pep-257 (reference #10639)
Jason R. Coombs committed
July 29, 2011
July 26, 2011
J
J
Fixes #10639: reindent.py should not convert newlines
Jason R. Coombs committed
October 18, 2010
A
Issue #10117: Tools/scripts/reindent.py now accepts source files that
Alexander Belopolsky committed
August 9, 2010
F
Clean up syntax for some scripts.
Florent Xicluna committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
October 19, 2008
March 18, 2008
T
- Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been
Trent Nelson committed
C
Merged revisions 61520,61523-61528,61532 via svnmerge from
Christian Heimes committed
February 19, 2008
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Fix print syntax so this runs using 3.0.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
March 27, 2004
S
add usage() function, -h(elp) flag and long versions of short flags
Skip Montanaro committed
March 26, 2002
S
operate as a filter when no files or directories appear on the command line
Skip Montanaro committed
February 17, 2002
T
SF bug #497839: reindent chokes on empty first lines.
Tim Peters committed
October 4, 2001
T
Changed the reindenter to strip only trailing spaces and tabs from lines,
Tim Peters committed
October 5, 2000
T
New tool for normalizing indentation of .py files.
Tim Peters committed