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