1. 9d37ae0 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Miss Islington (bot) · 5 years ago
  2. 0c2b6a3 bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) by Victor Stinner · 5 years ago
  3. 2725cb0 bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476) by Berker Peksag · 5 years ago
  4. c661b30 bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389) by Xtreak · 5 years ago
  5. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 5 years ago
  6. 2fc936e bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032) by Xtreak · 5 years ago
  7. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 5 years ago
  8. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 5 years ago
  9. efbd4ea Minor spell fix and formatting fixes in urllib tests. (#959) by Senthil Kumaran · 7 years ago
  10. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 7 years ago
  11. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 8 years ago
  12. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  13. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  14. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  15. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  16. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  17. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  18. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  19. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  20. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  21. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  22. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  23. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  24. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  25. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  26. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  27. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  28. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  29. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  30. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  31. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  32. f49581c normalize whitespace by Senthil Kumaran · 11 years ago
  33. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 11 years ago
  34. 8b081b7 merge from 3.3 by Senthil Kumaran · 11 years ago
  35. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 11 years ago
  36. d8bc0a3 Merge DeprecationWarnings silencing in test_urllib from 3.3. by Ezio Melotti · 11 years ago
  37. 79b99db Silence DeprecationWarnings in test_urllib. by Ezio Melotti · 11 years ago
  38. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  39. df204be Issue #16423: urllib.request now has support for ``data:`` URLs. by Antoine Pitrou · 12 years ago
  40. 601c059 Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  41. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  42. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  43. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  44. bf644c5 Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking by Senthil Kumaran · 12 years ago
  45. 3194d7c Fix issue16300: addressing the buildbot failures on windows by Senthil Kumaran · 12 years ago
  46. c3633b6 skip the file localhost test on windows. Fix it on branch and modify the test by Senthil Kumaran · 12 years ago
  47. 3a81580 Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  48. 40d8078 Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy by Senthil Kumaran · 12 years ago
  49. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  50. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  51. 612a815 revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  52. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  53. 540715a Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  54. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  55. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  56. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  57. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  58. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  59. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  60. 3242577 merge from 3.2 by Senthil Kumaran · 13 years ago
  61. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  62. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  63. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  64. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 8 years ago
  65. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  66. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  67. 07df655 Fix test_urllib without the ssl module by Antoine Pitrou · 10 years ago
  68. a5c85b3 Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) by Senthil Kumaran · 10 years ago
  69. 9145302 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  70. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  71. ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  72. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  73. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  74. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  75. 55a190f merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  76. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  77. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  78. 0c81089 merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  79. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  80. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  81. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  82. 99e97f9 merge from 3.2. by Senthil Kumaran · 13 years ago
  83. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  84. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  85. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  86. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  87. 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
  88. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  89. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  90. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  91. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 13 years ago
  92. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  93. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  94. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  95. 833d912 closes issue11609. buildbot related failures in the test_urllibnet. by Senthil Kumaran · 13 years ago
  96. a4d5b0c Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  97. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  98. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  99. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  100. f8827ae Merged revisions 85489-85490 via svnmerge from by Antoine Pitrou · 14 years ago