index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
tabnanny.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tabnanny recognize IndentationErrors raised by tokenize.
Georg Brandl
2006-08-14
1
-0
/
+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-9
/
+8
*
Use string methods where possible, and remove import string
Neal Norwitz
2002-05-31
1
-2
/
+1
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-7
/
+7
*
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger
2002-05-15
1
-1
/
+24
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-4
/
+4
*
Derive exception classes from Exception
Neal Norwitz
2002-03-31
1
-1
/
+1
*
Add the NannyNag exception class and the process_tokens() function to
Guido van Rossum
2001-08-07
1
-1
/
+1
*
Turns out Neil didn't intend for *all* of his gen-branch work to get
Tim Peters
2001-06-29
1
-9
/
+7
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-75
/
+9
*
Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py
Tim Peters
2001-04-08
1
-1
/
+0
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-117
/
+116
*
Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the
Guido van Rossum
2000-02-23
1
-0
/
+4
*
Mark Hammond writes:
Guido van Rossum
1999-07-30
1
-1
/
+3
*
Added a -q ('quiet') option to tabnanny, which causes only the names of
Andrew M. Kuchling
1998-12-18
1
-3
/
+7
*
Print serious errors to stderr instead of stdout.
Guido van Rossum
1998-09-14
1
-4
/
+11
*
From: "Tim Peters" <tim_one@msn.com>
Guido van Rossum
1998-06-09
1
-3
/
+9
*
typo in error message (fname vs. file).
Guido van Rossum
1998-04-28
1
-1
/
+1
*
Tim's version 4, with my mods
Guido van Rossum
1998-04-10
1
-14
/
+6
*
Add usage message when no arguments.
Guido van Rossum
1998-04-06
1
-0
/
+4
*
Tim's latest version (supports old and new tokenize modules)
Guido van Rossum
1998-04-06
1
-77
/
+128
*
Tim Peters' program for checking whether a program's indentation is
Guido van Rossum
1998-03-31
1
-0
/
+302