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. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  4. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  5. b5a67de Closes issue26960. by Senthil Kumaran · 9 years ago
  6. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  7. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  8. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
  9. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  10. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 10 years ago
  11. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 11 years ago
  12. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  13. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 12 years ago
  14. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 12 years ago
  15. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 12 years ago
  16. 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 12 years ago
  17. 4c59211 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
  18. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
  19. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
  20. f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  21. 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 14 years ago
  22. ef651ac whitespace fix. by Senthil Kumaran · 14 years ago
  23. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 14 years ago
  24. 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
  25. a620fac Fix typo in dbf1e1a27427 that was causing some buildbots to fail. by Nadeem Vawda · 14 years ago
  26. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  27. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
  28. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
  29. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
  30. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
  31. 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  32. 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 14 years ago
  33. 0b7cac1 Merged revisions 86676 via svnmerge from by Senthil Kumaran · 15 years ago
  34. 9fce551 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 15 years ago
  35. 6980342 Rolled back revisions 81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
  36. 1c24592 Merged revisions 81053,81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
  37. 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
  38. c7743aa Fix Issue9301 - urllib.quote(None) to raise TypeError by Senthil Kumaran · 15 years ago
  39. 5dba6df Fixing Issue1712522 - urllib.quote to support Unicode. The default by Senthil Kumaran · 15 years ago
  40. 73ae8dd Merged revisions 82897 via svnmerge from by Senthil Kumaran · 15 years ago
  41. 0fdd385 Merged revisions 82895 via svnmerge from by Senthil Kumaran · 15 years ago
  42. 7a4e837 Merged revisions 82892 via svnmerge from by Senthil Kumaran · 15 years ago
  43. 836a2bb Merged revisions 82890 via svnmerge from by Senthil Kumaran · 15 years ago
  44. 68f74ba Merged revisions 82284 via svnmerge from by Ronald Oussoren · 15 years ago
  45. b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 15 years ago
  46. bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
  47. af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
  48. e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
  49. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  50. fcfd25b Merged revisions 80675 via svnmerge from by Senthil Kumaran · 15 years ago
  51. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
  52. 34f9277 Merged revisions 79047 via svnmerge from by Senthil Kumaran · 15 years ago
  53. f3e9b2a Fix for Issue8135 - urllib.unquote to support mixed percent escapes by Senthil Kumaran · 15 years ago
  54. a241d0a Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
  55. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
  56. 708c487 Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge from by Georg Brandl · 15 years ago
  57. 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 16 years ago
  58. 48e65f5 Fix duplicate import. by Georg Brandl · 16 years ago
  59. ca173e2 Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. by Antoine Pitrou · 16 years ago
  60. 0299d0d actually close files by Philip Jenvey · 16 years ago
  61. c1bde6e Merged revisions 75482 via svnmerge from by Ronald Oussoren · 16 years ago
  62. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  63. 78974df Merged revisions 74964 via svnmerge from by Ronald Oussoren · 16 years ago
  64. 809073b Followup for r74962 by Ronald Oussoren · 16 years ago
  65. 40617a8 Merged revisions 74962 via svnmerge from by Ronald Oussoren · 16 years ago
  66. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 16 years ago
  67. b52c6f8 Fixing Issue6557. urllib.urlopen will quote the space character within urls. by Senthil Kumaran · 16 years ago
  68. 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
  69. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 16 years ago
  70. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  71. 373498f Merged revisions 70521 via svnmerge from by Benjamin Peterson · 16 years ago
  72. b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
  73. 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 17 years ago
  74. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
  75. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  76. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  77. 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 17 years ago
  78. 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
  79. d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 18 years ago
  80. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 18 years ago
  81. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  82. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  83. 9b91567 #1177: accept 2xx responses for https too, not only http. by Georg Brandl · 18 years ago
  84. a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 18 years ago
  85. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  86. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  87. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  88. ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
  89. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  90. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  91. 98d1a4d Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
  92. 071d1ae Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
  93. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
  94. 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
  95. 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
  96. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
  97. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
  98. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
  99. 44a118a Patch #1470976: don't NLST files when retrieving over FTP. by Georg Brandl · 19 years ago
  100. c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago