summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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