1. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  2. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  3. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 12 years ago
  4. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  5. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  6. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  7. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  8. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  9. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  10. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  11. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  12. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  13. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  14. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  15. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  16. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  17. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  18. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  19. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  20. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  21. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  22. 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
  23. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  24. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  25. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  26. 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
  27. 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
  28. 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
  29. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  30. 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
  31. ecb6e81 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  32. d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 14 years ago
  33. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  34. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  35. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  36. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  37. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  38. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  39. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  40. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  41. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  42. 4c88db7 Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  43. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  44. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  45. 3402414 Merged revisions 82780 via svnmerge from by Senthil Kumaran · 14 years ago
  46. 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 14 years ago
  47. efafdc7 Merged revisions 81638 via svnmerge from by Senthil Kumaran · 14 years ago
  48. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  49. 5196477 Merged revisions 80955 via svnmerge from by Senthil Kumaran · 14 years ago
  50. 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 14 years ago
  51. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  52. 056c060 Reverting the change made in r78434 by Senthil Kumaran · 14 years ago
  53. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 14 years ago
  54. 73ad434 Merged revisions 78433 via svnmerge from by Senthil Kumaran · 14 years ago
  55. 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 14 years ago
  56. efcd883 Merged revisions 78426 via svnmerge from by Senthil Kumaran · 14 years ago
  57. ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 14 years ago
  58. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  59. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  60. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  61. 673d7e9 Merged revisions 77414 via svnmerge from by Senthil Kumaran · 15 years ago
  62. d587e30 Merged revisions 77411 via svnmerge from by Senthil Kumaran · 15 years ago
  63. 794921a Merged revisions 77016 via svnmerge from by Benjamin Peterson · 15 years ago
  64. 3d5b8db Merged revisions 77014 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  66. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  67. 1130163 Merged revisions 75334 via svnmerge from by Senthil Kumaran · 15 years ago
  68. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 15 years ago
  69. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  70. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  71. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  72. e9da06f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  73. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  74. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  75. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  76. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  77. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  79. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  80. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  81. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  82. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  83. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  84. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  85. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  86. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  87. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  88. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  89. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  90. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  91. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 17 years ago
  92. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  93. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  94. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  95. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  96. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  97. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  98. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  99. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  100. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago