index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
reindent.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30109: Fix reindent.py for non-ASCII files. (#5637)
Serhiy Storchaka
2018-02-12
1
-11/+29
*
Fixes #10639: reindent.py should not convert newlines
Jason R. Coombs
2011-07-27
1
-3/+14
*
don't recurse into directories that start with '.'
Benjamin Peterson
2008-10-15
1
-1/+2
*
Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does
Brett Cannon
2008-03-18
1
-0/+2
*
Now we handle different the backup copy, because of security
Facundo Batista
2008-02-17
1
-16/+24
*
Make reindent.py executable.
Georg Brandl
2007-06-07
1
-0/+0
*
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