1. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  2. 419e384 Use unittest specific methods for some urllib test cases. And replace urllib2 with urllib.request in comments. by Florent Xicluna · 14 years ago
  3. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  4. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  5. 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 14 years ago
  6. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  7. 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 14 years ago
  8. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  9. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 14 years ago
  10. 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 15 years ago
  11. ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 15 years ago
  12. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  13. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  14. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  15. d587e30 Merged revisions 77411 via svnmerge from by Senthil Kumaran · 15 years ago
  16. 3d5b8db Merged revisions 77014 via svnmerge from by Benjamin Peterson · 15 years ago
  17. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  18. 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 15 years ago
  19. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  20. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  21. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  22. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  23. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  24. 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
  25. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  26. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  27. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  28. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  29. 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
  30. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 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
  33. 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
  34. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  35. 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 · 17 years ago
  36. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  37. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  38. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 17 years ago
  39. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  40. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  41. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  42. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  43. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  44. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  45. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  46. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  47. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  48. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  49. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  50. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  51. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  52. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  53. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  54. 2a0c780 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  55. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
  56. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  57. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 19 years ago
  58. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  59. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  60. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  61. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  62. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  63. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  64. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 20 years ago
  65. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  66. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  67. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
  68. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  69. e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 21 years ago
  70. df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 21 years ago
  71. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  72. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  73. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  74. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  75. 535c524 A quick hack to make the test pass on the Mac (similar to the quick hack by Jack Jansen · 23 years ago
  76. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago
  77. 3a2ab1a Whitespace normalization. by Tim Peters · 23 years ago
  78. e3e6104 Trivial tests of urllib2 for recent SF bug by Jeremy Hylton · 23 years ago