summaryrefslogtreecommitdiff
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25895: Merge from 3.5Berker Peksag2016-09-161-19/+17
|\
| * merge 3.5Senthil Kumaran2016-04-161-2/+53
| |\
| * | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-101-19/+17
* | | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+2
| |/ |/|
* | issue26775 - Improve test coverage for urllib.parseSenthil Kumaran2016-04-161-2/+53
|/
* 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-16/+36
|\ \ | |/ |/|
| * 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
* | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-54/+129
|/
* Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-181-0/+8
|\
| * 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
* | | 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
|/
* 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-21/+355
|\
| * 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-18/+275
| |\ |/ /
| * test_urlparse: add tests for encoding and errors argumentsVictor Stinner2011-01-141-0/+27
| * Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-171-0/+3
| * #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-10/+10
| * Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-301-21/+214
| * Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+21
| * Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-0/+32
| * Merged revisions 81130 via svnmerge fromSenthil Kumaran2010-05-131-1/+6
| * Merged revisions 80908 via svnmerge fromSenthil Kumaran2010-05-071-6/+52
| * Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-2/+2
| * Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-201-0/+1
| * Merged revisions 80101 via svnmerge fromSenthil Kumaran2010-04-161-0/+34
| * Merged revisions 79988 via svnmerge fromSenthil Kumaran2010-04-121-1/+1
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
| * urllib.urlparse -> urllib.parse.urlparseEzio Melotti2010-02-191-5/+5
| * Merged revisions 78234 via svnmerge fromSenthil Kumaran2010-02-191-1/+8
* | 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