summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport changes.Jeremy Hylton2002-07-121-6/+34
| | | | | | | | 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.
* Backport various bug fixes from trunk.Jeremy Hylton2002-07-021-2/+2
| | | | | The 2.1 maintenance branch is now identical to the trunk through rev 1.54 of httplib.py.
* Add test for SF bug #405427Jeremy Hylton2001-04-131-0/+31