summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 78417 via svnmerge fromBenjamin Peterson2010-03-211-0/+4
* Merged revisions 77263-77264 via svnmerge fromGregory P. Smith2010-01-031-2/+35
* [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ...Antoine Pitrou2009-09-291-0/+15
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Remove special logic that closes HTTPConnection socket on EPIPE.Jeremy Hylton2009-03-281-1/+31
* Replace references to httplib with http.client.Jeremy Hylton2009-03-271-27/+27
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-1/+72
* Merged revisions 70107 via svnmerge fromBenjamin Peterson2009-03-021-0/+19
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-3/+1
* Reflow long line.Jeremy Hylton2008-12-151-1/+2
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-12/+17
* Create http package. #2883.Georg Brandl2008-05-261-3/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-11/+11
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-0/+36
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-2/+13
* Fix for bug 1148: str/bytes issue in httplib's _safe_read().Guido van Rossum2007-09-121-1/+1
* Merged revisions 57772-57777 via svnmerge fromThomas Wouters2007-08-301-2/+3
* Convert various string literals to bytes.Jeremy Hylton2007-08-291-2/+2
* Make test_httplib pass.Guido van Rossum2007-08-291-3/+3
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Remove Python 1.5 compatibility layer from httplib.Jeremy Hylton2007-08-141-14/+14
* Fix tests to use bytes() where the actual sockets return bytes().Jeremy Hylton2007-08-031-6/+8
* Fix test_httplib.Martin v. Löwis2007-06-301-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+46
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-91/+75
* Move test case for HTTP response dict to httplib.Georg Brandl2006-02-171-1/+5
* Whitespace normalization.Tim Peters2004-09-161-1/+1
* Remove tabs.Brett Cannon2004-09-151-4/+4
* Strip square brackets from IPv6 address.Martin v. Löwis2004-09-141-3/+8
* missed the obvious test case and corresponding fixSkip Montanaro2004-09-141-1/+1
* Search from the end of the host/port combination to find the colon whichSkip Montanaro2004-09-141-0/+7
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-071-1/+44
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-081-14/+33
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-051-0/+13
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-231-41/+64
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Whitespace normalization.Tim Peters2002-07-161-1/+0
* Change _begin() back to begin().Jeremy Hylton2002-07-121-3/+3
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-071-2/+20
* Track change of begin() to _begin().Jeremy Hylton2002-06-281-2/+2
* Use attributes appropriatelyNeal Norwitz2002-04-011-1/+1
* add test of InvalidURLSkip Montanaro2002-03-241-0/+10
* test_support should be imported directly, not via test.test_support.Tim Peters2001-09-251-1/+1
* Add test for SF bug #405427Jeremy Hylton2001-04-131-0/+31