summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ttk/test_widgets.py
Commit message (Expand)AuthorAgeFilesLines
* gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877)Serhiy Storchaka2024-06-221-21/+58
* gh-120873: Add test for "state" option in ttk.Scale (GH-120874)Serhiy Storchaka2024-06-221-12/+10
* gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824)Serhiy Storchaka2024-06-221-20/+54
* gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322)James De Bias2024-05-301-5/+12
* Remove tests_gui variables from Tkinter tests (GH-118280)Serhiy Storchaka2024-04-251-8/+0
* gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...Serhiy Storchaka2024-03-161-1/+21
* gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)Serhiy Storchaka2023-08-071-4/+4
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-3/+1
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Serhiy Storchaka2022-09-271-0/+15
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-0/+1858