Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.0
/
Demo
/
cgi
tag
eb584a86dc38ba4e1fb124a839e9a75c40ded993
tagger
Ned Deily <nad@python.org>
Mon Jun 19 00:05:37 2017
object
9aefd695a93d412fbedca658d6d6887182fd4976
Final head of the former 3.0 branch
1e8ce58
remove most uses of list(somedict.keys()) in Demo scripts
by Skip Montanaro
· 18 years ago
6f2df4d
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
by Collin Winter
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
cc44ccc
Add description of what's here.
by Guido van Rossum
· 23 years ago
154c088
Refactor cmd_view(): move line formatting to a helper method.
by Guido van Rossum
· 23 years ago
9c3848b
In cmd_create(), use a redirect directive instead of viewing the page;
by Guido van Rossum
· 23 years ago
3296dcc
Remove redundant load() call.
by Guido van Rossum
· 23 years ago
a55dda6
Grammar repair in comment.
by Guido van Rossum
· 23 years ago
c9776bd
Use tempfile.gettempdir() to get the temp directory rather than
by Guido van Rossum
· 23 years ago
f66cccf
Restructure: move all wiki code into a separate module.
by Guido van Rossum
· 23 years ago
26a1ac4
Add trailing newline when saving.
by Guido van Rossum
· 23 years ago
48123b2
Security fixes: reject non-wiki-word page names; set homedir to /tmp.
by Guido van Rossum
· 23 years ago
6807721
Some really simple cgi examples. cgi3 is a MiniWiki.
by Guido van Rossum
· 23 years ago