summaryrefslogtreecommitdiffstats
path: root/Lib/CGIHTTPServer.py
Commit message (Expand)AuthorAgeFilesLines
* os.fork raises AttributeError, not NameError, if fork() isn'tFred Drake1999-10-181-1/+1
* Based on comments from Paul Prescod:Fred Drake1999-10-161-2/+11
* No need to import sys, time, or socket. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-3/+0
* Two changes suggested by Jan Pieter Riegel:Guido van Rossum1999-04-281-1/+4
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* From: conrad@cgl.ucsf.edu (Conrad Huang %CGL)Guido van Rossum1998-05-131-1/+4
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-122/+122
* Use string.replace instead of regsub.[g]sub.Guido van Rossum1997-12-241-2/+1
* Remove some bogus code that would cause a NameError if a -r option was passed.Guido van Rossum1997-02-191-5/+0
* real test for executable scriptGuido van Rossum1996-01-251-1/+1
* changed some commas into percent signsGuido van Rossum1995-08-291-4/+4
* Initial revisionGuido van Rossum1995-08-041-0/+203