summaryrefslogtreecommitdiff
path: root/Lib/test/test_mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27108: Add missing names to mimetypes.__all__, by Jacek KoƂodziejMartin Panter2016-06-061-0/+6
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-7/+1
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-1/+2
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-2/+15
* Merged revisions 76306 via svnmerge fromAntoine Pitrou2009-11-151-1/+26
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+1
* test_guess_all_types(): Use a more robust test for checking thatBarry Warsaw2003-11-231-4/+7
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-091-26/+33
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-10-301-1/+1
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-0/+12
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* New unit test for the mimetypes module, to avoid future regressions.Fred Drake2001-08-161-0/+42