1. 7e8fd5e Merged revisions 84323 via svnmerge from by Senthil Kumaran · 15 years ago
  2. 4f1ba0d Fix - Issue9639: Reset the retry counter after successful authentication. by Senthil Kumaran · 15 years ago
  3. 7cc0fe4 Fix Issue9446 - urllib2 tests fail when offline by Senthil Kumaran · 15 years ago
  4. b4ec7ee Merged revisions 83818 via svnmerge from by Senthil Kumaran · 15 years ago
  5. 87ed31a Merged revisions 82780 via svnmerge from by Senthil Kumaran · 15 years ago
  6. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
  7. 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
  8. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
  9. 4e62949 Reverting the change made in r78431. by Senthil Kumaran · 15 years ago
  10. e9a7808 Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to by Senthil Kumaran · 15 years ago
  11. 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 15 years ago
  12. 13c2ef9 Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. by Senthil Kumaran · 16 years ago
  13. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
  14. 20eb4f0 Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?. by Senthil Kumaran · 16 years ago
  15. 5120027 Addition of some details in the code comments. by Senthil Kumaran · 16 years ago
  16. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  17. 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  18. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  19. 4bb96fe no need for this __bases__ trick anymore by Benjamin Peterson · 16 years ago
  20. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 17 years ago
  21. 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 17 years ago
  22. 94f243a Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
  23. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
  24. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  25. 8d66dcd #2695: Do case-insensitive check for algorithms. by Georg Brandl · 17 years ago
  26. 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  27. 99bb5f3 #2585: initialize code attribute of HTTPError. by Georg Brandl · 17 years ago
  28. 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
  29. 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 18 years ago
  30. 7070094 Fix the test_urllib2net failures that were caused by r58067. by Neal Norwitz · 18 years ago
  31. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
  32. f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
  33. ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 18 years ago
  34. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
  35. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  36. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  37. 8eea9ac Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
  38. 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
  39. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  40. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  41. 172e725 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
  42. ca90ca8 Minor corrections to docs, and an explanation comentary by Facundo Batista · 18 years ago
  43. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
  44. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 19 years ago
  45. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
  46. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
  47. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
  48. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
  49. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
  50. b678ce5 Little cleanup by Neal Norwitz · 19 years ago
  51. 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 19 years ago
  52. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
  53. 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 19 years ago
  54. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
  55. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
  56. 7fff58c Readd urllib.quote import as it doesn't cause any harm. by Georg Brandl · 19 years ago
  57. c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 by Georg Brandl · 19 years ago
  58. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
  59. 4eb521e bug #1462706: guard against host not having FQDN hostname by Georg Brandl · 19 years ago
  60. 8147275 Update version number to 2.5 by Georg Brandl · 19 years ago
  61. 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
  62. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
  63. ddb84d7 Bug #1353433: be conciliant with spaces in redirect URLs by Georg Brandl · 19 years ago
  64. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  65. b6be87f Whitespace normalization. by Tim Peters · 19 years ago
  66. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  67. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 20 years ago
  68. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  69. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 20 years ago
  70. a5a2088 Bug 1016563: Bug in urllib2 proxy auth by Georg Brandl · 20 years ago
  71. f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
  72. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
  73. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 20 years ago
  74. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 21 years ago
  75. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 21 years ago
  76. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 21 years ago
  77. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 21 years ago
  78. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  79. 33ad28b Use multi-line import by Andrew M. Kuchling · 21 years ago
  80. 9ca3f85 Whitespace normalization. by Tim Peters · 21 years ago
  81. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 21 years ago
  82. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 21 years ago
  83. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
  84. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 21 years ago
  85. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 21 years ago
  86. 08c08bb [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. by Andrew M. Kuchling · 21 years ago
  87. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 21 years ago
  88. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  89. c533c98 Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
  90. 8b3e871 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  91. 22ab06e Fix comment typo by Andrew M. Kuchling · 21 years ago
  92. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
  93. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 21 years ago
  94. 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 21 years ago
  95. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  96. 023518a Rewrite AbstractHTTPHandler to use modern httplib interface. by Jeremy Hylton · 22 years ago
  97. dce391c Remove __del__ methods to avoid creating uncollectable cyclic trash. by Jeremy Hylton · 22 years ago
  98. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 22 years ago
  99. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 22 years ago
  100. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago