COMMITS
/ Lib/tabnanny.py September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
June 15, 2024
W
gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)
Wulian233 committed
May 29, 2024
J
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs committed
May 21, 2023
M
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías committed
March 4, 2023
J
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Jaysinh Shukla committed
October 4, 2022
N
gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)
Nikita Sobolev committed
May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
March 22, 2017
J
fix function name in tabnanny documentation (GH-759)
Jelle Zijlstra committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
November 16, 2012
E
#16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka.
Ezio Melotti committed
December 4, 2010
G
#1513299: cleanup some map() uses where a comprehension works better.
Georg Brandl committed
November 9, 2010
V
Issue #10335: Add tokenize.open(), detect the file encoding using
Victor Stinner committed
May 21, 2010
V
Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct
Victor Stinner committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
May 31, 2002
N
Use string methods where possible, and remove import string
Neal Norwitz committed
May 23, 2002
T
Whitespace normalization.
Tim Peters committed
May 15, 2002
R
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
March 31, 2002
N
Derive exception classes from Exception
Neal Norwitz committed
August 7, 2001
G
Add the NannyNag exception class and the process_tokens() function to
Guido van Rossum committed
June 29, 2001
T
Turns out Neil didn't intend for *all* of his gen-branch work to get
Tim Peters committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
April 8, 2001
T
Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py
Tim Peters committed
March 1, 2001
S
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization.
Tim Peters committed
February 23, 2000
G
Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the
Guido van Rossum committed
July 30, 1999
G
Mark Hammond writes:
Guido van Rossum committed
December 18, 1998
A
Added a -q ('quiet') option to tabnanny, which causes only the names of
Andrew M. Kuchling committed
September 14, 1998
G
Print serious errors to stderr instead of stdout.
Guido van Rossum committed
June 9, 1998
G
From: "Tim Peters" <tim_one@msn.com>
Guido van Rossum committed
April 28, 1998
G
typo in error message (fname vs. file).
Guido van Rossum committed
April 10, 1998
G
Tim's version 4, with my mods
Guido van Rossum committed
April 6, 1998
G
Add usage message when no arguments.
Guido van Rossum committed
G
Tim's latest version (supports old and new tokenize modules)
Guido van Rossum committed
March 31, 1998
G
Tim Peters' program for checking whether a program's indentation is
Guido van Rossum committed