summaryrefslogtreecommitdiff
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)"revert-16839-backport-5a88d50-3.8Senthil Kumaran2020-02-161-6/+4
* [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)Senthil Kumaran2019-10-181-4/+6
* bpo-36742: Corrects fix to handle decomposition in usernames (#13812)Steve Dower2019-06-041-5/+6
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-8/+4
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Steve Dower2019-04-301-0/+6
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+23
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)matthewbelisle-wf2018-10-191-0/+7
* bpo-27485: Change urlparse tests to use private methods. (GH-7070)Cheryl Sabella2018-06-031-12/+12
* bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)Cheryl Sabella2018-04-251-1/+87
* bpo-33034: Improve exception message when cast fails for {Parse,Split}Result....Matt Eaton2018-03-201-0/+10
* bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)Коренберг Марк2017-12-211-0/+9
* urllib: Simplify splithost by calling into urlparse. (#1849)postmasters2017-06-201-12/+39
* correct parse_qs and parse_qsl test case descriptions. (#968)Senthil Kumaran2017-04-041-6/+6
* Issue #25895: Merge from 3.5Berker Peksag2016-09-161-0/+2
|\
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+2
* | merge 3.5Senthil Kumaran2016-04-161-2/+53
|\ \ | |/
| * issue26775 - Improve test coverage for urllib.parseSenthil Kumaran2016-04-161-2/+53
* | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-101-19/+17
|/
* Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-0/+41
|\
| * Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-0/+41
* | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-171-0/+10
* | Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.Berker Peksag2015-04-161-0/+3
* | Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,Serhiy Storchaka2015-04-071-0/+16
* | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-54/+129
|\ \ | |/
| * Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-54/+129
* | Issue #22278: Fix urljoin problem with relative urls, a regression observedSenthil Kumaran2014-09-221-0/+12
* | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-211-16/+24
|/
* Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-10/+28
|\
| * Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-10/+28
* | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\ \ | |/
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | #17472: add tests for a couple of untested methods in urllib.urlparse.R David Murray2013-03-211-0/+8
|/
* Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-0/+29
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+5
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+7
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+9
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+2
|\
* | Remove duplication.Ezio Melotti2011-10-191-1/+1
* | change the redundant svn scheme urljoin test case to svn+ssh scheme.Senthil Kumaran2011-08-031-1/+1
* | Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-0/+2
* | Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...Senthil Kumaran2011-07-231-2/+76
* | merge from 3.1Senthil Kumaran2011-04-151-0/+5
|\ \ | |/
| * Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-0/+5
| * Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-171-0/+3
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-041-0/+21
| * Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-0/+32
| * Merged revisions 81132 via svnmerge fromSenthil Kumaran2010-05-131-1/+6
| * Merged revisions 80910 via svnmerge fromSenthil Kumaran2010-05-071-7/+51
| * Reverting the previous checkin (80103). The feature should not have been merg...Senthil Kumaran2010-04-161-34/+0