1. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 11 years ago
  2. 94f2788 #17471: merge from 3.3 by Senthil Kumaran · 11 years ago
  3. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  4. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  5. 0085ce8 #17471 - merge from 3.3 by Senthil Kumaran · 11 years ago
  6. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  7. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  8. e9853da Refactor test_urllib2. Include test_HTTPError_interface under MiscTests by Senthil Kumaran · 11 years ago
  9. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 11 years ago
  10. 80512de Skip a test unless the network resource is available. by Brett Cannon · 12 years ago
  11. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  12. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  13. fd43b4d replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  14. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  15. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  16. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  17. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  18. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 12 years ago
  19. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  20. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  21. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  22. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  23. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  24. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  25. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  26. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  27. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 12 years ago
  28. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  29. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  30. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  31. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  32. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  33. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  34. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  35. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  36. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  37. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  38. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  39. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  40. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  41. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  42. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  43. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  44. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  45. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  46. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  47. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  48. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  49. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  50. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 13 years ago
  51. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 13 years ago
  52. ba3a978 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 13 years ago
  53. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  54. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 13 years ago
  55. ecb6e81 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  56. d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 14 years ago
  57. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  58. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  59. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  60. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  61. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  62. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  63. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  64. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  65. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  66. 4c88db7 Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  67. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  68. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  69. 3402414 Merged revisions 82780 via svnmerge from by Senthil Kumaran · 14 years ago
  70. 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 14 years ago
  71. efafdc7 Merged revisions 81638 via svnmerge from by Senthil Kumaran · 14 years ago
  72. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  73. 5196477 Merged revisions 80955 via svnmerge from by Senthil Kumaran · 14 years ago
  74. 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 14 years ago
  75. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  76. 056c060 Reverting the change made in r78434 by Senthil Kumaran · 14 years ago
  77. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 14 years ago
  78. 73ad434 Merged revisions 78433 via svnmerge from by Senthil Kumaran · 14 years ago
  79. 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 14 years ago
  80. efcd883 Merged revisions 78426 via svnmerge from by Senthil Kumaran · 14 years ago
  81. ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 14 years ago
  82. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  83. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  84. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  85. 673d7e9 Merged revisions 77414 via svnmerge from by Senthil Kumaran · 15 years ago
  86. d587e30 Merged revisions 77411 via svnmerge from by Senthil Kumaran · 15 years ago
  87. 794921a Merged revisions 77016 via svnmerge from by Benjamin Peterson · 15 years ago
  88. 3d5b8db Merged revisions 77014 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  90. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  91. 1130163 Merged revisions 75334 via svnmerge from by Senthil Kumaran · 15 years ago
  92. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 15 years ago
  93. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  94. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  95. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  96. e9da06f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  97. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  98. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  99. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  100. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago