Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 | Andrew Svetlov | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 1 | -0/+165 |
Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov. |