summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* change the redundant svn scheme urljoin test case to svn+ssh scheme.Senthil Kumaran2011-08-031-1/+1
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-0/+2
* Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...Senthil Kumaran2011-07-231-2/+76
* merge from 3.1Senthil Kumaran2011-04-151-0/+5
|\
| * Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-0/+5
| * Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-171-0/+3
| * Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-041-0/+21
| * Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-0/+32
| * Merged revisions 81132 via svnmerge fromSenthil Kumaran2010-05-131-1/+6
| * Merged revisions 80910 via svnmerge fromSenthil Kumaran2010-05-071-7/+51
| * 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
* | test_urlparse: add tests for encoding and errors argumentsVictor Stinner2011-01-141-0/+27
* | Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-171-0/+3
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-10/+10
* | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-301-21/+214
* | Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+21
* | Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-0/+32
* | Merged revisions 81130 via svnmerge fromSenthil Kumaran2010-05-131-1/+6
* | Merged revisions 80908 via svnmerge fromSenthil Kumaran2010-05-071-6/+52
* | Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-2/+2
* | Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-201-0/+1
* | Merged revisions 80101 via svnmerge fromSenthil Kumaran2010-04-161-0/+34
* | Merged revisions 79988 via svnmerge fromSenthil Kumaran2010-04-121-1/+1
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | urllib.urlparse -> urllib.parse.urlparseEzio Melotti2010-02-191-5/+5
* | Merged revisions 78234 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