summaryrefslogtreecommitdiff
path: root/Lib/urllib/parse.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28992: Use bytes.fromhex().Serhiy Storchaka2016-12-211-1/+1
* Issue #25895: Merge from 3.5Berker Peksag2016-09-161-4/+66
|\
| * merge from 3.5Senthil Kumaran2016-01-251-4/+66
| |\
| | * Issue #25822: Add docstrings to the fields of urllib.parse results.Senthil Kumaran2016-01-141-2/+65
| | * Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-101-2/+1
* | | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-2/+3
|/ /
* | Remove unnecessary test case comment in urllib.parse.py. These are asserted a...Senthil Kumaran2016-01-251-15/+0
|/
* Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-171-14/+15
* Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.Berker Peksag2015-04-161-2/+1
* Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,Serhiy Storchaka2015-04-071-1/+3
* Issue #23563: Optimized utility functions in urllib.parse.Serhiy Storchaka2015-03-031-60/+28
* Merge: #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-241-4/+5
|\
| * #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-241-4/+5
* | Issue #22278: Fix urljoin problem with relative urls, a regression observedSenthil Kumaran2014-09-221-1/+5
* | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-211-25/+38
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-1/+1
|/
* Issue #20879: Delay the initialization of encoding and decoding tables forVictor Stinner2014-03-171-2/+7
* Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-9/+0
|\
| * merge from 3.3Senthil Kumaran2013-09-051-9/+0
| |\
| | * Remove redundant importsRaymond Hettinger2013-04-061-9/+0
* | | Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-14/+17
|/ /
* | Improve urlencode docstring. Patch by Brian Brazil.Senthil Kumaran2013-09-051-4/+4
|/
* Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-141-36/+27
* Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-1/+1
* Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
* urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-1/+1
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-6/+6
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-9/+2
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-1/+2
* merge from 3.1Senthil Kumaran2011-04-151-56/+234
|\
| * Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-5/+19
| * 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-221-1/+6
| * Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-181-1/+1
| * Fix issue10192 - add urlencode to urllib.parse.__all__Senthil Kumaran2010-10-251-2/+2
| * 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 Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-5/+6
| * 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
| * Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-191-0/+4
| * Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-64/+0
| * 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
| * Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1