summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/SimpleDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* 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
| | | | is near or beyond the edge of the screen. Patch by Skip Montanaro.
* 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