summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/tkSimpleDialog.py
Commit message (Expand)AuthorAgeFilesLines
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
* Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog onlyGuilherme Polo2009-03-071-2/+6
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+319
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter: make stub modules.Georg Brandl2008-05-171-317/+6
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-031-0/+1
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-3/+3
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
* String method conversion.Eric S. Raymond2001-02-091-4/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-7/+6
* Moshe Zadka:Guido van Rossum2000-02-241-4/+77
* Break some cycles when the widget is destroyed.Guido van Rossum1999-06-251-0/+8
* Only reference Tkinter._default_root when needed.Guido van Rossum1998-10-121-3/+2
* Fred Lundh's latest versions.Guido van Rossum1997-08-141-9/+17
* New dialog from Fred LundhGuido van Rossum1997-08-121-0/+212