History log of /external/python/cpython3/Lib/tkinter/ttk.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
02b75abf731831e32bbb8007a3278c14f6ad700a 05-Aug-2016 Martin Panter <vadmium+py@gmail.com> Merge spelling and grammar fixes from 3.5
69332c1a64d6bdb80ff813fab403be832e12ce64 04-Aug-2016 Martin Panter <vadmium+py@gmail.com> Fix spelling and grammar in documentation and code comments
/external/python/cpython3/Lib/tkinter/ttk.py
b84f029baa20608fc1598857ad45774af7064b90 19-Jun-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #27319: Methods selection_set(), selection_add(), selection_remove()
and selection_toggle() of ttk.TreeView now allow to pass multiple items as
multiple arguments instead of passing them as a tuple. Deprecated
undocumented ability of calling the selection() method with arguments.
/external/python/cpython3/Lib/tkinter/ttk.py
255bbf2d2501974f25d9da201c3119cbca863f5a 13-Jun-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
8e6d09c1ccb5fed0d1b074aae9325f41fed4705d 13-Jun-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
/external/python/cpython3/Lib/tkinter/ttk.py
3e04d5b3068ac67cc01a32b1d5a51ac79c9df5a1 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Merge spelling from 3.5
46f50726a0047ae81d478c3a206f587b8f35ed08 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Doc, comment and tests spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
/external/python/cpython3/Lib/tkinter/ttk.py
b6a9c9761ca988e1ab69defd45433fac0b2ff89c 17-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d 17-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
/external/python/cpython3/Lib/tkinter/ttk.py
e56a9191000d2ff15d7550b9c852fa6dee9b8f50 02-Nov-2015 Martin Panter <vadmium+py@gmail.com> Issue #25523: Merge a-to-an corrections from 3.5
7462b64911f1e2df2de2285ddbf8b156b5cdc418 02-Nov-2015 Martin Panter <vadmium+py@gmail.com> Issue #25523: Correct "a" article to "an" article

This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
/external/python/cpython3/Lib/tkinter/ttk.py
ad1a34197e0d4b890776b8490853d6b9ee38934a 21-Jul-2015 Ethan Furman <ethan@stoneleaf.us> Close issue6549: minor ttk.Style fixes
/external/python/cpython3/Lib/tkinter/ttk.py
9a6e201f7d5f147b776274c1598089fc68859e98 03-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
returns bool. tkinter.BooleanVar now validates input values (accepted bool,
int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
/external/python/cpython3/Lib/tkinter/ttk.py
8e92f5727414815fce9a12ded1acfb7e13037e85 06-Nov-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
/external/python/cpython3/Lib/tkinter/ttk.py
8f0a1d0f285536c9262d30b20f5f1becfe103309 06-Sep-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22226: Added private function _splitdict() in the Tkinter module.

First letter no longer is stripped from the "status" key in
the result of Treeview.heading().
/external/python/cpython3/Lib/tkinter/ttk.py
8381f90ee0564745c5b0f59b4ca7e6cef2a54565 01-Jun-2014 Serhiy Storchaka <storchaka@gmail.com> Added missed calls of splitlist().
/external/python/cpython3/Lib/tkinter/ttk.py
b49eff25b7af3398b44f1b5e8b29748948c22b69 28-May-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #21402: tkinter.ttk now works when default root window is not set.
/external/python/cpython3/Lib/tkinter/ttk.py
a21acb5d95841e7d2c8491f40189a853cb7b5df4 07-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.

* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
LabelFrame.panes() now always return a tuple.
* Fixed error of comparing str and int in tt.LabeledScale._adjust().
* ttk.Notebook.index() now always returns int.
* ttk.Notebook.tabs() now always returns a tuple.
* ttk.Entry.bbox() now always returns a tuple of ints.
* ttk.Entry.validate() now always correctly works.
* ttk.Combobox.current() now always returns int.
* ttk.Panedwindow.sashpos() now always returns int.
* ttk.Treeview.bbox() now always returns a tuple of ints.
* ttk.Treeview.get_children() now always returns a tuple.
* ttk.Treeview.exists() now always correctly works.
* ttk.Treeview.index() now always returns int.
* ttk.Treeview.tag_has() now always returns 0 or 1.
* And numerous other errors in methods which returns a tuple, list or dict.
* Fixed ttk tests for wantobjects is False.
/external/python/cpython3/Lib/tkinter/ttk.py
b1396523660ac74435976fcaa2d490f3124c6add 15-Jan-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
/external/python/cpython3/Lib/tkinter/ttk.py
b6046301ef70ca30f106038cf3799278e770d3ca 04-Apr-2012 Georg Brandl <georg@python.org> Closes #14495: fix typo.
/external/python/cpython3/Lib/tkinter/ttk.py
e130a52d8a60229f53c8bc2ea7a1f51ee592bbd7 19-Oct-2011 Ezio Melotti <ezio.melotti@gmail.com> Remove duplication.
/external/python/cpython3/Lib/tkinter/ttk.py
3b3499ba69341a49fc842ce0d4a2f66fcb249a04 16-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Merge with 3.1.
13925008dc11f2a235627dc8c0440c0ce99171d9 16-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython3/Lib/tkinter/ttk.py
4969f709cc07088a40574c05724d83cddc8fafc7 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11515: Merge with 3.1.
42da663e6fe7ecbb89b17d596c76812a91bb99a4 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11515: fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython3/Lib/tkinter/ttk.py
1fff00832639082d2d7aa354c8e6d9110171d6bc 14-Aug-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 74446-74449 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line

Issue #3344: Replace itertools.count by enumerate.
........
r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line

Issue #3926: Fix the usage of the new showwarnings and formatwarning.
........
r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines

Issue #1135: Add the XView and YView mix-ins to avoid duplicating
the xview* and yview* methods.
........
r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line

Clarifying Entry.selection_present's docstring.
........
/external/python/cpython3/Lib/tkinter/ttk.py
a91790a5b0b3c8967d5c42407bb500d298e06d7d 09-Feb-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 69460,69467,69470 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line

Turned setup_master public
........
r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines

Some tests for Tkinter.Text.search
........
r69470 | guilherme.polo | 2009-02-09 17:57:04 -0200 (Mon, 09 Feb 2009) | 1 line

Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly)
........
/external/python/cpython3/Lib/tkinter/ttk.py
fa8fba96a6af233d36cbe9b3d42832d6f071e50b 07-Feb-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 69404 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69404 | guilherme.polo | 2009-02-07 00:20:29 -0200 (Sat, 07 Feb 2009) | 2 lines

Eliminated the need to use ttk.__loadtk__ and the problems related it.
........
/external/python/cpython3/Lib/tkinter/ttk.py
5f2384857468552554bbf9414d1389cf62142ae1 28-Jan-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 69050 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines

Added the ttk module. See issue #2983: Ttk support for Tkinter.
........
/external/python/cpython3/Lib/tkinter/ttk.py