summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/SimpleDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+112
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-112/+0
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-031-0/+1
* Patch #911176: Move test function into __main__Martin v. Löwis2004-03-221-12/+12
* Give in to the tab police.Guido van Rossum1998-03-201-78/+78
* Do a better job of keeping the dialog visible when the master windowGuido van Rossum1997-12-281-0/+8
* Don't use tktools, dummy! Reworded test message slightly.Guido van Rossum1996-07-211-5/+31
* new simple dialog module, incompatibleGuido van Rossum1996-06-171-0/+77