Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more careful about accessing attributes of the parent: if Tk has not been | Fred Drake | 2001-12-06 | 1 | -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. Raymond | 2001-02-09 | 1 | -4/+2 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -7/+6 |
| | |||||
* | Moshe Zadka: | Guido van Rossum | 2000-02-24 | 1 | -4/+77 |
| | | | | Added docstrings to tkSimpleDialog.py | ||||
* | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
| | |||||
* | Only reference Tkinter._default_root when needed. | Guido van Rossum | 1998-10-12 | 1 | -3/+2 |
| | |||||
* | Fred Lundh's latest versions. | Guido van Rossum | 1997-08-14 | 1 | -9/+17 |
| | |||||
* | New dialog from Fred Lundh | Guido van Rossum | 1997-08-12 | 1 | -0/+212 |