1. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 5 years ago
  2. 1bd7d29 Remove unused variable in test_urllibnet. (#1598) by Senthil Kumaran · 7 years ago
  3. efbd4ea Minor spell fix and formatting fixes in urllib tests. (#959) by Senthil Kumaran · 7 years ago
  4. ca716cf Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  5. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  6. a8e3b0a Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  7. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  8. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  9. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  10. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  11. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  12. 130a566 Suppress a couple more DeprecationWarnings in the test suite. by R David Murray · 10 years ago
  13. cfdd016 Invoke test_urllibnet tests using unittest.main function by Senthil Kumaran · 10 years ago
  14. 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 10 years ago
  15. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  16. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 10 years ago
  17. a96ed63 merge 3.3 (#20695) by Benjamin Peterson · 10 years ago
  18. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  19. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  20. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  21. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  22. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  23. 765f3cc Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  24. b463c48 Issue #3583: mention that testing whether a bad address not triggering by Brett Cannon · 12 years ago
  25. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  26. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  27. 72fff04 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 13 years ago
  28. a98d26a Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  29. d9faa20 Read HTTP response inside transient_internet() by Antoine Pitrou · 13 years ago
  30. b651949 test_urllibnet: make it so that transient_internet() applies to the by Antoine Pitrou · 13 years ago
  31. bd8f145 TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a by Senthil Kumaran · 14 years ago
  32. ee2538b Fix Issue10119 - test_urllibnet failure when using support.transient_internet. by Senthil Kumaran · 14 years ago
  33. f6c456d Merged revisions 80675 via svnmerge from by Senthil Kumaran · 14 years ago
  34. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  35. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  36. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  37. 8fd33d3 Merged revisions 67777,67779 via svnmerge from by Antoine Pitrou · 16 years ago
  38. bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 16 years ago
  39. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  40. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  41. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  42. 6ae6ad8 Get the test to pass on space Ubuntu/Debian and ppc. It was failing by Neal Norwitz · 16 years ago
  43. 061ce7f Fixed test_urllibnet by Christian Heimes · 16 years ago
  44. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  45. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  46. 3e18615 Fix test: readline() now returns bytes by Jeremy Hylton · 17 years ago
  47. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  48. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  49. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  50. bd9f520 Reflow long line. by Jeremy Hylton · 21 years ago
  51. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  52. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  53. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  54. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  55. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 21 years ago