1. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  2. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  3. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  4. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  5. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  6. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  7. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  8. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  9. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  10. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  11. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  12. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  13. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  14. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  15. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  16. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  17. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  18. 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
  19. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  20. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  21. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  22. 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
  23. 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
  24. 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
  25. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  26. 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
  27. ecb6e81 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  28. d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 14 years ago
  29. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  30. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  31. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  32. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  33. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  34. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  35. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  36. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  37. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  38. 4c88db7 Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  39. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  40. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  41. 3402414 Merged revisions 82780 via svnmerge from by Senthil Kumaran · 14 years ago
  42. 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 14 years ago
  43. efafdc7 Merged revisions 81638 via svnmerge from by Senthil Kumaran · 14 years ago
  44. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  45. 5196477 Merged revisions 80955 via svnmerge from by Senthil Kumaran · 14 years ago
  46. 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 14 years ago
  47. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  48. 056c060 Reverting the change made in r78434 by Senthil Kumaran · 14 years ago
  49. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 14 years ago
  50. 73ad434 Merged revisions 78433 via svnmerge from by Senthil Kumaran · 14 years ago
  51. 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 14 years ago
  52. efcd883 Merged revisions 78426 via svnmerge from by Senthil Kumaran · 14 years ago
  53. ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 14 years ago
  54. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  55. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 14 years ago
  56. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  57. 673d7e9 Merged revisions 77414 via svnmerge from by Senthil Kumaran · 15 years ago
  58. d587e30 Merged revisions 77411 via svnmerge from by Senthil Kumaran · 15 years ago
  59. 794921a Merged revisions 77016 via svnmerge from by Benjamin Peterson · 15 years ago
  60. 3d5b8db Merged revisions 77014 via svnmerge from by Benjamin Peterson · 15 years ago
  61. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  62. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  63. 1130163 Merged revisions 75334 via svnmerge from by Senthil Kumaran · 15 years ago
  64. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 15 years ago
  65. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  66. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  67. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  68. e9da06f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  69. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  70. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  71. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  72. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  73. 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
  74. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  75. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  76. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  77. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  78. 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
  79. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  80. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  81. 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
  82. 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
  83. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  84. 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
  85. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  86. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  87. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 17 years ago
  88. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  89. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  90. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  91. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  92. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  93. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  94. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  95. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  96. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  97. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  98. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  99. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  100. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago