summaryrefslogtreecommitdiff
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Reverting the previous checkin (80103). The feature should not have been merg...Senthil Kumaran2010-04-161-34/+0
* | Merged revisions 80102 via svnmerge fromSenthil Kumaran2010-04-161-0/+34
* | Merged revisions 79990 via svnmerge fromSenthil Kumaran2010-04-121-1/+1
* | Merged revisions 78239 via svnmerge fromEzio Melotti2010-02-191-5/+5
* | Merged revisions 78236 via svnmerge fromSenthil Kumaran2010-02-191-1/+8
|/
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-301-0/+3
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+23
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-141-2/+9
* Issue 3314. The sys module is used in an error case.Facundo Batista2008-07-071-0/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-20/+20
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+23
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-141-1/+0
* 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