Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 1 | -0/+319 |
| | |||||
* | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 1 | -8/+0 |
| | |||||
* | Tkinter: make stub modules. | Georg Brandl | 2008-05-17 | 1 | -317/+6 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -2/+2 |
| | |||||
* | Patch #1594554: Always close a tkSimpleDialog on ok(), even | Martin v. Löwis | 2006-11-18 | 1 | -3/+4 |
| | | | | | if an exception occurs. Will backport to 2.5. | ||||
* | Patch #1538878: Don't make tkSimpleDialog dialogs transient if | Martin v. Löwis | 2006-11-18 | 1 | -1/+6 |
| | | | | | | the parent window is withdrawn. This mirrors what dialog.tcl does. Will backport to 2.5. | ||||
* | Wait for visibility before setting a grab. Fixes #946153. | Martin v. Löwis | 2004-08-03 | 1 | -0/+1 |
| | |||||
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -3/+3 |
| | |||||
* | 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 |