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
/
http
/
server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...
Senthil Kumaran
2010-12-18
1
-2/+6
*
Issue #10714: Limit length of incoming request in http.server to 65536 bytes
Antoine Pitrou
2010-12-16
1
-1/+7
*
#1513299: cleanup some map() uses where a comprehension works better.
Georg Brandl
2010-12-04
1
-1/+1
*
Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...
Senthil Kumaran
2010-11-21
1
-2/+7
*
Close subprocess pipes in the non-UNIX section of run_cgi.
Brian Curtin
2010-11-05
1
-0/+2
*
#2830: add html.escape() helper and move cgi.escape() uses in the standard li...
Georg Brandl
2010-10-15
1
-3/+3
*
Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e...
Senthil Kumaran
2010-10-03
1
-4/+5
*
Issue1491 - BaseHTTPServer incorrectly implements response code 100
Senthil Kumaran
2010-09-30
1
-3/+30
*
#8292: Fix three instances of truth tests on return values of filter() (which...
Georg Brandl
2010-07-31
1
-2/+3
*
Merged revisions 78299 via svnmerge from
Senthil Kumaran
2010-02-22
1
-1/+1
*
Merged revisions 76208 via svnmerge from
Senthil Kumaran
2009-11-11
1
-6/+6
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-07-01
1
-10/+18
*
More codestring -> codebytes.
Georg Brandl
2009-06-04
1
-1/+1
*
port r72246
Benjamin Peterson
2009-05-08
1
-0/+3
*
Merged revisions 71303 via svnmerge from
Benjamin Peterson
2009-04-11
1
-14/+50
*
Make http.server main program nicer for interactive use.
Alexandre Vassalotti
2009-04-03
1
-4/+6
*
Fix compatibility issue with HTTPMessage class.
Jeremy Hylton
2009-03-27
1
-1/+2
*
Sort import list.
Jeremy Hylton
2009-03-27
1
-10/+10
*
Replace duplicate code in http.server with call to http.client.parse_headers().
Jeremy Hylton
2009-03-27
1
-15/+2
*
Issue3113: tests for CGIHTTPRequestHandler failed on windows:
Amaury Forgeot d'Arc
2008-06-18
1
-58/+18
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-5/+5
*
Remove traces of rfc822.
Georg Brandl
2008-06-12
1
-1/+1
*
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw
2008-06-12
1
-13/+15
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-0/+1141