1. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
  2. 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
  3. a2d4653 #7092: silence py3k warnings for deprecated modules by Ezio Melotti · 16 years ago
  4. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. cc5b64a modify other occurrence of test_bad_address by Antoine Pitrou · 17 years ago
  9. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  10. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  11. 5be3067 Prevent this test from failing if there are transient network problems by Neal Norwitz · 18 years ago
  12. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  13. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
  14. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 22 years ago
  15. bd9f520 Reflow long line. by Jeremy Hylton · 22 years ago
  16. f545baa Whitespace normalization. by Tim Peters · 22 years ago
  17. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 22 years ago
  18. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 22 years ago
  19. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  20. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 22 years ago