Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Tools
/
scripts
/
reindent.py
fee7745
Fixes #10639: reindent.py should not convert newlines
by Jason R. Coombs
· 14 years ago
501447d
don't recurse into directories that start with '.'
by Benjamin Peterson
· 17 years ago
a8b09fd
Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does
by Brett Cannon
· 17 years ago
f88a077
Now we handle different the backup copy, because of security
by Facundo Batista
· 17 years ago
04233ee
Make reindent.py executable.
by Georg Brandl
· 18 years ago
165163f
add usage() function, -h(elp) flag and long versions of short flags
by Skip Montanaro
· 21 years ago
9a29e7a
operate as a filter when no files or directories appear on the command line
by Skip Montanaro
· 23 years ago
54e5b89
SF bug #497839: reindent chokes on empty first lines.
by Tim Peters
· 23 years ago
ba001a0
Changed the reindenter to strip only trailing spaces and tabs from lines,
by Tim Peters
· 24 years ago
ad14720
New tool for normalizing indentation of .py files.
by Tim Peters
· 25 years ago