aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_urlparse.py
Commit message (Expand)AuthorAge
* Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-15
* Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-17
* Merged revisions 83701 via svnmerge fromSenthil Kumaran2010-08-04
* Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-14
* Merged revisions 81132 via svnmerge fromSenthil Kumaran2010-05-13
* Merged revisions 80910 via svnmerge fromSenthil Kumaran2010-05-07
* Reverting the previous checkin (80103). The feature should not have been merg...Senthil Kumaran2010-04-16
* Merged revisions 80102 via svnmerge fromSenthil Kumaran2010-04-16
* Merged revisions 79990 via svnmerge fromSenthil Kumaran2010-04-12
* Merged revisions 78239 via svnmerge fromEzio Melotti2010-02-19
* Merged revisions 78236 via svnmerge fromSenthil Kumaran2010-02-19
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-30
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-03
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-14
* Issue 3314. The sys module is used in an error case.Facundo Batista2008-07-07
* Make a new urllib package .Jeremy Hylton2008-06-18
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-06
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-29
* Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' asJohannes Gijsbers2005-01-09
* see rev. 1.13 for log messageBrett Cannon2003-10-12
* * add mms (windows media) as another schemeSkip Montanaro2003-01-06
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-06
* Make sure we test urlsplit() / urlunsplit() directly, rather thanFred Drake2002-10-16
* Fix for 1.33: urlsplit() should only add '//' if scheme != ''.Guido van Rossum2002-10-14
* Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce AthertonNeal Norwitz2002-09-25
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2002-04-16
* added RFC 2396 tests from Aaron Swartz included in bug # 450225.Skip Montanaro2002-03-23
* amk's fix attached toMichael W. Hudson2002-03-18
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-05
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-03