COMMITS
/ Lib/SimpleHTTPServer.py January 26, 2001
J
unnecessary semicolon
Jeremy Hylton committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 14, 2001
G
- Use mimetypes.types_map to initialize extensions_map.
Guido van Rossum committed
September 4, 2000
G
For this server to work on Windows, directories should use "/" as the
Guido van Rossum committed
July 29, 2000
M
Using shutil's function to copy data between file objects instead
Moshe Zadka committed
May 21, 2000
G
Changed list_directory() somewhat. It is now only called when there
Guido van Rossum committed
May 9, 2000
G
Add a simple directory listing function.
Guido van Rossum committed
November 16, 1999
G
Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a
Guido van Rossum committed
May 3, 1999
G
No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)
Guido van Rossum committed
December 7, 1998
G
Patch by Jeff Rush:
Guido van Rossum committed
G
Open the file in binary mode -- so serving images from a Windows box
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
September 4, 1996
G
Get rid of nobody_uid() and import pwd -- not used here.
Guido van Rossum committed
September 18, 1995
G
recognize a few more file types
Guido van Rossum committed
August 4, 1995
G
Initial revision
Guido van Rossum committed