Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip test_test of test_mailcap on VxWorks (GH-23507) | pxinwr | 2020-11-28 | 1 | -0/+2 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21169) | Hai Shi | 2020-06-30 | 1 | -2/+3 |
| | |||||
* | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 1 | -23/+46 |
|\ | |||||
| * | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 1 | -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 Murray | 2016-09-08 | 1 | -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 Storchaka | 2016-04-24 | 1 | -1/+0 |
|/ | |||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -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 Melotti | 2011-08-22 | 1 | -52/+70 |
| | |||||
* | Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) | Nick Coghlan | 2011-08-22 | 1 | -0/+203 |