summaryrefslogtreecommitdiffstats
path: root/Lib/http/server.py
Commit message (Expand)AuthorAgeFilesLines
* 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