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