summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleHTTPServer.py
Commit message (Expand)AuthorAgeFilesLines
* Create http package. #2883.Georg Brandl2008-05-261-216/+0
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-16/+16
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-3/+4
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-1/+2
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-0/+6
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Patch #1417555: SimpleHTTPServer now returns Last-Modified headers.Georg Brandl2006-02-171-1/+3
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-131-0/+3
* Patch #1360443: Make SimpleHTTPServer display unencoded directory names.Georg Brandl2005-12-161-2/+3
* Use cStringIO where available.Raymond Hettinger2004-12-311-1/+4
* Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding theJohannes Gijsbers2004-08-211-2/+3
* [Bug #866222] Update docstrings.Andrew M. Kuchling2004-08-071-4/+3
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-161-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* Patch #430706: Persistent connections in BaseHTTPServer.Martin v. Löwis2002-03-171-0/+3
* Correction after translation test.Eric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-3/+2
* unnecessary semicolonJeremy Hylton2001-01-261-1/+1
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
* - Use mimetypes.types_map to initialize extensions_map.Guido van Rossum2001-01-141-9/+9
* For this server to work on Windows, directories should use "/" as theGuido van Rossum2000-09-041-2/+3
* Using shutil's function to copy data between file objects insteadMoshe Zadka2000-07-291-6/+2
* Changed list_directory() somewhat. It is now only called when thereGuido van Rossum2000-05-211-15/+34
* Add a simple directory listing function.Guido van Rossum2000-05-091-9/+38
* Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed aGuido van Rossum1999-11-161-1/+2
* No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-4/+0
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-071-1/+1
* 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