summaryrefslogtreecommitdiffstats
path: root/Lib/BaseHTTPServer.py
Commit message (Expand)AuthorAgeFilesLines
* Correction to test main.Eric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-4/+3
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
* Whitespace normalization.Tim Peters2001-01-141-24/+24
* updated occurences of fqdn algorithm (closes patch #101197)Peter Schneider-Kamp2000-08-161-23/+3
* Set HTTPServer class variable allow_reuse_address to 1, so restartingGuido van Rossum2000-05-091-0/+2
* Fix by Moshe Zadka (cleaned up and documented by GvR) to break out theGuido van Rossum1999-10-261-12/+27
* Typo: the method called is do_SPAM, not handle_SPAM.Guido van Rossum1999-09-151-1/+1
* Don't just die if gethostbyaddr() fails -- as it can when DNS isGuido van Rossum1999-06-091-6/+10
* No need to import rfc822. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Per Cederqvist writes:Guido van Rossum1999-03-301-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-194/+194
* Treat all HTTP/1.* versions the same.Guido van Rossum1997-08-121-2/+2
* fix several bogus var refs in error reportingGuido van Rossum1996-02-121-3/+3
* Initial revisionGuido van Rossum1995-08-041-0/+482