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