summaryrefslogtreecommitdiffstats
path: root/Lib/http
Commit message (Expand)AuthorAgeFilesLines
* Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-191-9/+6
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-5/+15
* Merged revisions 81687 via svnmerge fromSenthil Kumaran2010-06-041-0/+1
* Merged revisions 80583 via svnmerge fromSenthil Kumaran2010-04-281-0/+3
* Merged revisions 78417 via svnmerge fromBenjamin Peterson2010-03-211-0/+2
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 78299 via svnmerge fromSenthil Kumaran2010-02-221-1/+1
* Merged revisions 77263-77264 via svnmerge fromGregory P. Smith2010-01-031-5/+8
* Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-3/+18
* Merged revisions 76208 via svnmerge fromSenthil Kumaran2009-11-111-6/+6
* [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ...Antoine Pitrou2009-09-291-4/+11
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-1/+3
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...Chris Withers2009-09-041-12/+9
* Turn some comments into docstrings.Georg Brandl2009-09-041-20/+16
* Remove pseudo-end markers from http.cookies.Georg Brandl2009-09-041-22/+1
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-0/+30
* 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
* 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