summaryrefslogtreecommitdiffstats
path: root/Lib/http/server.py
Commit message (Expand)AuthorAgeFilesLines
* Close #12289: Fix "is executable?" test in the CGI serverVictor Stinner2011-06-201-6/+2
* Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-091-4/+14
* merge from 3.2Senthil Kumaran2011-03-201-4/+3
|\
| * Merge from 3.1Senthil Kumaran2011-03-201-4/+3
| |\
| | * Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.Senthil Kumaran2011-03-201-4/+3
| | * Error message in http.server code. Missed to update in 3.1 branch initially.Senthil Kumaran2011-03-171-9/+14
| | * Merged revisions 87373,87381 via svnmerge fromAntoine Pitrou2010-12-181-2/+6
| | * Merged revisions 87317 via svnmerge fromAntoine Pitrou2010-12-161-1/+7
| | * Merged revisions 86195 via svnmerge fromBrian Curtin2010-11-051-0/+2
| | * Merged revisions 85202 via svnmerge fromSenthil Kumaran2010-10-031-4/+5
| | * Merged revisions 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-2/+3
| | * Merged revisions 78301 via svnmerge fromSenthil Kumaran2010-02-221-1/+1
| | * Merged revisions 76210 via svnmerge fromSenthil Kumaran2009-11-111-6/+6
* | | Merge from 3.2Senthil Kumaran2011-03-171-9/+14
|\ \ \ | |/ /
| * | Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Z...Senthil Kumaran2011-03-171-9/+14
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
|/ /
* | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.Armin Ronacher2011-01-221-2/+2
* | Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...Senthil Kumaran2010-12-181-2/+6
* | Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-161-1/+7
* | #1513299: cleanup some map() uses where a comprehension works better.Georg Brandl2010-12-041-1/+1
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...Senthil Kumaran2010-11-211-2/+7
* | Close subprocess pipes in the non-UNIX section of run_cgi.Brian Curtin2010-11-051-0/+2
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-3/+3
* | Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e...Senthil Kumaran2010-10-031-4/+5
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-301-3/+30
* | #8292: Fix three instances of truth tests on return values of filter() (which...Georg Brandl2010-07-311-2/+3
* | Merged revisions 78299 via svnmerge fromSenthil Kumaran2010-02-221-1/+1
* | Merged revisions 76208 via svnmerge fromSenthil Kumaran2009-11-111-6/+6
* | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-10/+18
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+1
* port r72246Benjamin Peterson2009-05-081-0/+3
* Merged revisions 71303 via svnmerge fromBenjamin Peterson2009-04-111-14/+50
* Make http.server main program nicer for interactive use.Alexandre Vassalotti2009-04-031-4/+6
* Fix compatibility issue with HTTPMessage class.Jeremy Hylton2009-03-271-1/+2
* Sort import list.Jeremy Hylton2009-03-271-10/+10
* Replace duplicate code in http.server with call to http.client.parse_headers().Jeremy Hylton2009-03-271-15/+2
* Issue3113: tests for CGIHTTPRequestHandler failed on windows:Amaury Forgeot d'Arc2008-06-181-58/+18
* Make a new urllib package .Jeremy Hylton2008-06-181-5/+5
* Remove traces of rfc822.Georg Brandl2008-06-121-1/+1
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-13/+15
* Create http package. #2883.Georg Brandl2008-05-261-0/+1141