summaryrefslogtreecommitdiff
path: root/Doc/lib/libcgihttp.tex
Commit message (Collapse)AuthorAgeFilesLines
* Update the platform notes for the CGIHTTPServer module; it works on moreFred Drake2001-11-191-3/+3
| | | | | platforms now, and has since Python 2.0. This closes SF bug #482943.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Update Moshe Zadka's email address to one works and might last a while.Fred Drake2000-12-011-1/+1
|
* Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-1/+1
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-0/+4
| | | | (Very rough.)
* New sections from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-06-141-0/+61
These document CGIHTTPServer, SimpleHTTPServer, and linecache.