summaryrefslogtreecommitdiff
path: root/Mac/Tools/CGI/PythonCGISlave.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-244/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+2
|
* - new version of PythonCGISlaveJust van Rossum2000-03-281-0/+243
- new script/applet BuildCGIApplet This largely supercedes :Mac:Demos:cgi, except for the html doc file. Should it move here? Merged with CGI_README.txt? Todo: fullbuild support. (jvr)