1. 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
  2. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  3. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  4. 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
  5. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed from Lib/httplib.py]
  6. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 17 years ago
  7. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  8. 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
  9. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 17 years ago
  10. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  11. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  12. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  13. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  14. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  15. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  16. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  17. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  18. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  19. 4b878bd Style by Jeremy Hylton · 17 years ago
  20. df5f6b5 Fix several failing tests in test_urllib2net. by Jeremy Hylton · 17 years ago
  21. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  22. 39b198d Change urllib to use HTTPConnection rather than old HTTP class. by Jeremy Hylton · 17 years ago
  23. 04319c7 Make sure LineAndFileWrapper gets bytes() as its first argument. by Jeremy Hylton · 17 years ago
  24. 4e7855d Use BytesIO instead of StringIO. by Jeremy Hylton · 17 years ago
  25. 0ee5eeb Fix several more paths from the SSL code. by Jeremy Hylton · 17 years ago
  26. 97043c3 HTTPResponse should not inherit from io.IOBase. by Jeremy Hylton · 17 years ago
  27. fb35f65 A few local changes for consistency of string literals. by Jeremy Hylton · 17 years ago
  28. e5d0e84 Make consistent use of "" for string literals in new classes. by Jeremy Hylton · 17 years ago
  29. 811fc14 Fix status line parsing for http response. by Jeremy Hylton · 17 years ago
  30. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  31. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  32. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  33. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  34. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  35. 89df245 Make test_socket_ssl.py pass by fixing some code that was by Guido van Rossum · 18 years ago
  36. 6f8fe15 Fix httplib for removal of slicing from exceptions. by Brett Cannon · 18 years ago
  37. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  38. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  39. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  40. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  41. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  42. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  45. 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 19 years ago
  46. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  47. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
  48. 4d03791 SF bug #1046855: httplib index out of range by Raymond Hettinger · 20 years ago
  49. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
  50. 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
  51. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
  52. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago
  53. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 20 years ago
  54. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  55. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  56. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  57. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 21 years ago
  58. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  59. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  60. 0c5b4ad fixed obvious bug in _send_header as per SF bug #831271 by Alex Martelli · 21 years ago
  61. 11892ec Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 21 years ago
  62. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  63. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  64. 1867f24 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. Fixes #754447. by Martin v. Löwis · 21 years ago
  65. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  66. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 22 years ago
  67. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  68. 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 22 years ago
  69. b2e0b92 Module review: by Raymond Hettinger · 22 years ago
  70. 74b9a7a typo by Skip Montanaro · 22 years ago
  71. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  72. 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
  73. 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
  74. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  75. d4c472c Move code for reading chunked responses in helper function, by Jeremy Hylton · 22 years ago
  76. d229b3a SF bug [ 600488 ] Robustness tweak to httplib.py by Jeremy Hylton · 22 years ago
  77. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  78. 186bec2 typo by Skip Montanaro · 22 years ago
  79. e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
  80. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  81. 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
  82. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
  83. 29d27ac Fix for SF bug 579107. by Jeremy Hylton · 22 years ago
  84. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  85. 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
  86. d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
  87. fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
  88. 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
  89. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
  90. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  91. 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
  92. f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 23 years ago
  93. 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 23 years ago
  94. a3c0b93 [Bug #531616] Make HTTPS work again by adding a sendall method to the by Andrew M. Kuchling · 23 years ago
  95. 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 23 years ago
  96. 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 23 years ago
  97. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
  98. 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 23 years ago
  99. f3623f3 Somebody checked in a version of httplib that doesn't even compile -- by Tim Peters · 23 years ago
  100. 6459c8d Fix for SF buf #458835 by Jeremy Hylton · 23 years ago