History log of /external/python/cpython2/Tools/scripts/untabify.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef212e0a51707c3ae44a757f7607297150d74154 26-Nov-2010 Georg Brandl <georg@python.org> Merged revisions 85766-85767 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line

#10159: sort completion matches before comparing to dir() result.
........
r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line

#9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
........
/external/python/cpython2/Tools/scripts/untabify.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Tools/scripts/untabify.py
ac6df95d07aa3951f8bfc6febce132e09850db73 13-May-2003 Andrew M. Kuchling <amk@amk.ca> Fix use of 'file' as a variable name.
(I've tested the fixes, but please proofread anyway.)
/external/python/cpython2/Tools/scripts/untabify.py
aaab30e00cc3e8d90c71b8657c284feeb4ac1413 11-Sep-2002 Walter Dörwald <walter@livinglogic.de> Apply diff2.txt from SF patch http://www.python.org/sf/572113
(with one small bugfix in bgen/bgen/scantools.py)

This replaces string module functions with string methods
for the stuff in the Tools directory. Several uses of
string.letters etc. are still remaining.
/external/python/cpython2/Tools/scripts/untabify.py
8fd0f147e74138b8046ba42c083e61e24dfecad2 20-Oct-1998 Guido van Rossum <guido@python.org> Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices:

"""
the NEWS file of Python 1.5.2a2 inspired me to look at
Tools/scripts/untabify.py. I wonder why it accepts a -t argument
but ignores it. The following patch tries to make it somewhat useful
(i.e., to override the tabsize=8 setting). Is that agreeable?
"""
/external/python/cpython2/Tools/scripts/untabify.py
ce85827ac19154b4b9da610fba4e1739f7b3b71a 14-Sep-1998 Guido van Rossum <guido@python.org> Utility to untabify stubber results.
/external/python/cpython2/Tools/scripts/untabify.py