1. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 11 years ago
  2. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 11 years ago
  3. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 11 years ago
  4. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 11 years ago
  5. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  6. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  7. 945a3ad Avoid useless indentation. by Georg Brandl · 12 years ago
  8. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  9. 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
  10. 53dd106 merge with 3.2 by Sandro Tosi · 13 years ago
  11. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  12. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  13. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  14. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  15. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  16. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  17. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  18. 519c308 Typos. by Raymond Hettinger · 14 years ago
  19. 469271d More source links by Raymond Hettinger · 14 years ago
  20. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  21. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  22. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  23. d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 14 years ago
  24. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  25. 1ab19ca Fix grammar by Antoine Pitrou · 14 years ago
  26. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  27. 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 14 years ago
  28. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 14 years ago
  29. ceff566 Document HTTPReponse.fileno() method by Senthil Kumaran · 14 years ago
  30. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  31. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  32. 790f831 Rewording the getheader method of HTTPResponse. by Senthil Kumaran · 14 years ago
  33. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  34. 1587e3d Merged revisions 81087,81106 via svnmerge from by Fred Drake · 14 years ago
  35. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  36. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 14 years ago
  37. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  38. 7e5229c Document the headers parameter for set_tunnel. by Senthil Kumaran · 15 years ago
  39. 574b1d6 More versionadded/versionchanged fixes by Mark Dickinson · 15 years ago
  40. 2e910fd versionadded: 3.2. not 3.1. by Senthil Kumaran · 15 years ago
  41. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  42. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  44. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  45. 605b9d9 fix markup by Benjamin Peterson · 15 years ago
  46. 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 15 years ago
  47. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  48. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  50. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  51. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  52. 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
  53. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed (97%) from Doc/library/httplib.rst]
  54. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  55. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  56. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  57. 7d6068e Remove note about compatibility layer, as the compatibility layer was removed. by Jeremy Hylton · 17 years ago
  58. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago