Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 3 | -37/+37 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 | ||||
* | Add description of what's here. | Guido van Rossum | 2002-10-18 | 1 | -0/+11 |
| | |||||
* | Refactor cmd_view(): move line formatting to a helper method. | Guido van Rossum | 2002-10-17 | 1 | -13/+15 |
| | |||||
* | In cmd_create(), use a redirect directive instead of viewing the page; | Guido van Rossum | 2002-10-17 | 1 | -2/+9 |
| | | | | | | this avoids resubmitting POST data. Remove redundant 'Page' from label passed from cmd_new(). | ||||
* | Remove redundant load() call. | Guido van Rossum | 2002-10-17 | 1 | -1/+0 |
| | |||||
* | Grammar repair in comment. | Guido van Rossum | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | Use tempfile.gettempdir() to get the temp directory rather than | Guido van Rossum | 2002-10-17 | 1 | -2/+2 |
| | | | | hardcoding "/tmp". | ||||
* | Restructure: move all wiki code into a separate module. | Guido van Rossum | 2002-10-17 | 2 | -113/+116 |
| | |||||
* | Add trailing newline when saving. | Guido van Rossum | 2002-10-17 | 1 | -0/+2 |
| | |||||
* | Security fixes: reject non-wiki-word page names; set homedir to /tmp. | Guido van Rossum | 2002-10-17 | 1 | -6/+13 |
| | | | | | | Show errors returned by store(). A few nits. | ||||
* | Some really simple cgi examples. cgi3 is a MiniWiki. | Guido van Rossum | 2002-10-16 | 4 | -0/+157 |