Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) | Serhiy Storchaka | 2022-09-27 |
| | | | | | | 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. | ||
* | bpo-29446: tkinter 'import *' only imports what it should (GH-14864) | Flavian Hautbois | 2019-07-25 |
| | | | | Add __all__ to tkinter.__init__ and submodules. Replace 'import *' with explicit imports in some submodules. | ||
* | bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) | Serhiy Storchaka | 2018-10-12 |
| | |||
* | Remove outdated TkVersion checks. | Serhiy Storchaka | 2016-04-25 |
| | | | | Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c. | ||
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 |
| | |||
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 |