- 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 8 years ago
- 75b6cf8 fix function name in tabnanny documentation (GH-759) by Jelle Zijlstra · 8 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
- 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
- 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
- f0feec2 Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct by Victor Stinner · 14 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
- 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
- d1fa3db Added docstrings excerpted from Python Library Reference. Closes patch 556161. by Raymond Hettinger · 22 years ago
- bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
- f74e46c Derive exception classes from Exception by Neal Norwitz · 23 years ago
- c5943b1 Add the NannyNag exception class and the process_tokens() function to by Guido van Rossum · 23 years ago
- 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- 3664111 Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py by Tim Peters · 24 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
- b90f89a Whitespace normalization. by Tim Peters · 24 years ago
- dc68833 Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the by Guido van Rossum · 25 years ago
- a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
- dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
- f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
- aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
- 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 27 years ago
- ce73acf Tim's version 4, with my mods by Guido van Rossum · 27 years ago
- 8053d89 Add usage message when no arguments. by Guido van Rossum · 27 years ago
- f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 27 years ago
- 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 27 years ago