1. 4c11c92 remove extra ssl imports (closes #23053) by Benjamin Peterson · 10 years ago
  2. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  3. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
  4. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  5. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  6. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  7. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 10 years ago
  8. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  9. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  10. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  11. 8c0fc15 #17564: merge with 3.3. by Ezio Melotti · 11 years ago
  12. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  13. da23259 Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module. by Antoine Pitrou · 11 years ago
  14. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  15. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  16. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  17. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  18. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  19. b6751dc Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  20. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  21. 37d3d9a Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608. by Florent Xicluna · 14 years ago
  22. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  23. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  24. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  25. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  26. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  27. aefe6af Merged revisions 75855 via svnmerge from by Antoine Pitrou · 15 years ago
  28. 8da3cac Merged revisions 75111 via svnmerge from by R. David Murray · 15 years ago
  29. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  30. 9a4414d Merged revisions 72777 via svnmerge from by Collin Winter · 15 years ago
  31. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  32. 8fd33d3 Merged revisions 67777,67779 via svnmerge from by Antoine Pitrou · 16 years ago
  33. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  34. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  35. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  36. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  37. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  38. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  39. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  40. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 17 years ago
  41. 4566c71 Fix fallout from making __private variables in threading.py _protected. by Guido van Rossum · 17 years ago
  42. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  43. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago