summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkSimpleDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
| | | | | | | | | | | | | | initialized, this will be None, but the functions will still work (there will simply be a bogus parent on the screen). Allowing the parent to be None is useful when testing the functions from an interactive interpreter. Add an optional keyword paramter "show" to the _QueryString class; when given it is used to set the -show option to the entry widget. This allows passing show="*" or the like to askstring(), making it useful for requesting passwords/passphrases from the user. This closes SF bug #438517. Changed a docstring to be less font-lock-hostile.
* 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
| | | | Added docstrings to tkSimpleDialog.py
* 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