1. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 8 years ago
  2. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 9 years ago
  3. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  4. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  5. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  6. a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 by Serhiy Storchaka · 11 years ago
  7. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  8. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  9. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
  10. f0b630b Added more tests for urllib utility functions. by Serhiy Storchaka · 10 years ago
  11. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  12. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  13. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  14. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 12 years ago
  15. f8d370e Add some tests in 2.7 for Issue #16250 by Senthil Kumaran · 13 years ago
  16. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
  17. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
  18. 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 14 years ago
  19. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 14 years ago
  20. b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago
  21. a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  22. 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 14 years ago
  23. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
  24. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
  25. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
  26. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  27. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  28. 880685f Reverting the checkin made in revision 82940, as it was adding new parameters to quote function in a bugfix release. by Senthil Kumaran · 15 years ago
  29. c7743aa Fix Issue9301 - urllib.quote(None) to raise TypeError by Senthil Kumaran · 15 years ago
  30. 5dba6df Fixing Issue1712522 - urllib.quote to support Unicode. The default by Senthil Kumaran · 15 years ago
  31. 34f9277 Merged revisions 79047 via svnmerge from by Senthil Kumaran · 15 years ago
  32. f3e9b2a Fix for Issue8135 - urllib.unquote to support mixed percent escapes by Senthil Kumaran · 15 years ago
  33. a241d0a Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
  34. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
  35. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  36. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  37. 7a2ee0b Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration by Senthil Kumaran · 16 years ago
  38. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  39. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  40. d3ffdb4 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox. by Senthil Kumaran · 16 years ago
  41. f125078 Fix for Issue7026. Making it self.env.unset by Senthil Kumaran · 16 years ago
  42. dc61ec3 That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. by Senthil Kumaran · 16 years ago
  43. 5a43e86 using dict.unset(k) instead of del dict[k]. consistent with release26-maint by Senthil Kumaran · 16 years ago
  44. 91abd6e Fix for issue7026 test_urllib: unsetting missing 'env' variable. by Senthil Kumaran · 16 years ago
  45. b52c6f8 Fixing Issue6557. urllib.urlopen will quote the space character within urls. by Senthil Kumaran · 16 years ago
  46. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  47. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  48. 536120e Merged revisions 71984 via svnmerge from by Walter Dörwald · 16 years ago
  49. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  50. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 16 years ago
  51. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  52. 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
  53. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 17 years ago
  54. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
  55. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  56. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  57. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  58. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  59. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  60. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
  61. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  62. 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 18 years ago
  63. d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 18 years ago
  64. e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 18 years ago
  65. b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 18 years ago
  66. 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 18 years ago
  67. 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 18 years ago
  68. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  69. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 18 years ago
  70. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 18 years ago
  71. ce2ab35 Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  72. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  73. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  74. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  75. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  76. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  77. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
  78. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  79. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  80. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  81. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 22 years ago
  82. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 22 years ago
  83. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 22 years ago
  84. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  85. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 25 years ago
  86. e78b92a added some tests for urlencode by Skip Montanaro · 25 years ago
  87. cc58363 urllib.py very recently changed to produce uppercase escapes, but no by Tim Peters · 25 years ago
  88. 1a8a53d test_urllib is failing on Windows. I don't know why, but I can at least by Tim Peters · 25 years ago
  89. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  90. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  91. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 25 years ago
  92. 6102e29 fixes bug #111951 by Jeremy Hylton · 25 years ago