aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/SimpleHTTPServer.py
Commit message (Expand)AuthorAge
* No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-03
* Patch by Jeff Rush:Guido van Rossum1998-12-07
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-07
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Get rid of nobody_uid() and import pwd -- not used here.Guido van Rossum1996-09-04
* recognize a few more file typesGuido van Rossum1995-09-18
* Initial revisionGuido van Rossum1995-08-04