summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* 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