1. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  2. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
  3. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  4. 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 14 years ago
  5. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  6. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  7. 447f82f Merged revisions 81687 via svnmerge from by Senthil Kumaran · 14 years ago
  8. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  9. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 15 years ago
  10. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  11. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  12. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  13. 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  14. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  15. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 16 years ago
  16. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
  17. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 16 years ago
  18. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
  19. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 16 years ago
  20. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 16 years ago
  21. ef9f48e Simplify complex expression. by Jeremy Hylton · 16 years ago
  22. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
  23. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  24. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  25. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  26. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  27. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  29. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  30. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  31. 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
  32. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  33. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  34. 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
  35. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed from Lib/httplib.py]
  36. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 17 years ago
  37. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  38. 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 · 17 years ago
  39. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 17 years ago
  40. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  41. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  42. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  43. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  44. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  45. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  46. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  47. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  48. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  49. 4b878bd Style by Jeremy Hylton · 17 years ago
  50. df5f6b5 Fix several failing tests in test_urllib2net. by Jeremy Hylton · 17 years ago
  51. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  52. 39b198d Change urllib to use HTTPConnection rather than old HTTP class. by Jeremy Hylton · 17 years ago
  53. 04319c7 Make sure LineAndFileWrapper gets bytes() as its first argument. by Jeremy Hylton · 17 years ago
  54. 4e7855d Use BytesIO instead of StringIO. by Jeremy Hylton · 17 years ago
  55. 0ee5eeb Fix several more paths from the SSL code. by Jeremy Hylton · 17 years ago
  56. 97043c3 HTTPResponse should not inherit from io.IOBase. by Jeremy Hylton · 17 years ago
  57. fb35f65 A few local changes for consistency of string literals. by Jeremy Hylton · 17 years ago
  58. e5d0e84 Make consistent use of "" for string literals in new classes. by Jeremy Hylton · 17 years ago
  59. 811fc14 Fix status line parsing for http response. by Jeremy Hylton · 17 years ago
  60. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  61. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  62. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  63. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  64. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  65. 89df245 Make test_socket_ssl.py pass by fixing some code that was by Guido van Rossum · 18 years ago
  66. 6f8fe15 Fix httplib for removal of slicing from exceptions. by Brett Cannon · 18 years ago
  67. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  68. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  69. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  70. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  71. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  72. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  73. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  74. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  75. 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 19 years ago
  76. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  77. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
  78. 4d03791 SF bug #1046855: httplib index out of range by Raymond Hettinger · 20 years ago
  79. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
  80. 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
  81. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
  82. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago
  83. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 20 years ago
  84. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  85. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  86. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  87. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  88. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  89. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  90. 0c5b4ad fixed obvious bug in _send_header as per SF bug #831271 by Alex Martelli · 21 years ago
  91. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 21 years ago
  92. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  93. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  94. 1867f24 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. Fixes #754447. by Martin v. Löwis · 21 years ago
  95. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  96. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  97. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  98. 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 22 years ago
  99. b2e0b92 Module review: by Raymond Hettinger · 22 years ago
  100. 74b9a7a typo by Skip Montanaro · 22 years ago