summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+5
* Fix comment typoAndrew M. Kuchling2008-01-051-1/+1
* clean up a commentFred Drake2008-01-051-2/+2
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-051-0/+18
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-131-0/+10
* Patch #624325: urlparse.urlparse() and urlparse.urlsplit() resultsFred Drake2006-04-011-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