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