summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mailcap.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-103186: assert in tests that UnsafeMailcapInput warnings are provided ↵Ijtaba Hussain2023-04-061-4/+24
| | | | (#103217)
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
|
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)Petr Viktorin2022-06-031-2/+6
|
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-231-0/+4
| | | | | | - WASI's ``gethostname()`` is a stub that always fails with OSError ``ENOTSUP`` - skip mailcap ``test`` if subprocess is not available - WASI process_time clock does not work.
* gh-68966: Deprecate the mailcap module (#91951)Victor Stinner2022-04-261-4/+9
|
* skip test_test of test_mailcap on VxWorks (GH-23507)pxinwr2020-11-281-0/+2
|
* bpo-40275: Use new test.support helper submodules in tests (GH-21169)Hai Shi2020-06-301-2/+3
|
* Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-101-23/+46
|\
| * #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-101-23/+46
| | | | | | | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar.
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
| | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* #6484: refactor a bit the tests.Ezio Melotti2011-08-221-52/+70
|
* Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)Nick Coghlan2011-08-221-0/+203