1. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 10 months ago
  2. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  3. 6b490b5 bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Bradley Laney · 6 years ago
  4. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  5. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  6. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  7. 45dba3a test_urllib2_localnet: clear server variable (#2510) by Victor Stinner · 7 years ago
  8. d20324a support.threading_cleanup() log a warning on fail (#1195) by Victor Stinner · 7 years ago
  9. 85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  10. 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  11. d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet by Martin Panter · 8 years ago
  12. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  13. bc6b72e Closes #26620: Fix ResourceWarning in test_urllib2_localnet by Victor Stinner · 8 years ago
  14. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  15. 4c11c92 remove extra ssl imports (closes #23053) by Benjamin Peterson · 10 years ago
  16. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  17. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
  18. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  19. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  20. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  21. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 10 years ago
  22. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  23. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  24. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  25. 8c0fc15 #17564: merge with 3.3. by Ezio Melotti · 11 years ago
  26. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  27. 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
  28. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  29. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  30. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  31. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  32. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  33. b6751dc Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  34. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  35. 37d3d9a Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608. by Florent Xicluna · 14 years ago
  36. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  37. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  38. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  39. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  40. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  41. aefe6af Merged revisions 75855 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 8da3cac Merged revisions 75111 via svnmerge from by R. David Murray · 15 years ago
  43. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  44. 9a4414d Merged revisions 72777 via svnmerge from by Collin Winter · 15 years ago
  45. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  46. 8fd33d3 Merged revisions 67777,67779 via svnmerge from by Antoine Pitrou · 16 years ago
  47. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  48. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  49. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  50. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  51. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  52. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  53. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  54. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 17 years ago
  55. 4566c71 Fix fallout from making __private variables in threading.py _protected. by Guido van Rossum · 17 years ago
  56. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  57. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago