summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mimetools.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* deprecated mimetoolsBenjamin Peterson2008-06-121-1/+4
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-2/+2
* Whitespace normalization.Tim Peters2003-06-151-1/+0
* Port test_mimetools.py to PyUnit and add various tests.Walter Dörwald2003-05-221-18/+51
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Add mimetools testcase.Martin v. Löwis2000-09-301-0/+18