| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-... | Serhiy Storchaka | 2019-10-04 | 1 | -10/+3 |
|
|
* | bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1... | Ned Deily | 2019-02-24 | 1 | -1/+6 |
|
|
* | bpo-33096: Fix ttk.Treeview.insert. (GH-6228) | Garvit Khatri | 2018-03-26 | 1 | -0/+9 |
|
|
* | bpo-32585: Add tkinter.ttk.Spinbox. (#5221) | Alan D Moore | 2018-02-09 | 1 | -1/+178 |
|
|
* | [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio... | Serhiy Storchaka | 2018-02-01 | 1 | -21/+0 |
|
|
* | bpo-32297: Few misspellings found in Python source code comments. (#4803) | Mike | 2017-12-14 | 1 | -2/+2 |
|
|
* | bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) | Serhiy Storchaka | 2017-09-24 | 1 | -1/+1 |
|
|
* | bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) | csabella | 2017-07-31 | 1 | -0/+25 |
|
|
* | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused | Serhiy Storchaka | 2016-10-30 | 1 | -4/+13 |
|\ |
|
| * | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused | Serhiy Storchaka | 2016-10-30 | 1 | -4/+13 |
|
|
* | | Issue #27319: Methods selection_set(), selection_add(), selection_remove() | Serhiy Storchaka | 2016-06-19 | 1 | -4/+45 |
|
|
* | | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 1 | -0/+51 |
|\ \
| |/ |
|
| * | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 1 | -0/+51 |
|
|
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|/ |
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. | Serhiy Storchaka | 2016-03-09 | 1 | -134/+134 |
|
|
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -4/+2 |
|
|
* | Use more precise Tcl version checks in tests. | Serhiy Storchaka | 2015-04-23 | 1 | -2/+4 |
|
|
* | Fixed full Tcl version parsing in tests for pre-final versions. | Serhiy Storchaka | 2015-04-22 | 1 | -2/+2 |
|
|
* | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 1 | -1/+16 |
|
|
* | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 1 | -20/+7 |
|
|
* | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 3 | -143/+110 |
|
|
* | Issue #6181: Fixed minor bugs in tkinter.Listbox methods: | Serhiy Storchaka | 2014-06-02 | 1 | -10/+2 |
|
|
* | Added missed calls of splitlist(). | Serhiy Storchaka | 2014-06-01 | 1 | -2/+0 |
|
|
* | Issue #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 1 | -17/+39 |
|
|
* | Fixed typo. | Serhiy Storchaka | 2014-01-13 | 1 | -1/+1 |
|
|
* | Try to fix some ttk tests. Error messages were changed in 8.6b3. | Serhiy Storchaka | 2014-01-10 | 1 | -3/+3 |
|
|
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. | Serhiy Storchaka | 2014-01-07 | 4 | -45/+99 |
|
|
* | Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). | Serhiy Storchaka | 2013-11-21 | 1 | -1/+2 |
|
|
* | Issue #19602: Use specific asserts in tkinter tests. | Serhiy Storchaka | 2013-11-16 | 3 | -26/+26 |
|
|
* | Issue #10734: Fix and re-enable test_ttk test_heading_callback. | Serhiy Storchaka | 2013-11-02 | 1 | -3/+1 |
|
|
* | Issue #19085: Added basic tests for all tkinter widget options. | Serhiy Storchaka | 2013-11-02 | 1 | -25/+472 |
|
|
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -2/+2 |
|
|
* | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 |
|
|
* | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 2 | -5/+43 |
|
|
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|
|
* | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-06-28 | 1 | -4/+16 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 85018 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -4/+8 |
|
|
| * | Merged revisions 74473,79974 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -2/+6 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 4 | -414/+414 |
|
|
* | | Temporarily skip test failing with newer ttk. | Georg Brandl | 2010-12-19 | 1 | -1/+3 |
|
|
* | | Issue #8445: try to fix some buildbot failures on test_ttk_guionly. | Antoine Pitrou | 2010-09-26 | 1 | -4/+8 |
|
|
* | | Merged revisions 79903,79907 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -2/+6 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 4 | -414/+414 |
|/ |
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 2 | -6/+6 |
|
|
* | Merged revisions 69141,69211-69212 via svnmerge from | Benjamin Peterson | 2009-02-06 | 1 | -2/+3 |
|
|
* | Recorded merge of revisions 69195 via svnmerge from | Guilherme Polo | 2009-02-02 | 3 | -16/+26 |
|
|