Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.2a4
/
Demo
/
cgi
123015e
faqwiz is removed.
by Georg Brandl
· 15 years ago
90f5ba5
convert shebang lines: python -> python3
by Benjamin Peterson
· 15 years ago
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