Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo "involvin" → "involving" (#104166) | Christopher Chavez | 2023-05-04 | 1 | -1/+1 |
| | |||||
* | Add skips to crashing tests under sanitizers instead of manually skipping ↵ | Pablo Galindo Salgado | 2022-01-25 | 1 | -0/+5 |
| | | | | them (GH-30897) | ||||
* | Revert test for Tix deprecation warning (GH-26005) | Zachary Ware | 2021-05-09 | 1 | -6/+3 |
| | | | | | | Added in bpo-41730 (GH-22186), the test apparently causes refleaks. The test isn't worth hunting them down, so it's simply reverted. This partially reverts commit 4a2d98a1e98de25c5114d11fcb0f9fedbb057e51. | ||||
* | bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) | wyz23x2 | 2021-05-07 | 1 | -5/+10 |
| | | | | Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> Co-authored-by: Zachary Ware <zach@python.org> | ||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-20849) | Hai Shi | 2020-06-25 | 1 | -1/+2 |
| | |||||
* | Issue #21337: Add bare-bones Tix test | Zachary Ware | 2015-05-18 | 1 | -0/+32 |
All this does is confirm that Tix is available on Windows, which should always be the case (if _tkinter itself is available). |