1. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  2. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  3. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  4. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  5. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  6. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  7. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  8. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 12 years ago
  9. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
  10. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  11. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  12. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  13. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  14. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  15. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  16. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  17. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  18. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  19. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  20. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  21. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  22. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  23. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  24. c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 13 years ago
  25. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 13 years ago
  26. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  27. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  28. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 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. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  31. 2e89cf3 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 14 years ago
  32. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  33. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  34. 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
  35. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  36. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
  37. 9730456 Merged revisions 85205 via svnmerge from by Senthil Kumaran · 14 years ago
  38. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  39. 996e13c Merged revisions 85169 via svnmerge from by Senthil Kumaran · 14 years ago
  40. 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 14 years ago
  41. 3357840 Merged revisions 83521 via svnmerge from by Senthil Kumaran · 14 years ago
  42. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  43. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  44. 41142f5 Merged revisions 81689 via svnmerge from by Senthil Kumaran · 14 years ago
  45. 447f82f Merged revisions 81687 via svnmerge from by Senthil Kumaran · 14 years ago
  46. 2682638 Merged revisions 80587 via svnmerge from by Senthil Kumaran · 14 years ago
  47. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  48. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 14 years ago
  49. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  50. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  51. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  52. 595ad32 Merged revisions 75137 via svnmerge from by Antoine Pitrou · 15 years ago
  53. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  54. 5a86acb Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  55. 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  56. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  57. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  58. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 15 years ago
  59. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  60. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  61. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  62. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  63. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  64. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  65. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  66. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  67. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 15 years ago
  68. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 15 years ago
  69. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 15 years ago
  70. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  72. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  73. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  75. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  76. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  77. 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
  78. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed from Lib/httplib.py]
  79. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  80. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  81. 0bd4e11 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  82. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 16 years ago
  83. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  84. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  85. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  86. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  87. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  88. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  89. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  90. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  91. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  92. 4b878bd Style by Jeremy Hylton · 17 years ago
  93. df5f6b5 Fix several failing tests in test_urllib2net. by Jeremy Hylton · 17 years ago
  94. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  95. 39b198d Change urllib to use HTTPConnection rather than old HTTP class. by Jeremy Hylton · 17 years ago
  96. 04319c7 Make sure LineAndFileWrapper gets bytes() as its first argument. by Jeremy Hylton · 17 years ago
  97. 4e7855d Use BytesIO instead of StringIO. by Jeremy Hylton · 17 years ago
  98. 0ee5eeb Fix several more paths from the SSL code. by Jeremy Hylton · 17 years ago
  99. 97043c3 HTTPResponse should not inherit from io.IOBase. by Jeremy Hylton · 17 years ago
  100. fb35f65 A few local changes for consistency of string literals. by Jeremy Hylton · 17 years ago