| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30166: Import command-line parsing modules only when needed. (#1293) | Serhiy Storchaka | 2017-05-04 | 1 | -1/+2 |
|
|
* | fix function name in tabnanny documentation (GH-759) | Jelle Zijlstra | 2017-03-22 | 1 | -1/+1 |
|
|
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S... | Ezio Melotti | 2012-11-16 | 1 | -8/+11 |
|
|
* | #1513299: cleanup some map() uses where a comprehension works better. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
|
|
* | Issue #10335: Add tokenize.open(), detect the file encoding using | Victor Stinner | 2010-11-09 | 1 | -4/+1 |
|
|
* | Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct | Victor Stinner | 2010-05-21 | 1 | -1/+4 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -8/+8 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -5/+5 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 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 |
|
|