aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tkinter/test/test_tkinter/test_misc.py
Commit message (Expand)AuthorAge
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-22
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-06
* bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)E-Paine2021-12-26
* bpo-45229: Make tkinter tests discoverable (GH-28637)Serhiy Storchaka2021-10-13
* bpo-44404: tkinter `after` support callable classes (GH-26812)E-Paine2021-06-23
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-21
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-19
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-19
* bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorcho...Cheryl Sabella2021-01-21
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-19
* bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)Serhiy Storchaka2020-10-09
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Serhiy Storchaka2019-10-04
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-25
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Cheryl Sabella2018-03-04
* Issue #27025: Generated names for Tkinter widgets are now more meanfulSerhiy Storchaka2016-06-13
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-24
|\
| * Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-24
* | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-04
|/
* Issue #16541: tk_setPalette() now works with keyword arguments.Serhiy Storchaka2013-01-02