1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  3. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  4. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  5. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  6. a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
  7. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  8. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  10. 4fba452 WTF is with this script? It contained illegal syntax and illegal by Tim Peters · 20 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  12. ae39ddd Mechanically translated string method calls to string methods. by Fred Drake · 22 years ago
  13. ef5864e SF patch #552837, submitted by Robert Pyron: by Fred Drake · 22 years ago
  14. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  15. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  16. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  17. caf9fca nannified by Guido van Rossum · 26 years ago
  18. 6a508ae Use the (new) standard script #! line by Barry Warsaw · 26 years ago
  19. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  20. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
  21. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  22. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  23. 29901ff Some improvements by Fred Drake. by Guido van Rossum · 28 years ago
  24. 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
  25. a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 29 years ago
  26. 26a9d37 new, from ../Demo/www by Guido van Rossum · 30 years ago