aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tkinter/commondialog.py
Commit message (Expand)AuthorAge
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-13
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-25
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-25
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-19
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-25
* bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)Serhiy Storchaka2018-10-12
* Remove outdated TkVersion checks.Serhiy Storchaka2016-04-25
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Tkinter move, part 1: move modules.Georg Brandl2008-05-17