1. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  2. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  3. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  4. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  5. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  6. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  7. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  8. 8206695 Reflow long line. by Jeremy Hylton · 16 years ago
  9. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  10. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  13. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  14. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  15. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  16. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  17. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  18. 582b586 Merged revisions 57772-57777 via svnmerge from by Thomas Wouters · 17 years ago
  19. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  20. 022c474 Make test_httplib pass. by Guido van Rossum · 17 years ago
  21. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  22. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  23. 8fff792 Fix tests to use bytes() where the actual sockets return bytes(). by Jeremy Hylton · 17 years ago
  24. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  25. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  26. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  27. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  28. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 18 years ago
  29. c74298a Whitespace normalization. by Tim Peters · 20 years ago
  30. 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
  31. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
  32. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago
  33. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 20 years ago
  34. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  35. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  36. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  37. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 21 years ago
  38. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  39. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  40. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
  41. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  42. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  43. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  44. 03ff86d add test of InvalidURL by Skip Montanaro · 22 years ago
  45. d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 23 years ago
  46. 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 23 years ago