summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Dialog.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.)
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-5/+5
|
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-34/+34
|
* keyword parameter changesGuido van Rossum1995-08-041-2/+4
|
* Tk 4.0 and Tcl 7.4 are now standardGuido van Rossum1995-07-141-1/+9
|
* Dialog.py: d.num should be numeric, not stringGuido van Rossum1994-08-301-5/+6
| | | | Tkinter.py: on destroy(), remove self from master's dict of children
* Initial revisionGuido van Rossum1994-06-271-0/+38