| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070) | Victor Stinner | 2022-06-22 | 1 | -163/+0 |
| | | | | | | | | | | | * Move Lib/tkinter/test/test_tkinter/ to Lib/test/test_tkinter/. * Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/. * Add Lib/test/test_ttk/__init__.py based on test_ttk_guionly.py. * Add Lib/test/test_tkinter/__init__.py * Remove old Lib/test/test_tk.py. * Remove old Lib/test/test_ttk_guionly.py. * Add __main__ sub-modules. * Update imports and update references to rename files. | ||||
| * | bpo-45229: Make tkinter tests discoverable (GH-28637) | Serhiy Storchaka | 2021-10-13 | 1 | -4/+2 |
| | | |||||
| * | bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) | Serhiy Storchaka | 2020-12-29 | 1 | -1/+8 |
| | | | | | Objects which belong to different Tcl interpreters are now always different, even if they have the same name. | ||||
| * | bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) | Desmond Cheong | 2020-12-25 | 1 | -0/+15 |
| | | |||||
| * | bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) | Serhiy Storchaka | 2020-12-19 | 1 | -2/+32 |
| | | | | | | | | | | | | * Tkinter functions and constructors which need a default root window raise now RuntimeError with descriptive message instead of obscure AttributeError or NameError if it is not created yet or cannot be created automatically. * Add tests for all functions which use default root window. * Fix import in the pynche script. | ||||
| * | bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) | Anatoliy Platonov | 2020-10-14 | 1 | -0/+6 |
| | | |||||
| * | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | Serhiy Storchaka | 2019-08-08 | 1 | -1/+2 |
| | | | | | They now return NotImplemented for unsupported type of the other operand. | ||||
| * | bpo-30310: Add a test for non-ascii font family. (#1567) (#1832) | Serhiy Storchaka | 2017-05-27 | 1 | -1/+11 |
| | | |||||
| * | Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test | Serhiy Storchaka | 2015-11-10 | 1 | -1/+1 |
| | | | | | | | | failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass. | ||||
| * | Issue #24408: Fixed test for tkinter.Font on OS X. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+10 |
| | | | | | Based on patch by Martin Panter. | ||||
| * | Issue #24408: Added more tkinter.Font tests. | Serhiy Storchaka | 2015-06-09 | 1 | -5/+65 |
| | | |||||
| * | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 1 | -12/+6 |
| | | | | | | | | | | window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function. | ||||
| * | Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. | Antoine Pitrou | 2010-10-05 | 1 | -2/+7 |
| | | | | | This should fix some buildbot failures. | ||||
| * | Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by | Antoine Pitrou | 2010-09-21 | 1 | -2/+10 |
| | | | | | Ned Deily. | ||||
| * | #1730136: Fix comparison between a tk Font object and an object of a ↵ | Amaury Forgeot d'Arc | 2010-09-17 | 1 | -0/+20 |
| different type. | |||||
