summaryrefslogtreecommitdiff
path: root/Lib/tabnanny.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-041-1/+2
* fix function name in tabnanny documentation (GH-759)Jelle Zijlstra2017-03-221-1/+1
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S...Ezio Melotti2012-11-161-8/+11
* #1513299: cleanup some map() uses where a comprehension works better.Georg Brandl2010-12-041-1/+1
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-091-4/+1
* Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correctVictor Stinner2010-05-211-1/+4
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-8/+8
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+8
* Use string methods where possible, and remove import stringNeal Norwitz2002-05-311-2/+1
* Whitespace normalization.Tim Peters2002-05-231-7/+7
* Added docstrings excerpted from Python Library Reference.Raymond Hettinger2002-05-151-1/+24
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-4/+4
* Derive exception classes from ExceptionNeal Norwitz2002-03-311-1/+1
* Add the NannyNag exception class and the process_tokens() function toGuido van Rossum2001-08-071-1/+1
* Turns out Neil didn't intend for *all* of his gen-branch work to getTim Peters2001-06-291-9/+7
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-75/+9
* Get rid of useless string import, as reported by Neal Norwitz's PyChecker.pyTim Peters2001-04-081-1/+0
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* Whitespace normalization.Tim Peters2001-01-151-117/+116
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-231-0/+4
* Mark Hammond writes:Guido van Rossum1999-07-301-1/+3
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-181-3/+7
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-141-4/+11
* From: "Tim Peters" <tim_one@msn.com>Guido van Rossum1998-06-091-3/+9
* typo in error message (fname vs. file).Guido van Rossum1998-04-281-1/+1
* Tim's version 4, with my modsGuido van Rossum1998-04-101-14/+6
* Add usage message when no arguments.Guido van Rossum1998-04-061-0/+4
* Tim's latest version (supports old and new tokenize modules)Guido van Rossum1998-04-061-77/+128
* Tim Peters' program for checking whether a program's indentation isGuido van Rossum1998-03-311-0/+302