1. 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
  2. 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
  3. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  4. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  5. 4d90b19 merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  6. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  7. 7496fef merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  8. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  9. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  10. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  11. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  12. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  13. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  14. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  15. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  16. b496159 merge from 3.2 by Senthil Kumaran · 13 years ago
  17. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  18. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  19. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  20. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  21. 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
  22. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  23. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  24. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  25. e6ead39 issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda by Senthil Kumaran · 13 years ago
  26. 2024acd issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda. by Senthil Kumaran · 13 years ago
  27. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  28. 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
  29. 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
  30. a4d5b0c Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 13 years ago
  31. e73b2bb Be more thorough in blanking out methods grabbed off of an fp. by Brett Cannon · 13 years ago
  32. 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
  33. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  34. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  35. 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
  36. 6153604 Remove lots of spaces within exception message. by Georg Brandl · 13 years ago
  37. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  38. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  39. 46c6fd6 Merged revisions 87448 via svnmerge from by R. David Murray · 14 years ago
  40. 25b8cca #4496: remove misleading comment and note that self.handlers is obsolete. by R. David Murray · 14 years ago
  41. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  42. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  43. 3396e86 Merged revisions 87329 via svnmerge from by Senthil Kumaran · 14 years ago
  44. dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 14 years ago
  45. ee25568 Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) by David Malcolm · 14 years ago
  46. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  47. d17ebdb Merged revisions 86676 via svnmerge from by Senthil Kumaran · 14 years ago
  48. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  49. 723a7a6 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 14 years ago
  50. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  51. 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 14 years ago
  52. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  53. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  54. 603ca41 Merged revisions 85025 via svnmerge from by Senthil Kumaran · 14 years ago
  55. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 14 years ago
  56. 0650938 Merged revisions 84323 via svnmerge from by Senthil Kumaran · 14 years ago
  57. 4bb5c27 Fix Issue8797 - Reset the basic auth retry count when response code is not 401. by Senthil Kumaran · 14 years ago
  58. cb39d6c Merged revisions 84210 via svnmerge from by Senthil Kumaran · 14 years ago
  59. 67a62a4 Fix Issue9639 - reset the retry count on successful auth. by Senthil Kumaran · 14 years ago
  60. 37ddbb8 Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from by Florent Xicluna · 14 years ago
  61. 82a3f8a Silence the BytesWarning, due to patch r83294 for #9301 by Florent Xicluna · 14 years ago
  62. 7a956cc Merged revisions 83901 via svnmerge from by Senthil Kumaran · 14 years ago
  63. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  64. 4c88db7 Merged revisions 83818 via svnmerge from by Senthil Kumaran · 14 years ago
  65. d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 14 years ago
  66. fe2f4ec Merged revisions 83729 via svnmerge from by Senthil Kumaran · 14 years ago
  67. 5626eec Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot. by Senthil Kumaran · 14 years ago
  68. 8801f7a Merged revisions 83701 via svnmerge from by Senthil Kumaran · 14 years ago
  69. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 14 years ago
  70. 745e86b Merged revisions 83238 via svnmerge from by Georg Brandl · 14 years ago
  71. afef78f Merged revisions 83415 via svnmerge from by Senthil Kumaran · 14 years ago
  72. de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 14 years ago
  73. c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 14 years ago
  74. d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 14 years ago
  75. 0a0fc07 #4108: the first default entry (User-agent: *) wins. by Georg Brandl · 14 years ago
  76. 42b0c2f Merged revisions 83209 via svnmerge from by Senthil Kumaran · 14 years ago
  77. 3f8ab96 Fix Issue6325 - robotparse to honor urls with query strings. by Senthil Kumaran · 14 years ago
  78. 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 14 years ago
  79. 1ea57a6 Merged revisions 82895 via svnmerge from by Senthil Kumaran · 14 years ago
  80. 04f31b8 Fix a mistake, https proxy shoud be https:// by Senthil Kumaran · 14 years ago
  81. 99f9bd1 Merged revisions 82890 via svnmerge from by Senthil Kumaran · 14 years ago
  82. e4004a6 Fix: Issue6853 - Get HTTPS system proxy in Windows. by Senthil Kumaran · 14 years ago
  83. a6c0319 Merged revisions 82881 via svnmerge from by Senthil Kumaran · 14 years ago
  84. aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 14 years ago
  85. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  86. 3402414 Merged revisions 82780 via svnmerge from by Senthil Kumaran · 14 years ago
  87. 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 14 years ago
  88. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 14 years ago
  89. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  90. 930049b Merged revisions 82326 via svnmerge from by Senthil Kumaran · 14 years ago
  91. 8749a63 Merged revisions 82324 via svnmerge from by Senthil Kumaran · 14 years ago
  92. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  93. ddb62e9 Merged revisions 82286 via svnmerge from by Ronald Oussoren · 14 years ago
  94. ab90f8e Merged revisions 82284 via svnmerge from by Ronald Oussoren · 14 years ago
  95. b4d1c2c Merged revisions 82068 via svnmerge from by Senthil Kumaran · 14 years ago
  96. 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 14 years ago
  97. efafdc7 Merged revisions 81638 via svnmerge from by Senthil Kumaran · 14 years ago
  98. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  99. 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 14 years ago
  100. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 14 years ago