Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 |
| | |||
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 |
| | | | | | | | | | | | | 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 box | Guido van Rossum | 1998-12-07 |
| | | | | might actually work. | ||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
| | |||
* | Get rid of nobody_uid() and import pwd -- not used here. | Guido van Rossum | 1996-09-04 |
| | |||
* | recognize a few more file types | Guido van Rossum | 1995-09-18 |
| | |||
* | Initial revision | Guido van Rossum | 1995-08-04 |