1. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  2. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  3. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  4. da23259 Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module. by Antoine Pitrou · 11 years ago
  5. b5032c8 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  6. 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  7. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  8. 90e4774 Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. by Antoine Pitrou · 12 years ago
  9. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  10. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  11. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  12. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  13. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  14. 889ad16 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  15. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  16. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  17. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  18. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  19. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  20. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  21. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  22. c61fae04 Merge 3.2: test_httplib removes temporary files by Victor Stinner · 13 years ago
  23. 18d15cb test_httplib removes temporary files by Victor Stinner · 13 years ago
  24. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  25. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  26. 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 14 years ago
  27. 04ba966 test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual by Victor Stinner · 14 years ago
  28. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  29. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  30. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  31. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  32. 77b7de6 Move test_httplib over to file context managers. by Brett Cannon · 14 years ago
  33. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  34. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 14 years ago
  35. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  36. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  37. 0b99883 Merged revisions 81691 via svnmerge from by Senthil Kumaran · 14 years ago
  38. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  39. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 14 years ago
  40. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  41. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  42. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  43. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  44. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  45. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  46. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  47. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  48. 8206695 Reflow long line. by Jeremy Hylton · 16 years ago
  49. 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
  50. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  51. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  52. 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
  53. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  54. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  55. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  56. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  57. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  58. 582b586 Merged revisions 57772-57777 via svnmerge from by Thomas Wouters · 17 years ago
  59. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  60. 022c474 Make test_httplib pass. by Guido van Rossum · 17 years ago
  61. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  62. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  63. 8fff792 Fix tests to use bytes() where the actual sockets return bytes(). by Jeremy Hylton · 17 years ago
  64. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  65. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  66. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  67. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  68. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 18 years ago
  69. c74298a Whitespace normalization. by Tim Peters · 20 years ago
  70. 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
  71. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
  72. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago
  73. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 20 years ago
  74. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  75. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  76. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  77. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 22 years ago
  78. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  79. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  80. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
  81. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  82. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  83. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  84. 03ff86d add test of InvalidURL by Skip Montanaro · 22 years ago
  85. d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 23 years ago
  86. 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 23 years ago