| Commit message (Expand) | Author | Age | Files | Lines |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -216/+0 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -16/+16 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -3/+4 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -1/+2 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -0/+6 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+2 |
|
|
* | Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. | Georg Brandl | 2006-02-17 | 1 | -1/+3 |
|
|
* | Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters | Georg Brandl | 2006-01-13 | 1 | -0/+3 |
|
|
* | Patch #1360443: Make SimpleHTTPServer display unencoded directory names. | Georg Brandl | 2005-12-16 | 1 | -2/+3 |
|
|
* | Use cStringIO where available. | Raymond Hettinger | 2004-12-31 | 1 | -1/+4 |
|
|
* | Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the | Johannes Gijsbers | 2004-08-21 | 1 | -2/+3 |
|
|
* | [Bug #866222] Update docstrings. | Andrew M. Kuchling | 2004-08-07 | 1 | -4/+3 |
|
|
* | Let library modules use the new keyword arguments for list.sort(). | Raymond Hettinger | 2003-10-16 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
|
|
* | Patch #430706: Persistent connections in BaseHTTPServer. | Martin v. Löwis | 2002-03-17 | 1 | -0/+3 |
|
|
* | Correction after translation test. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+2 |
|
|
* | unnecessary semicolon | Jeremy Hylton | 2001-01-26 | 1 | -1/+1 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+1 |
|
|
* | - Use mimetypes.types_map to initialize extensions_map. | Guido van Rossum | 2001-01-14 | 1 | -9/+9 |
|
|
* | For this server to work on Windows, directories should use "/" as the | Guido van Rossum | 2000-09-04 | 1 | -2/+3 |
|
|
* | Using shutil's function to copy data between file objects instead | Moshe Zadka | 2000-07-29 | 1 | -6/+2 |
|
|
* | Changed list_directory() somewhat. It is now only called when there | Guido van Rossum | 2000-05-21 | 1 | -15/+34 |
|
|
* | Add a simple directory listing function. | Guido van Rossum | 2000-05-09 | 1 | -9/+38 |
|
|
* | Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a | Guido van Rossum | 1999-11-16 | 1 | -1/+2 |
|
|
* | No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -4/+0 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Open the file in binary mode -- so serving images from a Windows box | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -89/+89 |
|
|
* | Get rid of nobody_uid() and import pwd -- not used here. | Guido van Rossum | 1996-09-04 | 1 | -12/+0 |
|
|
* | recognize a few more file types | Guido van Rossum | 1995-09-18 | 1 | -1/+8 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+161 |
|
|