summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tix.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo "involvin" → "involving" (#104166)Christopher Chavez2023-05-041-1/+1
|
* Add skips to crashing tests under sanitizers instead of manually skipping ↵Pablo Galindo Salgado2022-01-251-0/+5
| | | | them (GH-30897)
* Revert test for Tix deprecation warning (GH-26005)Zachary Ware2021-05-091-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)wyz23x22021-05-071-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 Shi2020-06-251-1/+2
|
* Issue #21337: Add bare-bones Tix testZachary Ware2015-05-181-0/+32
All this does is confirm that Tix is available on Windows, which should always be the case (if _tkinter itself is available).