Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated occurences of fqdn algorithm (closes patch #101197) | Peter Schneider-Kamp | 2000-08-16 | 1 | -23/+3 |
| | |||||
* | Set HTTPServer class variable allow_reuse_address to 1, so restarting | Guido van Rossum | 2000-05-09 | 1 | -0/+2 |
| | | | | the server after it died doesn't require a wait period. | ||||
* | Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the | Guido van Rossum | 1999-10-26 | 1 | -12/+27 |
| | | | | | request handling into separate parse_request() and handle_request() methods. | ||||
* | Typo: the method called is do_SPAM, not handle_SPAM. | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | Don't just die if gethostbyaddr() fails -- as it can when DNS is | Guido van Rossum | 1999-06-09 | 1 | -6/+10 |
| | | | | unreachable -- but fall back to using whatever hostname we have. | ||||
* | No need to import rfc822. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
| | |||||
* | Per Cederqvist writes: | Guido van Rossum | 1999-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | If you send something like "PUT / HTTP/1.0" to something derived from BaseHTTPServer that doesn't define do_PUT, you will get a response that begins like this: HTTP/1.0 501 Unsupported method ('do_PUT') Server: SimpleHTTP/0.3 Python/1.5 Date: Tue, 30 Mar 1999 18:53:53 GMT The server should complain about 'PUT' instead of 'do_PUT'. This patch should fix the problem. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -194/+194 |
| | |||||
* | Treat all HTTP/1.* versions the same. | Guido van Rossum | 1997-08-12 | 1 | -2/+2 |
| | |||||
* | fix several bogus var refs in error reporting | Guido van Rossum | 1996-02-12 | 1 | -3/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+482 |