summaryrefslogtreecommitdiff
path: root/Lib/urllib/parse.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...Miss Islington (bot)2019-06-041-3/+3
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Miss Islington (bot)2019-05-021-4/+7
* [3.6] bpo-36216: Add check for characters in netloc that normalize to separat...Steve Dower2019-03-121-0/+17
* bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-191-3/+19
* bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-...Miss Islington (bot)2017-12-211-4/+6
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)Victor Stinner2017-06-201-1/+1
* bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1692)Senthil Kumaran2017-05-201-11/+19
* correct parse_qs and parse_qsl test case descriptions. (#968) (#997)Senthil Kumaran2017-04-061-13/+17
* Issue #25895: Merge from 3.5Berker Peksag2016-09-161-2/+3
|\
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-2/+3
* | merge from 3.5Senthil Kumaran2016-01-251-15/+0
|\ \ | |/
| * Remove unnecessary test case comment in urllib.parse.py. These are asserted a...Senthil Kumaran2016-01-251-15/+0
* | 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 #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-14/+17
|\
| * Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-14/+17
* | merge from 3.3Senthil Kumaran2013-09-051-4/+4
|\ \ | |/
| * Improve urlencode docstring. Patch by Brian Brazil.Senthil Kumaran2013-09-051-4/+4
* | Remove redundant importsRaymond Hettinger2013-04-061-9/+0
|/
* 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-5/+10
|\
| * Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-5/+10
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-1/+1
| * Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-171-7/+2
| * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-1/+6
| * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-181-1/+1
| * Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge fromFlorent Xicluna2010-08-141-41/+57
| * Merged revisions 83901 via svnmerge fromSenthil Kumaran2010-08-091-4/+4
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-041-5/+6
| * Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-64/+0
| * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-7/+8
| * Merged revisions 82510 via svnmerge fromSenthil Kumaran2010-07-031-8/+30