summaryrefslogtreecommitdiffstats
path: root/Lib/urllib
Commit message (Expand)AuthorAgeFilesLines
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-5/+19
* Fix some mistakes- Issue3243 (r87399) Correcting the operator precendenceSenthil Kumaran2010-12-241-1/+1
* #4496: remove misleading comment and note that self.handlers is obsolete.R. David Murray2010-12-231-3/+2
* #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2Georg Brandl2010-12-191-1/+0
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-2/+12
* Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-171-7/+2
* Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)David Malcolm2010-12-021-1/+1
* Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-301-55/+208
* Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-222-2/+7
* Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-182-3/+3
* Fix issue10192 - add urlencode to urllib.parse.__all__Senthil Kumaran2010-10-251-2/+2
* Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-3/+3
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-7/+32
* Fix Issue1595365 - Adding the req.headers after the un-redirect headers haveSenthil Kumaran2010-09-271-2/+4
* Fix Issue8797 - Reset the basic auth retry count when response code is not 401.Senthil Kumaran2010-08-261-1/+4
* Fix Issue9639 - reset the retry count on successful auth.Senthil Kumaran2010-08-191-2/+9
* Silence the BytesWarning, due to patch r83294 for #9301Florent Xicluna2010-08-141-1/+3
* Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-091-4/+4
* Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-081-1/+2
* Sending the auth info as string. Fix BytesWarning: str() on a bytes instance ...Senthil Kumaran2010-08-041-2/+2
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-5/+6
* Fix Issue8123 - TypeError in urllib when trying to use HTTP authenticationSenthil Kumaran2010-08-011-2/+2
* Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-311-1/+1
* Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-301-6/+2
* #4108: the first default entry (User-agent: *) wins.Georg Brandl2010-07-291-2/+4
* Fix Issue6325 - robotparse to honor urls with query strings.Senthil Kumaran2010-07-281-2/+4
* Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-191-0/+4
* Fix a mistake, https proxy shoud be https://Senthil Kumaran2010-07-141-1/+1
* Fix: Issue6853 - Get HTTPS system proxy in Windows.Senthil Kumaran2010-07-141-0/+1
* Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-64/+0
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-111-1/+2
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-8/+30
* Merged revisions 82324 via svnmerge fromSenthil Kumaran2010-06-281-0/+5
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-7/+8
* Merged revisions 82284 via svnmerge fromRonald Oussoren2010-06-271-2/+7
* Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-181-2/+10
* Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-0/+9
* Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1
* Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...Florent Xicluna2010-05-171-40/+53
* Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* Merged revisions 81130 via svnmerge fromSenthil Kumaran2010-05-131-1/+1
* Fix test_urllib2 failure on OS X.Mark Dickinson2010-05-091-1/+1
* Merged revisions 80957 via svnmerge fromSenthil Kumaran2010-05-081-5/+8
* Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-3/+1
* Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-1/+1
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-8/+6
* Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-201-6/+8
* For for issue #7154: Port the code that usesRonald Oussoren2010-04-181-27/+65
* Merged revisions 80146 via svnmerge fromSenthil Kumaran2010-04-171-2/+24