Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 1 | -0/+18 |
| | | | | Improved error handling in variables-related commands. | ||||
* | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 1 | -6/+9 |
| | |||||
* | 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. |