summaryrefslogtreecommitdiffstatshomepage
path: root/Lib/urllib/parse.py
Commit message (Expand)AuthorAge
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291)Victor Stinner2017-07-12
* #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-24
* Issue #20879: Delay the initialization of encoding and decoding tables forVictor Stinner2014-03-17
* Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-18
|\
| * Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-18
* | merge from 3.3Senthil Kumaran2013-09-05
|\|
| * Improve urlencode docstring. Patch by Brian Brazil.Senthil Kumaran2013-09-05
* | Remove redundant importsRaymond Hettinger2013-04-06
|/
* Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-14
* Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-24
* Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-24
* urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-29
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-26
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-24
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-19
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-19
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-03
* merge from 3.1Senthil Kumaran2011-04-15
|\
| * Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-15
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-25
| * Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-17
| * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-22
| * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-18
| * Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge fromFlorent Xicluna2010-08-14
| * Merged revisions 83901 via svnmerge fromSenthil Kumaran2010-08-09
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-04
| * Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-14
| * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-11
| * Merged revisions 82510 via svnmerge fromSenthil Kumaran2010-07-03
| * Merged revisions 82326 via svnmerge fromSenthil Kumaran2010-06-28
| * Merged revisions 81132 via svnmerge fromSenthil Kumaran2010-05-13
| * Remove IPv6 parsing reference from this branch too.Senthil Kumaran2010-04-22
| * Merged revisions 80148 via svnmerge fromSenthil Kumaran2010-04-17
| * Reverting the previous checkin (80103). The feature should not have been merg...Senthil Kumaran2010-04-16
| * Merged revisions 80102 via svnmerge fromSenthil Kumaran2010-04-16
| * Merged revisions 78236 via svnmerge fromSenthil Kumaran2010-02-19
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-16
* | Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-14
* | Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-17
* | Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)David Malcolm2010-12-02
* | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-30
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-22
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-18
* | Fix issue10192 - add urlencode to urllib.parse.__all__Senthil Kumaran2010-10-25
* | Silence the BytesWarning, due to patch r83294 for #9301Florent Xicluna2010-08-14
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-09
* | Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-04
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-31
* | Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-30
* | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-19