1. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 14 years ago
  2. 7fafbc9 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. by Georg Brandl · 14 years ago[Renamed from Demo/scripts/markov.py]
  3. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  4. 2cbd09c Merged revisions 75339 via svnmerge from by Georg Brandl · 15 years ago
  5. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  7. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  8. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  9. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  10. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  11. 6c3a2cb whrandom -> random by Guido van Rossum · 26 years ago
  12. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  13. 6930b3d Initial revision by Guido van Rossum · 31 years ago