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