summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/simpledialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-2/+2
| | | | Tkinter's getdouble() now supports any numbers (in particular int).
* Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵Andrew Svetlov2012-07-301-1/+1
| | | | SimpleDialog.
* Merged revisions 70223 via svnmerge fromGuilherme Polo2009-03-071-3/+6
| | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r70223 | guilherme.polo | 2009-03-06 23:14:38 -0300 (Fri, 06 Mar 2009) | 4 lines Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after it is has been populated and properly configured in order to prevent window flashing. ........
* 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