Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20270: urllib and urlparse now support empty ports. | Serhiy Storchaka | 2014-01-18 | 1 | -0/+10 |
| | |||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. | ||||
* | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 1 | -0/+33 |
| | |||||
* | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 1 | -0/+5 |
| | |||||
* | #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵ | Ezio Melotti | 2012-05-19 | 1 | -0/+7 |
| | | | | stricter. | ||||
* | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 1 | -0/+4 |
| | |||||
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | add svn+ssh testcase for urljoin. | Senthil Kumaran | 2011-08-03 | 1 | -0/+1 |
| | |||||
* | Fix closes issue12683 - urljoin to work with relative join of svn scheme. | Senthil Kumaran | 2011-08-03 | 1 | -0/+1 |
| | |||||
* | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test ↵ | Senthil Kumaran | 2011-07-23 | 1 | -2/+9 |
| | | | | coverage (cases applicable to 2.7). Patch by Petter Haggholm. | ||||
* | Issue #11467: Fix urlparse behavior when handling urls which contains scheme | Senthil Kumaran | 2011-04-15 | 1 | -2/+5 |
| | | | | specific part only digits. Patch by Santoso Wijaya. | ||||
* | Merged revisions 87329 via svnmerge from | Senthil Kumaran | 2010-12-17 | 1 | -0/+3 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87329 | senthil.kumaran | 2010-12-17 12:48:45 +0800 (Fri, 17 Dec 2010) | 3 lines Fix Issue9721 - urljoin behavior when the relative url starts with ';' ........ | ||||
* | Fix Issue754016 - urlparse goes wrong with IP:port without scheme | Senthil Kumaran | 2010-08-04 | 1 | -0/+20 |
| | |||||
* | Merged revisions 82881 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -0/+32 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines Fix Issue5842 - Moving the tests out of urllib.parse module ........ | ||||
* | Fix Issue8657 - adding git and git+ssh as know schemes. | Senthil Kumaran | 2010-05-13 | 1 | -1/+6 |
| | |||||
* | Testsuite for RFC3986 based parsing scenario. Related Issue1462525. | Senthil Kumaran | 2010-05-07 | 1 | -6/+52 |
| | |||||
* | Changed tests to only urlparse one, which was enough, addressed Ezio's comment | Senthil Kumaran | 2010-04-22 | 1 | -2/+2 |
| | | | | on Invalid url check statement and versionchanged string in docs. | ||||
* | Issue2987 - Added additional Invalid URL and changed the Invalid URL ↵ | Senthil Kumaran | 2010-04-20 | 1 | -0/+1 |
| | | | | checking code for better. | ||||
* | Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) | Senthil Kumaran | 2010-04-16 | 1 | -0/+34 |
| | |||||
* | Adding additional examples of valid urls as per RFC 3986 (for issue8339) | Senthil Kumaran | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ↵ | Senthil Kumaran | 2010-02-19 | 1 | -1/+10 |
| | | | | RFC3986 | ||||
* | Fix for bugs: Issue4675 and Issue4962. | Senthil Kumaran | 2009-03-30 | 1 | -0/+3 |
| | |||||
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -0/+22 |
| | | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated. | ||||
* | Issue 1432. Fixes a bug caused because of the evolution | Facundo Batista | 2008-08-14 | 1 | -2/+9 |
| | | | | | of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers. | ||||
* | Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. | Guido van Rossum | 2008-01-05 | 1 | -0/+5 |
| | | | | Fix by John Nagle. | ||||
* | Fix comment typo | Andrew M. Kuchling | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | clean up a comment | Fred Drake | 2008-01-05 | 1 | -2/+2 |
| | |||||
* | Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. | Guido van Rossum | 2008-01-05 | 1 | -0/+18 |
| | |||||
* | Fix issue #1313119: urlparse "caches" parses regardless of encoding | Alexandre Vassalotti | 2007-12-13 | 1 | -0/+10 |
| | |||||
* | Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results | Fred Drake | 2006-04-01 | 1 | -0/+101 |
| | | | | now sport attributes that provide access to the parts of the result. | ||||
* | add support for svn: and svn+ssh: URL schemes to urlparse | Fred Drake | 2005-07-29 | 1 | -0/+5 |
| | |||||
* | Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as | Johannes Gijsbers | 2005-01-09 | 1 | -28/+51 |
| | | | | | | a delimiter. Previously, the 'network location' (<authority> in RFC 2396) would become 'www.example.com?query=spam', while RFC 2396 does not allow a '?' in <authority>. See bug #548176 for further discussion. | ||||
* | see rev. 1.13 for log message | Brett Cannon | 2003-10-12 | 1 | -5/+2 |
| | |||||
* | * add mms (windows media) as another scheme | Skip Montanaro | 2003-01-06 | 1 | -0/+3 |
| | | | | * reformat schemes to 80 columns | ||||
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -0/+3 |
| | |||||
* | Make sure we test urlsplit() / urlunsplit() directly, rather than | Fred Drake | 2002-10-16 | 1 | -12/+40 |
| | | | | | | guessing that urlparse() / urlunparse() use them. Add tests of urldefrag(). | ||||
* | Fix for 1.33: urlsplit() should only add '//' if scheme != ''. | Guido van Rossum | 2002-10-14 | 1 | -1/+6 |
| | | | | Will add test and backport. | ||||
* | Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton | Neal Norwitz | 2002-09-25 | 1 | -0/+5 |
| | | | | | | Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo Bugfix candidate, I will backport. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+0 |
| | |||||
* | added RFC 2396 tests from Aaron Swartz included in bug # 450225. | Skip Montanaro | 2002-03-23 | 1 | -74/+116 |
| | | | | converted to use unittest | ||||
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 1 | -0/+18 |
| | | | | [ 516299 ] urlparse can get fragments wrong | ||||
* | Add test cases based on RFC 1808. So now we actually have a test suite | Fred Drake | 2001-01-05 | 1 | -0/+66 |
| | | | | | | | the urljoin() function, which exercises the urlparse() and urlunparse() functions as side effects. (Moshe, why did we have perfectly empty tests checked in for this?) | ||||
* | Checking in empty tests for urlparse, as future place holders | Moshe Zadka | 2000-08-03 | 1 | -0/+0 |