8 Commits

Author SHA1 Message Date
Tim Peters
c411dbaeee Whitespace normalization. 2002-07-16 21:35:23 +00:00
Jeremy Hylton
39c03808c7 Change _begin() back to begin().
Client code could create responses explicitly.
2002-07-12 14:04:09 +00:00
Jeremy Hylton
6d0a4c79cf Fix for SF bug #432621: httplib: multiple Set-Cookie headers
If multiple header fields with the same name occur, they are combined
according to the rules in RFC 2616 sec 4.2:

Appending each subsequent field-value to the first, each separated by
a comma. The order in which header fields with the same field-name are
received is significant to the interpretation of the combined field
value.
2002-07-07 16:51:37 +00:00
Jeremy Hylton
566fe9ef66 Track change of begin() to _begin(). 2002-06-28 23:54:30 +00:00
Neal Norwitz
28bb572ab4 Use attributes appropriately 2002-04-01 19:00:50 +00:00
Skip Montanaro
03ff86da25 add test of InvalidURL 2002-03-24 16:54:16 +00:00
Tim Peters
d48004f4f0 test_support should be imported directly, not via test.test_support. 2001-09-25 19:29:35 +00:00
Jeremy Hylton
79fa2b6073 Add test for SF bug #405427 2001-04-13 14:57:44 +00:00