1. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 10 years ago
  2. 2b7ccbd merge from 3.4 by Senthil Kumaran · 10 years ago
  3. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  4. e2953e5 merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  5. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  6. 39e6c07 merge from 3.4 by Senthil Kumaran · 10 years ago
  7. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  8. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  9. 284a4a1 Merge 3.4 by Senthil Kumaran · 10 years ago
  10. bc07ac5 Fix localhost checking in FileHandler. Raised in #21970. by Senthil Kumaran · 10 years ago
  11. edb07d2 merge 3.4 (#21463) by Benjamin Peterson · 10 years ago
  12. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  13. 38acd4c Issue 21469: Minor code modernization (convert and/or expression to an if/else expression). by Raymond Hettinger · 11 years ago
  14. 122541b Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 11 years ago
  15. 6117e5d urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) by Senthil Kumaran · 11 years ago
  16. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 11 years ago
  17. 78c8538 fix typo by Benjamin Peterson · 11 years ago
  18. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 11 years ago
  19. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 11 years ago
  20. 5d83d1a Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  21. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 11 years ago
  22. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  23. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  24. aae6a1d Issue #18978: A more elegant technique for resolving the method by Jason R. Coombs · 11 years ago
  25. 7dc4f4b Issue #18978: Allow Request.method to be defined at the class level. by Jason R. Coombs · 11 years ago
  26. d80f7be merge from 3.3 by Senthil Kumaran · 11 years ago
  27. 324ae385 Improve urlencode docstring. Patch by Brian Brazil. by Senthil Kumaran · 11 years ago
  28. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  29. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  30. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  31. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  32. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  33. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  34. 5ccf2ff merge from 3.3 by Senthil Kumaran · 11 years ago
  35. 88249b8 merge from 3.3 by Senthil Kumaran · 11 years ago
  36. e9ec2e1 merge from 3.3 by Senthil Kumaran · 11 years ago
  37. 6b3026c merge from 3.3 by Senthil Kumaran · 11 years ago
  38. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  39. fa6bdc6 merge 3.3 by Benjamin Peterson · 12 years ago
  40. 901a278 use correct format code for exceptions by Benjamin Peterson · 12 years ago
  41. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 12 years ago
  42. 56b0a3d Remove redundant imports by Raymond Hettinger · 12 years ago
  43. 4a2ab12 Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request by Senthil Kumaran · 12 years ago
  44. c616604 Merge: Use repr when printing unknown url type in urlopen. by R David Murray · 12 years ago
  45. d8a4696 Use repr when printing unknown url type in urlopen. by R David Murray · 12 years ago
  46. 9a8d693 Issue #17483: remove unreachable code in urlopen(). by Antoine Pitrou · 12 years ago
  47. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 12 years ago
  48. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 12 years ago
  49. c12956d Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  50. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  51. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  52. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  53. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  54. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  55. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  56. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  57. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  58. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  59. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  60. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  61. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  62. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 12 years ago
  63. df204be Issue #16423: urllib.request now has support for ``data:`` URLs. by Antoine Pitrou · 12 years ago
  64. b696610 Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  65. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  66. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  67. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  68. 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
  69. 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 12 years ago
  70. f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 12 years ago
  71. bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 12 years ago
  72. 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  73. b0cc912 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  74. 89e9285 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  75. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 12 years ago
  76. a61b09f Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 12 years ago
  77. 612a815 revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  78. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  79. 25bfb52 issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973) by Senthil Kumaran · 12 years ago
  80. 45ce4dc issue 14826 - Address the buildbot failure ( explanation msg164973) by Senthil Kumaran · 12 years ago
  81. 540715a Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  82. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  83. a1632e6 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  84. eda29f4 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  85. 496660c Partial backport of 612f34e31270: fix spacing error in exception message. by Georg Brandl · 12 years ago
  86. fcbdbf2 urllib.request: fix spacing errors in exception/warning messages. by Georg Brandl · 12 years ago
  87. 4322c17 Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  88. ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  89. 4715ca5 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  90. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  91. ed1183d #14072: merge with 3.2. by Ezio Melotti · 12 years ago
  92. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  93. 15e848b Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  94. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  95. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  96. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
  97. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
  98. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
  99. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
  100. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago