Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |