summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38449: Add URL delimiters test cases (#16729)Dong-hee Na2019-12-011-0/+15
* bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi...Abhilash Raj2019-10-121-8/+0
* bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...Dong-hee Na2019-09-051-0/+8
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...David K. Hess2019-06-241-0/+51
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-251-0/+3
* bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)Mayank Asthana2018-10-101-0/+24
* 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