1. 5720493 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 9 years ago
  2. 69af580 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 10 years ago
  3. 2c6ca8a recommend requests library (closes #23989) by Benjamin Peterson · 10 years ago
  4. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  5. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 11 years ago
  6. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 11 years ago
  7. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 11 years ago
  8. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 12 years ago
  9. 69c66f9 #17307 - Example of HTTP PUT Request using httplib by Senthil Kumaran · 12 years ago
  10. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  11. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  12. 4526273 fix to sent/send typo by Sandro Tosi · 14 years ago
  13. 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
  14. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 14 years ago
  15. 83cc512 update 2.7 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 14 years ago
  16. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  17. cd57ef1 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. - Patch contributed by Bharadwaj by Senthil Kumaran · 14 years ago
  18. 66bfda8 Merged revisions 85101 via svnmerge from by Antoine Pitrou · 15 years ago
  19. c916dd7 Merged revisions 84933 via svnmerge from by Senthil Kumaran · 15 years ago
  20. 2af7e6d Fix issue3428 - Document HTTPMessage class. by Senthil Kumaran · 15 years ago
  21. 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 15 years ago
  22. 8b37dd1 fix typo by Fred Drake · 15 years ago
  23. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
  24. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
  25. 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 16 years ago
  26. d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 16 years ago
  27. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  28. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  29. 031f3fb Clarify the docs for the 'strict' argument to httplib.HTTPConnection. by Brett Cannon · 17 years ago
  30. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  31. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 17 years ago
  32. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 17 years ago
  33. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago