summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/simpledialog.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...Serhiy Storchaka2021-04-251-0/+12
* bpo-42721: Improve using simple dialogs without root window (GH-23897)Serhiy Storchaka2020-12-251-2/+4
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-251-2/+2
* bpo-42685: Improve placing of simple query windows. (GH-23856)Serhiy Storchaka2020-12-241-35/+34
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-10/+9
* bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)Serhiy Storchaka2018-10-121-2/+8
* Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-2/+2
* Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
* Merged revisions 70223 via svnmerge fromGuilherme Polo2009-03-071-3/+6
* Tkinter, step 4: merge simple- and filedialog modules.Georg Brandl2008-05-171-1/+309
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+112