<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter/test/test_ttk, branch benjamin-interp-initialize</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-33096: Fix ttk.Treeview.insert. (GH-6228)</title>
<updated>2018-03-26T07:02:05+00:00</updated>
<author>
<name>Garvit Khatri</name>
<email>garvitdelhi@gmail.com</email>
</author>
<published>2018-03-26T07:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3ab44c0783eebdff687014f7d14d5dec59b6bd39'/>
<id>3ab44c0783eebdff687014f7d14d5dec59b6bd39</id>
<content type='text'>
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32585: Add tkinter.ttk.Spinbox. (#5221)</title>
<updated>2018-02-09T00:03:55+00:00</updated>
<author>
<name>Alan D Moore</name>
<email>me@alandmoore.com</email>
</author>
<published>2018-02-09T00:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6'/>
<id>a48e78a0b7761dd74f1d03fc69e0f6caa6f02fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651)</title>
<updated>2018-02-01T16:49:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-01T16:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=97f1ca167385bafd9be5d226f61c33412fc081bf'/>
<id>97f1ca167385bafd9be5d226f61c33412fc081bf</id>
<content type='text'>
It was deprecated in 3.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was deprecated in 3.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32297: Few misspellings found in Python source code comments. (#4803)</title>
<updated>2017-12-14T11:04:53+00:00</updated>
<author>
<name>Mike</name>
<email>mehanig@gmail.com</email>
</author>
<published>2017-12-14T11:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53f7a7c2814fbfd8a29200926601a32fa48bacb3'/>
<id>53f7a7c2814fbfd8a29200926601a32fa48bacb3</id>
<content type='text'>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)</title>
<updated>2017-09-24T11:34:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-09-24T11:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2fad10235460ac394cc8b869c41f47aba3d63594'/>
<id>2fad10235460ac394cc8b869c41f47aba3d63594</id>
<content type='text'>
Defer removing old behavior to 3.8.
Document new feature of selection_set() and friends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defer removing old behavior to 3.8.
Document new feature of selection_set() and friends.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)</title>
<updated>2017-07-31T09:30:09+00:00</updated>
<author>
<name>csabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2017-07-31T09:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a568e5273382a5dca0c27274f7d8e34c41a87d4d'/>
<id>a568e5273382a5dca0c27274f7d8e34c41a87d4d</id>
<content type='text'>
between instances of OptionMenu.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
between instances of OptionMenu.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused</title>
<updated>2016-10-30T16:52:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-30T16:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=016a9acb2603f07866c060cb14b655b9d9b822fa'/>
<id>016a9acb2603f07866c060cb14b655b9d9b822fa</id>
<content type='text'>
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused</title>
<updated>2016-10-30T16:49:52+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-30T16:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=32c0d3ada52109f339c081d3408546a4af024b3c'/>
<id>32c0d3ada52109f339c081d3408546a4af024b3c</id>
<content type='text'>
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27319: Methods selection_set(), selection_add(), selection_remove()</title>
<updated>2016-06-19T21:05:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-06-19T21:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b84f029baa20608fc1598857ad45774af7064b90'/>
<id>b84f029baa20608fc1598857ad45774af7064b90</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26386: Fixed ttk.TreeView selection operations with item id's</title>
<updated>2016-06-14T09:39:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-06-14T09:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=255bbf2d2501974f25d9da201c3119cbca863f5a'/>
<id>255bbf2d2501974f25d9da201c3119cbca863f5a</id>
<content type='text'>
containing spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
containing spaces.
</pre>
</div>
</content>
</entry>
</feed>
