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