1. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  2. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  3. 2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: by Senthil Kumaran · 16 years ago
  4. 3293593 fix alleged refleak by Benjamin Peterson · 16 years ago
  5. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
  6. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  7. 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  10. 1868d7c Add simple unittests for Request by Jeremy Hylton · 17 years ago
  11. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
  12. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  13. 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  14. 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
  15. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  16. 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 18 years ago
  17. f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
  18. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
  19. 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
  20. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  21. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
  22. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
  23. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
  24. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
  25. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
  26. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
  27. 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 19 years ago
  28. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
  29. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  30. 480725d Whitespace normalization. by Tim Peters · 19 years ago
  31. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
  32. dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 19 years ago
  33. 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
  34. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
  35. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
  36. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  37. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 20 years ago
  38. f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
  39. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
  40. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 21 years ago
  41. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
  42. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 21 years ago
  43. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  44. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 21 years ago
  45. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 21 years ago
  46. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  47. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
  48. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  49. e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 22 years ago
  50. df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 22 years ago
  51. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 22 years ago
  52. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  53. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  54. 83e7ccc Whitespace normalization. by Tim Peters · 24 years ago
  55. 535c524 A quick hack to make the test pass on the Mac (similar to the quick hack by Jack Jansen · 24 years ago
  56. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 24 years ago
  57. 3a2ab1a Whitespace normalization. by Tim Peters · 24 years ago
  58. e3e6104 Trivial tests of urllib2 for recent SF bug by Jeremy Hylton · 24 years ago