| Commit message (Expand) | Author | Age | Files | Lines |
* | Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() | Victor Stinner | 2011-01-14 | 1 | -5/+19 |
|
|
* | Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence | Senthil Kumaran | 2010-12-24 | 1 | -1/+1 |
|
|
* | #4496: remove misleading comment and note that self.handlers is obsolete. | R. David Murray | 2010-12-23 | 1 | -3/+2 |
|
|
* | #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2 | Georg Brandl | 2010-12-19 | 1 | -1/+0 |
|
|
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji... | Senthil Kumaran | 2010-12-19 | 1 | -2/+12 |
|
|
* | Fix Issue9721 - urljoin behavior when the relative url starts with ';' | Senthil Kumaran | 2010-12-17 | 1 | -7/+2 |
|
|
* | Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) | David Malcolm | 2010-12-02 | 1 | -1/+1 |
|
|
* | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences... | Nick Coghlan | 2010-11-30 | 1 | -55/+208 |
|
|
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not | Senthil Kumaran | 2010-11-22 | 2 | -2/+7 |
|
|
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch... | Senthil Kumaran | 2010-11-18 | 2 | -3/+3 |
|
|
* | Fix issue10192 - add urlencode to urllib.parse.__all__ | Senthil Kumaran | 2010-10-25 | 1 | -2/+2 |
|
|
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol | Senthil Kumaran | 2010-10-14 | 1 | -3/+3 |
|
|
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -7/+32 |
|
|
* | Fix Issue1595365 - Adding the req.headers after the un-redirect headers have | Senthil Kumaran | 2010-09-27 | 1 | -2/+4 |
|
|
* | Fix Issue8797 - Reset the basic auth retry count when response code is not 401. | Senthil Kumaran | 2010-08-26 | 1 | -1/+4 |
|
|
* | Fix Issue9639 - reset the retry count on successful auth. | Senthil Kumaran | 2010-08-19 | 1 | -2/+9 |
|
|
* | Silence the BytesWarning, due to patch r83294 for #9301 | Florent Xicluna | 2010-08-14 | 1 | -1/+3 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -4/+4 |
|
|
* | Fix Issue8280 - urllib2's Request method will remove fragements in the url. | Senthil Kumaran | 2010-08-08 | 1 | -1/+2 |
|
|
* | Sending the auth info as string. Fix BytesWarning: str() on a bytes instance ... | Senthil Kumaran | 2010-08-04 | 1 | -2/+2 |
|
|
* | Fix Issue754016 - urlparse goes wrong with IP:port without scheme | Senthil Kumaran | 2010-08-04 | 1 | -5/+6 |
|
|
* | Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication | Senthil Kumaran | 2010-08-01 | 1 | -2/+2 |
|
|
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. | Florent Xicluna | 2010-07-31 | 1 | -1/+1 |
|
|
* | Fix issue9301 - handle unquote({}) kind of case. | Senthil Kumaran | 2010-07-30 | 1 | -6/+2 |
|
|
* | #4108: the first default entry (User-agent: *) wins. | Georg Brandl | 2010-07-29 | 1 | -2/+4 |
|
|
* | Fix Issue6325 - robotparse to honor urls with query strings. | Senthil Kumaran | 2010-07-28 | 1 | -2/+4 |
|
|
* | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f... | Senthil Kumaran | 2010-07-19 | 1 | -0/+4 |
|
|
* | Fix a mistake, https proxy shoud be https:// | Senthil Kumaran | 2010-07-14 | 1 | -1/+1 |
|
|
* | Fix: Issue6853 - Get HTTPS system proxy in Windows. | Senthil Kumaran | 2010-07-14 | 1 | -0/+1 |
|
|
* | Fix Issue5842 - Moving the tests out of urllib.parse module | Senthil Kumaran | 2010-07-14 | 1 | -64/+0 |
|
|
* | Stricter verification for file based url scheme and reliance on ftp protocol. | Senthil Kumaran | 2010-07-11 | 1 | -1/+2 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -8/+30 |
|
|
* | Merged revisions 82324 via svnmerge from | Senthil Kumaran | 2010-06-28 | 1 | -0/+5 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -7/+8 |
|
|
* | Merged revisions 82284 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
|
|
* | Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori... | Senthil Kumaran | 2010-06-18 | 1 | -2/+10 |
|
|
* | Merged revisions 81636 via svnmerge from | Senthil Kumaran | 2010-06-01 | 1 | -0/+9 |
|
|
* | Inadvertently removed part of the comment in r81271. | Florent Xicluna | 2010-05-17 | 1 | -1/+1 |
|
|
* | Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq... | Florent Xicluna | 2010-05-17 | 1 | -40/+53 |
|
|
* | Merged revision 81259 via svnmerge from | Florent Xicluna | 2010-05-17 | 1 | -1/+1 |
|
|
* | Merged revisions 81130 via svnmerge from | Senthil Kumaran | 2010-05-13 | 1 | -1/+1 |
|
|
* | Fix test_urllib2 failure on OS X. | Mark Dickinson | 2010-05-09 | 1 | -1/+1 |
|
|
* | Merged revisions 80957 via svnmerge from | Senthil Kumaran | 2010-05-08 | 1 | -5/+8 |
|
|
* | Merged revisions 80953 via svnmerge from | Senthil Kumaran | 2010-05-08 | 1 | -1/+2 |
|
|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -3/+1 |
|
|
* | Merged revisions 80675 via svnmerge from | Senthil Kumaran | 2010-05-01 | 1 | -1/+1 |
|
|
* | Merged revisions 80362 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -8/+6 |
|
|
* | Merged revisions 80277 via svnmerge from | Senthil Kumaran | 2010-04-20 | 1 | -6/+8 |
|
|
* | For for issue #7154: Port the code that uses | Ronald Oussoren | 2010-04-18 | 1 | -27/+65 |
|
|
* | Merged revisions 80146 via svnmerge from | Senthil Kumaran | 2010-04-17 | 1 | -2/+24 |
|
|