summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_ttk
Commit message (Expand)AuthorAgeFilesLines
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Miss Islington (bot)2022-09-271-0/+15
* bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)Miss Islington (bot)2022-03-181-1/+3
* bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)Miss Islington (bot)2021-11-061-5/+5
* bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...Miss Islington (bot)2021-11-051-1/+4
* bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-294...Miss Islington (bot)2021-11-051-46/+20
* bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)Miss Islington (bot)2021-10-211-0/+13
* Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)Miss Islington (bot)2021-10-201-1/+1
* bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)Miss Islington (bot)2021-10-201-3/+6
* bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)2021-10-134-469/+5
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-071-1/+1
* [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...Serhiy Storchaka2021-09-082-2/+8
* Rename Tkinter tests for widget options (GH-23944)Serhiy Storchaka2020-12-251-46/+46
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-192-19/+21
* bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...Serhiy Storchaka2020-12-031-0/+9
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Serhiy Storchaka2020-11-302-19/+7
* bpo-42370: Check element before making mouse click in ttk tests (GH-23491)Serhiy Storchaka2020-11-241-3/+11
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Serhiy Storchaka2020-11-222-9/+88
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Serhiy Storchaka2019-10-041-10/+3
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Ned Deily2019-02-241-1/+6
* bpo-33096: Fix ttk.Treeview.insert. (GH-6228)Garvit Khatri2018-03-261-0/+9
* bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore2018-02-091-1/+178
* [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...Serhiy Storchaka2018-02-011-21/+0
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-2/+2
* bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)Serhiy Storchaka2017-09-241-1/+1
* bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)csabella2017-07-311-0/+25
* Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-301-4/+13
|\
| * Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-301-4/+13
* | Issue #27319: Methods selection_set(), selection_add(), selection_remove()Serhiy Storchaka2016-06-191-4/+45
* | Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-141-0/+51
|\ \ | |/
| * Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-141-0/+51
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-091-134/+134
* Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-4/+2
* Use more precise Tcl version checks in tests.Serhiy Storchaka2015-04-231-2/+4
* Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-221-2/+2
* Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.Serhiy Storchaka2014-11-071-1/+16
* Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-20/+7
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-243-143/+110
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-021-10/+2
* Added missed calls of splitlist().Serhiy Storchaka2014-06-011-2/+0
* Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-17/+39
* Fixed typo.Serhiy Storchaka2014-01-131-1/+1
* Try to fix some ttk tests. Error messages were changed in 8.6b3.Serhiy Storchaka2014-01-101-3/+3
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-074-45/+99
* Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).Serhiy Storchaka2013-11-211-1/+2
* Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-163-26/+26
* Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-25/+472
* Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-221-2/+2