Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bb14d4bc173559dced0f69fb0b8a43a0594f75f8
/
Demo
/
cgi
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
· 17 years ago
6f2df4d
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
by Collin Winter
· 17 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
cc44ccc
Add description of what's here.
by Guido van Rossum
· 22 years ago
154c088
Refactor cmd_view(): move line formatting to a helper method.
by Guido van Rossum
· 22 years ago
9c3848b
In cmd_create(), use a redirect directive instead of viewing the page;
by Guido van Rossum
· 22 years ago
3296dcc
Remove redundant load() call.
by Guido van Rossum
· 22 years ago
a55dda6
Grammar repair in comment.
by Guido van Rossum
· 22 years ago
c9776bd
Use tempfile.gettempdir() to get the temp directory rather than
by Guido van Rossum
· 22 years ago
f66cccf
Restructure: move all wiki code into a separate module.
by Guido van Rossum
· 22 years ago
26a1ac4
Add trailing newline when saving.
by Guido van Rossum
· 22 years ago
48123b2
Security fixes: reject non-wiki-word page names; set homedir to /tmp.
by Guido van Rossum
· 22 years ago
6807721
Some really simple cgi examples. cgi3 is a MiniWiki.
by Guido van Rossum
· 22 years ago