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