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