summaryrefslogtreecommitdiff
path: root/Demo/cgi/wiki.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-123/+0
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-27/+27
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Refactor cmd_view(): move line formatting to a helper method.Guido van Rossum2002-10-171-13/+15
|
* In cmd_create(), use a redirect directive instead of viewing the page;Guido van Rossum2002-10-171-2/+9
| | | | | | this avoids resubmitting POST data. Remove redundant 'Page' from label passed from cmd_new().
* Remove redundant load() call.Guido van Rossum2002-10-171-1/+0
|
* Use tempfile.gettempdir() to get the temp directory rather thanGuido van Rossum2002-10-171-2/+2
| | | | hardcoding "/tmp".
* Restructure: move all wiki code into a separate module.Guido van Rossum2002-10-171-0/+115