Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a3a16689045e3d97b4f03de534b1680b9c28b855
/
Lib
/
CGIHTTPServer.py
7e642e8
Eliminate use of string.whitespace and a string import with it.
by Eric S. Raymond
· 24 years ago
6b71e74
String method conversion.
by Eric S. Raymond
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
e7d6b0a
An honest attempt to make this work on Unix, Windows, and even
by Guido van Rossum
· 24 years ago
6aefd91
Now that StreamRequestHandler defaults rfile to buffered, make it
by Guido van Rossum
· 24 years ago
14bb71d
os.fork raises AttributeError, not NameError, if fork() isn't
by Fred Drake
· 25 years ago
40e84db
Based on comments from Paul Prescod:
by Fred Drake
· 25 years ago
3a64e05
No need to import sys, time, or socket. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
630b811
Two changes suggested by Jan Pieter Riegel:
by Guido van Rossum
· 26 years ago
9228cbd
Patch by Jeff Rush:
by Guido van Rossum
· 26 years ago
01fc65d
From: conrad@cgl.ucsf.edu (Conrad Huang %CGL)
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
00f9fea
Use string.replace instead of regsub.[g]sub.
by Guido van Rossum
· 27 years ago
7801614
Remove some bogus code that would cause a NameError if a -r option was passed.
by Guido van Rossum
· 28 years ago
13ad35a
real test for executable script
by Guido van Rossum
· 29 years ago
92d0932
changed some commas into percent signs
by Guido van Rossum
· 29 years ago
e7e578f
Initial revision
by Guido van Rossum
· 29 years ago