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
/
CGIHTTPServer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate use of string.whitespace and a string import with it.
Eric S. Raymond
2001-02-09
1
-2/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-7/+7
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+1
*
An honest attempt to make this work on Unix, Windows, and even
Guido van Rossum
2000-09-19
1
-81/+173
*
Now that StreamRequestHandler defaults rfile to buffered, make it
Guido van Rossum
2000-09-01
1
-0/+4
*
os.fork raises AttributeError, not NameError, if fork() isn't
Fred Drake
1999-10-18
1
-1/+1
*
Based on comments from Paul Prescod:
Fred Drake
1999-10-16
1
-2/+11
*
No need to import sys, time, or socket. (Andrew Dalke & kjpylint)
Guido van Rossum
1999-05-03
1
-3/+0
*
Two changes suggested by Jan Pieter Riegel:
Guido van Rossum
1999-04-28
1
-1/+4
*
Patch by Jeff Rush:
Guido van Rossum
1998-12-07
1
-1/+1
*
From: conrad@cgl.ucsf.edu (Conrad Huang %CGL)
Guido van Rossum
1998-05-13
1
-1/+4
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-122/+122
*
Use string.replace instead of regsub.[g]sub.
Guido van Rossum
1997-12-24
1
-2/+1
*
Remove some bogus code that would cause a NameError if a -r option was passed.
Guido van Rossum
1997-02-19
1
-5/+0
*
real test for executable script
Guido van Rossum
1996-01-25
1
-1/+1
*
changed some commas into percent signs
Guido van Rossum
1995-08-29
1
-4/+4
*
Initial revision
Guido van Rossum
1995-08-04
1
-0/+203