summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Backporting urlparse.py:1.34, test_urlparse.py:1.8:Guido van Rossum2002-10-141-0/+5
| | | | | Fix for 1.33: urlsplit() should only add '//' if scheme != ''. [SF bug 620705]
* Whitespace normalization.Tim Peters2002-10-071-2/+2
|
* Backport:Neal Norwitz2002-09-251-0/+5
| | | | | | Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo
* amk's fix attached toMichael W. Hudson2002-03-181-0/+18
| | | | [ 516299 ] urlparse can get fragments wrong
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-051-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 holdersMoshe Zadka2000-08-031-0/+0