summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-10-071-1/+0
|
* Backport changes.Jeremy Hylton2002-07-121-5/+33
| | | | | | | | Change _begin() back to begin(). Fix for SF bug 579107. Fix for SF bug #432621: httplib: multiple Set-Cookie headers Fix SF bug #575360 Handle HTTP/0.9 responses.
* Track change of begin() to _begin().Jeremy Hylton2002-07-021-2/+2
|
* 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