<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter, branch benjamin-pyapi</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-34189: Fix checking for bugfix Tcl version. (GH-8397)</title>
<updated>2018-07-22T18:41:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-22T18:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c75c1e0e8aeb720ac3fcfab119b70cabba4e8235'/>
<id>c75c1e0e8aeb720ac3fcfab119b70cabba4e8235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34189: Add simple tests for new Tk widget options. (GH-8396)</title>
<updated>2018-07-22T16:50:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-22T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e271ca78e37a502b3dc1036f824aa3999efcd56b'/>
<id>e271ca78e37a502b3dc1036f824aa3999efcd56b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)</title>
<updated>2018-06-30T06:20:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-06-30T06:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bb5bbfca847524bab5f2368bdb48eedf5dba74f'/>
<id>5bb5bbfca847524bab5f2368bdb48eedf5dba74f</id>
<content type='text'>
Fix passing lists and tuples of strings containing special characters
'"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix passing lists and tuples of strings containing special characters
'"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)</title>
<updated>2018-04-17T05:34:35+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>34587441+andresdelfino@users.noreply.github.com</email>
</author>
<published>2018-04-17T05:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4b685bf7192fff48c8effeeae4f4d64f9420ec0f'/>
<id>4b685bf7192fff48c8effeeae4f4d64f9420ec0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)</title>
<updated>2018-03-04T10:41:47+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2018-03-04T10:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74382a3f175ac285cc924a73fd758e8dc3cc41bb'/>
<id>74382a3f175ac285cc924a73fd758e8dc3cc41bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
