summaryrefslogtreecommitdiff
path: root/Lib/tkinter/commondialog.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-251-3/+5
| | | | 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 Storchaka2018-10-121-0/+1
|
* Remove outdated TkVersion checks.Serhiy Storchaka2016-04-251-5/+0
| | | | Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-3/+3
|
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+60