Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | Serhiy Storchaka | 2019-08-08 | 1 | -1/+3 |
| | | | | They now return NotImplemented for unsupported type of the other operand. | ||||
* | bpo-29446: tkinter 'import *' only imports what it should (GH-14864) | Flavian Hautbois | 2019-07-26 | 1 | -2/+3 |
| | | | | Add __all__ to tkinter.__init__ and submodules. Replace 'import *' with explicit imports in some submodules. | ||||
* | Issue #24408: Fixed AttributeError in measure() and metrics() methods of | Serhiy Storchaka | 2015-06-08 | 1 | -3/+3 |
| | | | | tkinter.Font. | ||||
* | Issue #24245: Eliminated senseless expect clauses that have no any effect. | Serhiy Storchaka | 2015-05-20 | 1 | -2/+0 |
| | | | | Patch by Martin Panter. | ||||
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -3/+3 |
| | | | | Tkinter's getdouble() now supports any numbers (in particular int). | ||||
* | Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. | Serhiy Storchaka | 2014-08-17 | 1 | -10/+9 |
| | |||||
* | Added missed calls of splitlist(). | Serhiy Storchaka | 2014-06-01 | 1 | -1/+2 |
| | |||||
* | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 1 | -17/+27 |
| | | | | Patch by Guilherme Polo. | ||||
* | Issue #802310: Generate always unique tkinter font names if not directly passed | Andrew Svetlov | 2012-04-03 | 1 | -1/+4 |
| | |||||
* | reformat code to follow PEP8 | Andrew Svetlov | 2012-04-03 | 1 | -6/+10 |
| | |||||
* | #1730136: Fix comparison between a tk Font object and an object of a ↵ | Amaury Forgeot d'Arc | 2010-09-17 | 1 | -1/+1 |
| | | | | different type. | ||||
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -9/+10 |
| | |||||
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 | 1 | -0/+216 |