1. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  2. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  3. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  5. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  6. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  7. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  8. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  9. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  10. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  11. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  12. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  13. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  14. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago