summaryrefslogtreecommitdiff
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Improve the coverage of urlparse module. Backport to 2.7 branch.Senthil Kumaran2016-04-161-0/+52
* Issue #20270: urllib and urlparse now support empty ports.Serhiy Storchaka2014-01-181-0/+10
* 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/+33
* 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/+4
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* add svn+ssh testcase for urljoin.Senthil Kumaran2011-08-031-0/+1
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-0/+1
* merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...Senthil Kumaran2011-07-231-2/+9
* Issue #11467: Fix urlparse behavior when handling urls which contains schemeSenthil Kumaran2011-04-151-2/+5
* Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-171-0/+3
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+20
* Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-0/+32
* Fix Issue8657 - adding git and git+ssh as know schemes.Senthil Kumaran2010-05-131-1/+6
* Testsuite for RFC3986 based parsing scenario. Related Issue1462525.Senthil Kumaran2010-05-071-6/+52
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-2/+2
* Issue2987 - Added additional Invalid URL and changed the Invalid URL checking...Senthil Kumaran2010-04-201-0/+1
* Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)Senthil Kumaran2010-04-161-0/+34
* Adding additional examples of valid urls as per RFC 3986 (for issue8339)Senthil Kumaran2010-04-121-1/+1
* Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...Senthil Kumaran2010-02-191-1/+10
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-301-0/+3
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+22
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-141-2/+9
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+5
* Fix comment typoAndrew M. Kuchling2008-01-051-1/+1
* clean up a commentFred Drake2008-01-051-2/+2
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-051-0/+18
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-131-0/+10
* Patch #624325: urlparse.urlparse() and urlparse.urlsplit() resultsFred Drake2006-04-011-0/+101
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-0/+5
* Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' asJohannes Gijsbers2005-01-091-28/+51
* see rev. 1.13 for log messageBrett Cannon2003-10-121-5/+2
* * add mms (windows media) as another schemeSkip Montanaro2003-01-061-0/+3
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+3
* Make sure we test urlsplit() / urlunsplit() directly, rather thanFred Drake2002-10-161-12/+40
* Fix for 1.33: urlsplit() should only add '//' if scheme != ''.Guido van Rossum2002-10-141-1/+6
* Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce AthertonNeal Norwitz2002-09-251-0/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2002-04-161-1/+0
* added RFC 2396 tests from Aaron Swartz included in bug # 450225.Skip Montanaro2002-03-231-74/+116
* amk's fix attached toMichael W. Hudson2002-03-181-0/+18
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-051-0/+66
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-031-0/+0