summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/commondialog.py
Commit message (Expand)AuthorAgeFilesLines
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-131-1/+1
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-251-16/+11
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-251-1/+1
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-2/+2
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-261-3/+5
* 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
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-3/+3
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+60