aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tabnanny.py
Commit message (Expand)AuthorAge
* gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)Wulian2332024-06-15
* gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)Jason R. Coombs2024-05-29
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-21
* gh-63301: Set exit code when tabnanny CLI exits on error (#7699)Jaysinh Shukla2023-03-04
* gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)Nikita Sobolev2022-10-03
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-04
* fix function name in tabnanny documentation (GH-759)Jelle Zijlstra2017-03-22
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S...Ezio Melotti2012-11-16
* #1513299: cleanup some map() uses where a comprehension works better.Georg Brandl2010-12-04
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-09
* Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correctVictor Stinner2010-05-21
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Use string methods where possible, and remove import stringNeal Norwitz2002-05-31
* Whitespace normalization.Tim Peters2002-05-23
* Added docstrings excerpted from Python Library Reference.Raymond Hettinger2002-05-15
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* Derive exception classes from ExceptionNeal Norwitz2002-03-31
* Add the NannyNag exception class and the process_tokens() function toGuido van Rossum2001-08-07
* Turns out Neil didn't intend for *all* of his gen-branch work to getTim Peters2001-06-29
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-18
* Get rid of useless string import, as reported by Neal Norwitz's PyChecker.pyTim Peters2001-04-08
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-01
* Whitespace normalization.Tim Peters2001-01-15
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-23
* Mark Hammond writes:Guido van Rossum1999-07-30
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-18
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-14
* From: "Tim Peters" <tim_one@msn.com>Guido van Rossum1998-06-09
* typo in error message (fname vs. file).Guido van Rossum1998-04-28
* Tim's version 4, with my modsGuido van Rossum1998-04-10
* Add usage message when no arguments.Guido van Rossum1998-04-06
* Tim's latest version (supports old and new tokenize modules)Guido van Rossum1998-04-06
* Tim Peters' program for checking whether a program's indentation isGuido van Rossum1998-03-31