index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
SimpleHTTPServer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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