1. 5a638a8 [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) by Abhilash Raj · 4 years, 9 months ago
  2. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 4 years, 10 months ago
  3. 6d7a786 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Miss Islington (bot) · 4 years, 11 months ago
  4. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  5. fd0cd07 Remove Invalid comment in test_urllib2.py (#1020) by Senthil Kumaran · 7 years ago
  6. 1f5425f Add helpful explaination to test_password_manager tests. (#936) by Senthil Kumaran · 7 years ago
  7. ed3dd1c Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) by Senthil Kumaran · 7 years ago
  8. e6911a4 Remove an unrequired TODO in test_urllib2. (#897) by Senthil Kumaran · 7 years ago
  9. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  10. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  11. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  12. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  13. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  14. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  15. 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 9 years ago
  16. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  17. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  18. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  19. 0e992b3 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  20. 5106d04 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  21. c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
  22. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  23. bc07ac5 Fix localhost checking in FileHandler. Raised in #21970. by Senthil Kumaran · 10 years ago
  24. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 10 years ago
  25. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  26. e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 10 years ago
  27. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 10 years ago
  28. d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 10 years ago
  29. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 10 years ago
  30. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  31. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  32. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  33. 0b5463f Fix typo by Senthil Kumaran · 11 years ago
  34. 4a65242 Issue #18978: Add tests to capture expected behavior for class-level method overrides. by Jason R. Coombs · 11 years ago
  35. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  36. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 11 years ago
  37. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 11 years ago
  38. fa1b02a #17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion. by Senthil Kumaran · 11 years ago
  39. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 11 years ago
  40. 94f2788 #17471: merge from 3.3 by Senthil Kumaran · 11 years ago
  41. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  42. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  43. 0085ce8 #17471 - merge from 3.3 by Senthil Kumaran · 11 years ago
  44. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  45. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  46. e9853da Refactor test_urllib2. Include test_HTTPError_interface under MiscTests by Senthil Kumaran · 11 years ago
  47. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 11 years ago
  48. 80512de Skip a test unless the network resource is available. by Brett Cannon · 11 years ago
  49. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  50. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  51. fd43b4d replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  52. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  53. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  54. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  55. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  56. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 12 years ago
  57. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  58. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  59. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  60. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  61. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  62. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  63. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  64. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  65. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 12 years ago
  66. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  67. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  68. 239a042 merge from 3.2 by Senthil Kumaran · 13 years ago
  69. 9c3895f Corrected order of parameters to HTTPError in test_urllib2.py. by Jason R. Coombs · 13 years ago
  70. 7ff21d7 Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555. by Jason R. Coombs · 13 years ago
  71. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  72. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  73. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  74. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  75. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  76. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  77. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  78. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  79. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  80. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  81. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  82. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  83. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  84. 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
  85. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  86. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  87. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  88. 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
  89. 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
  90. 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
  91. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  92. 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
  93. ecb6e81 Merged revisions 87895 via svnmerge from by Benjamin Peterson · 14 years ago
  94. d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 14 years ago
  95. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  96. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  97. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  98. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  99. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  100. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago