summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleHTTPServer.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
| | | | | | | | | | | | In SimpleHTTPServer.py, the server specified in test() should be BaseHTTPServer.HTTPServer, in case the request handler should want to reference the two attributes added by BaseHTTPServer.server_bind: self.server_name = hostname self.server_port = port There was some Bobo CGI code that wanted access to those attributes.
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-071-1/+1
| | | | might actually work.
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-89/+89
|
* Get rid of nobody_uid() and import pwd -- not used here.Guido van Rossum1996-09-041-12/+0
|
* recognize a few more file typesGuido van Rossum1995-09-181-1/+8
|
* Initial revisionGuido van Rossum1995-08-041-0/+161