cpython/Lib/tkinter/test/test_tkinter
Miss Islington (bot) dc0a87d9a0
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Previously, checkbuttons in different parent widgets could have the same
short name and share the same state if arguments "name" and "variable" are
not specified. Now they are globally unique.
(cherry picked from commit adbed2d542)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-09-27 04:39:31 -07:00
..
__init__.py
test_colorchooser.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_font.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_geometry_managers.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:33:51 +02:00
test_images.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_loadtk.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_messagebox.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_misc.py bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) 2021-12-26 04:04:26 -08:00
test_simpledialog.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_text.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_variables.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_widgets.py gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) 2022-09-27 04:39:31 -07:00