summaryrefslogtreecommitdiffstats
path: root/Lib/http
Commit message (Expand)AuthorAgeFilesLines
* Make http.server main program nicer for interactive use.Alexandre Vassalotti2009-04-031-4/+6
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-021-1/+1
* An HTTPResponse is, by its nature, readable.Jeremy Hylton2009-04-011-0/+3
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-311-28/+60
* Remove special logic that closes HTTPConnection socket on EPIPE.Jeremy Hylton2009-03-281-35/+24
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-10/+20
* Fix compatibility issue with HTTPMessage class.Jeremy Hylton2009-03-272-4/+4
* 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-272-17/+2
* Simplify complex expression.Jeremy Hylton2009-03-261-1/+3
* Merged revisions 70107 via svnmerge fromBenjamin Peterson2009-03-021-2/+11
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-3/+9
* revert 69416; it didn't help muchBenjamin Peterson2009-02-081-1/+1
* fix typo and test_urllib failuresBenjamin Peterson2009-02-071-1/+1
* merging / reimplementing r68532 from the trunk to Py3kKristján Valur Jónsson2009-02-021-5/+5
* Merged revisions 68458 via svnmerge fromBenjamin Peterson2009-01-181-7/+8
* Use True/False for ints instead of 1/0. That's so Python 2.0.Jeremy Hylton2008-12-151-5/+5
* Merged revisions 67442 via svnmerge fromBenjamin Peterson2008-11-301-25/+40
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-161-3/+6
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+6
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-192-12/+12
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-1/+1
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-1/+1
* Issue3113: tests for CGIHTTPRequestHandler failed on windows:Amaury Forgeot d'Arc2008-06-181-58/+18
* Make a new urllib package .Jeremy Hylton2008-06-183-15/+15
* Remove traces of rfc822.Georg Brandl2008-06-121-1/+1
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-123-131/+77
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-2/+3
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-153/+8
* Remove _FooCookieJar modules and merge their content into http.cookiejar.Georg Brandl2008-05-261-2/+295
* Create http package. #2883.Georg Brandl2008-05-265-0/+4792