summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Use \n as line separator in stead of \r\n, which causes problems in MacPython...Jack Jansen2002-10-101-7/+7
* Whitespace normalization.Tim Peters2002-10-071-1/+0
* Backport changes.Jeremy Hylton2002-07-121-5/+33
* 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