1. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 5 years ago
  2. c11b3b1 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) by Victor Stinner · 6 years ago
  3. 36d56ea bpo-33295: Skip test using missing external site (GH-6504) by INADA Naoki · 6 years ago
  4. d81bea6 Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 7 years ago
  5. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  6. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  7. b811a97 use pythontest.net for fragment redirection test by Benjamin Peterson · 10 years ago
  8. 1d83002 remove requires_ssl decorator by Benjamin Peterson · 10 years ago
  9. 67a9877 merge 3.3 by Benjamin Peterson · 10 years ago
  10. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  11. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  12. 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
  13. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  14. bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
  15. 809ee90 use https docs url by Benjamin Peterson · 10 years ago
  16. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 10 years ago
  17. b25e3f9 merge 3.2 by Benjamin Peterson · 10 years ago
  18. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  19. e558181 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  20. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  21. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  22. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  23. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  24. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  25. e575148 - Issue #20070: Don't run test_urllib2net when network resources are not by doko@ubuntu.com · 11 years ago
  26. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  27. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  28. 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
  29. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  30. 5b9561d merge with 3.2 by Georg Brandl · 12 years ago
  31. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  32. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 13 years ago
  33. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  34. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  35. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  36. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  37. eaca5c8 Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  38. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  39. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  40. 0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. by Antoine Pitrou · 14 years ago
  41. 27683c9 Merged revisions 85893 via svnmerge from by Antoine Pitrou · 14 years ago
  42. 5be365f #10116: wrap transient_internet() around net access in test_urllib2net. by Georg Brandl · 14 years ago
  43. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  44. 603ca41 Merged revisions 85025 via svnmerge from by Senthil Kumaran · 14 years ago
  45. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 14 years ago
  46. 4c88db7 Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  47. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  48. dcedfb1 Merged revisions 80256 via svnmerge from by Senthil Kumaran · 14 years ago
  49. b8f7ea6 Merged revisions 80236 via svnmerge from by Senthil Kumaran · 14 years ago
  50. 87cb787 Merged revisions 79908 via svnmerge from by Benjamin Peterson · 14 years ago
  51. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  52. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  53. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  54. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  55. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  56. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  57. 4376dbc fix this test by Benjamin Peterson · 15 years ago
  58. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  59. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  60. 3bbfba8 r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instead of a socket.SocketIO. This moves the underlying socket.socket object from r.fp._sock to r.fp.raw._sock. Since _sock is an internal object, this should be ok. The change is for the testsuite only, to assert socket state. by Kristján Valur Jónsson · 15 years ago
  61. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  62. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  63. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  64. 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
  65. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  66. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  67. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  68. 2f14258 Get this test to pass by Neal Norwitz · 17 years ago
  69. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  70. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  71. ec0c508 Fix an absurdly invasive test. by Jeremy Hylton · 17 years ago
  72. cf2f419 Hack: Fix some test_urllib2.net tests by getting them access to the by Jeremy Hylton · 17 years ago
  73. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  74. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  75. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  76. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  77. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  78. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  79. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  80. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago