1. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 13 years ago
  2. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 13 years ago
  3. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  4. 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  5. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  6. 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 14 years ago
  7. 9f3f9c5 Merged revisions 85893 via svnmerge from by Antoine Pitrou · 14 years ago
  8. 176c73d Merged revisions 85025 via svnmerge from by Senthil Kumaran · 14 years ago
  9. d389cb5 Fix Issue1327971: HTTPResponse should expose a proper fileno attribute by Senthil Kumaran · 14 years ago
  10. c818ed4 Merged revisions 84597-84599 via svnmerge from by Antoine Pitrou · 14 years ago
  11. b4ec7ee Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  12. 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
  13. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
  14. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  15. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  16. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  17. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  18. 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 16 years ago
  19. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  20. 0001c2e This patch moves some tests from test_urllib2_net to test_urllib2_localnet. by Gregory P. Smith · 17 years ago
  21. 769d0ee Make the test more robust by trying to reconnect up to 3 times by Neal Norwitz · 17 years ago
  22. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
  23. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
  24. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 17 years ago
  25. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 18 years ago
  26. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 18 years ago
  27. 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 18 years ago
  28. f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 18 years ago
  29. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 18 years ago
  30. 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 18 years ago
  31. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 18 years ago
  32. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago