1. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  2. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  3. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
  4. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
  5. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 18 years ago
  6. b678ce5 Little cleanup by Neal Norwitz · 18 years ago
  7. 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 18 years ago
  8. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 18 years ago
  9. 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 18 years ago
  10. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 18 years ago
  11. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 18 years ago
  12. 7fff58c Readd urllib.quote import as it doesn't cause any harm. by Georg Brandl · 18 years ago
  13. c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 by Georg Brandl · 18 years ago
  14. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 18 years ago
  15. 4eb521e bug #1462706: guard against host not having FQDN hostname by Georg Brandl · 18 years ago
  16. 8147275 Update version number to 2.5 by Georg Brandl · 18 years ago
  17. 80bb2bb Revert r43399. by Georg Brandl · 18 years ago
  18. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 18 years ago
  19. ddb84d7 Bug #1353433: be conciliant with spaces in redirect URLs by Georg Brandl · 18 years ago
  20. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  21. b6be87f Whitespace normalization. by Tim Peters · 18 years ago
  22. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 18 years ago
  23. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 19 years ago
  24. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  25. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 19 years ago
  26. a5a2088 Bug 1016563: Bug in urllib2 proxy auth by Georg Brandl · 19 years ago
  27. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  28. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  29. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  30. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  31. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 20 years ago
  32. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 20 years ago
  33. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  34. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  35. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  36. 9ca3f85 Whitespace normalization. by Tim Peters · 20 years ago
  37. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  38. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 20 years ago
  39. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  40. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  41. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 20 years ago
  42. 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 · 20 years ago
  43. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 20 years ago
  44. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  45. c533c98 Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 20 years ago
  46. 8b3e871 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 20 years ago
  47. 22ab06e Fix comment typo by Andrew M. Kuchling · 20 years ago
  48. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 20 years ago
  49. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 21 years ago
  50. 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 21 years ago
  51. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  52. 023518a Rewrite AbstractHTTPHandler to use modern httplib interface. by Jeremy Hylton · 21 years ago
  53. dce391c Remove __del__ methods to avoid creating uncollectable cyclic trash. by Jeremy Hylton · 21 years ago
  54. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  55. fcefd0d Apply patch 823328 -- support for rfc 2617 digestion authentication. by Jeremy Hylton · 21 years ago
  56. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  57. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  58. 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  59. aefae55 Fix wrong header name. The framework looks for auth_header. by Jeremy Hylton · 21 years ago
  60. 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
  61. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  62. e3b67bc Patch #754340: Fix typo in redirect_request. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  63. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  64. 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
  65. df0d87a To be on the safe side, backed out any questionable iteritem changes and set back to item calls. by Brett Cannon · 21 years ago
  66. c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
  67. 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
  68. 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
  69. 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 21 years ago
  70. f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 21 years ago
  71. 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 21 years ago
  72. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  73. aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
  74. e190663 Typo in docstring by Jeremy Hylton · 22 years ago
  75. 96f1129 Fix for SF bug #599836: Don't duplicate headers. by Jeremy Hylton · 22 years ago
  76. 853ddd5 SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42) by Neal Norwitz · 22 years ago
  77. a87a521 Remove ugly irregular spaces from in front of some comments. by Fred Drake · 22 years ago
  78. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  79. 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
  80. 40bbae3 Fix HTTPError __init__ for cases where fp is None. by Jeremy Hylton · 22 years ago
  81. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  82. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  83. 3704644 Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- by Michael W. Hudson · 22 years ago
  84. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  85. 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 22 years ago
  86. 2e250b4 Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers by Greg Ward · 23 years ago
  87. 52a17be Fix SF bug 468948 & 451295: urllib2 authentication problems by Jeremy Hylton · 23 years ago
  88. d5214b0 Clean up one comment, fix typos in others. by Fred Drake · 23 years ago
  89. 8b78b99 Fix [ #465502 ] urllib2: urlopen unicode problem by Jeremy Hylton · 23 years ago
  90. 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
  91. 833a8d8 SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like by Guido van Rossum · 23 years ago
  92. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  93. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  94. 54e99e8 Fix SF bug [ #447370 ] typo in urllib2.py by Jeremy Hylton · 23 years ago
  95. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  96. ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
  97. 78cae61 Raise useful exception when called with URL for which request type by Jeremy Hylton · 23 years ago
  98. 2d996c0 Fix typo (missing "req." prefix on error_302_dict) found by Neil by Guido van Rossum · 23 years ago
  99. 7667680 Idiotic braino caused HTTP openers to ignore proxies. This fixes 413135 by Moshe Zadka · 23 years ago
  100. d3f193f * Fixing the password-proxy bug by Moshe Zadka · 23 years ago