<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter, branch main</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)</title>
<updated>2023-04-24T01:31:44+00:00</updated>
<author>
<name>Christopher Chavez</name>
<email>chrischavez@gmx.us</email>
</author>
<published>2023-04-24T01:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f0ed293f6aec1c2ed22725301b77d6ccedc2d486'/>
<id>f0ed293f6aec1c2ed22725301b77d6ccedc2d486</id>
<content type='text'>
---------

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
Co-authored-by: blurb-it[bot] &lt;43283697+blurb-it[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---------

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
Co-authored-by: blurb-it[bot] &lt;43283697+blurb-it[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>gh-102799: use exception instance instead of sys.exc_info() (#102885)</title>
<updated>2023-03-31T10:23:02+00:00</updated>
<author>
<name>Irit Katriel</name>
<email>1055913+iritkatriel@users.noreply.github.com</email>
</author>
<published>2023-03-31T10:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=44bd3fe570da9115bec67694404b8da26716a1d7'/>
<id>44bd3fe570da9115bec67694404b8da26716a1d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)</title>
<updated>2023-03-18T11:47:11+00:00</updated>
<author>
<name>Irit Katriel</name>
<email>1055913+iritkatriel@users.noreply.github.com</email>
</author>
<published>2023-03-18T11:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e1e9bab0061e8d4bd7b94ed455f3bb7bf8633ae7'/>
<id>e1e9bab0061e8d4bd7b94ed455f3bb7bf8633ae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-57762: fix misleading tkinter.Tk docstring (#98837)</title>
<updated>2022-12-22T22:35:32+00:00</updated>
<author>
<name>Shantanu</name>
<email>12621235+hauntsaninja@users.noreply.github.com</email>
</author>
<published>2022-12-22T22:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ad23da0e77c4c4a3185df64d1c199b8c17e08188'/>
<id>ad23da0e77c4c4a3185df64d1c199b8c17e08188</id>
<content type='text'>
Mentioned as a desired change by terryjreedy on the corresponding issue,
since Tk is not a subclass of Toplevel.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mentioned as a desired change by terryjreedy on the corresponding issue,
since Tk is not a subclass of Toplevel.</pre>
</div>
</content>
</entry>
<entry>
<title>gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)</title>
<updated>2022-10-19T09:30:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2022-10-19T09:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e4ec8de6fa6f0a07e64f6a3e3f894926b4b0652d'/>
<id>e4ec8de6fa6f0a07e64f6a3e3f894926b4b0652d</id>
<content type='text'>
Previously they were silently ignored. Now they are errors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously they were silently ignored. Now they are errors.</pre>
</div>
</content>
</entry>
<entry>
<title>gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)</title>
<updated>2022-09-27T11:05:05+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2022-09-27T11:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=adbed2d542a815b8175db965742211856b19b52f'/>
<id>adbed2d542a815b8175db965742211856b19b52f</id>
<content type='text'>
Previously, checkbuttons in different parent widgets could have the same
short name and share the same state if arguments "name" and "variable" are
not specified. Now they are globally unique.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, checkbuttons in different parent widgets could have the same
short name and share the same state if arguments "name" and "variable" are
not specified. Now they are globally unique.
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)</title>
<updated>2022-06-22T20:23:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-06-22T20:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c1fb12e5afa09aca3134a9bc0116c31dbcccc5e9'/>
<id>c1fb12e5afa09aca3134a9bc0116c31dbcccc5e9</id>
<content type='text'>
* Move Lib/tkinter/test/test_tkinter/ to Lib/test/test_tkinter/.
* Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/.
* Add Lib/test/test_ttk/__init__.py based on test_ttk_guionly.py.
* Add Lib/test/test_tkinter/__init__.py
* Remove old Lib/test/test_tk.py.
* Remove old Lib/test/test_ttk_guionly.py.
* Add __main__ sub-modules.
* Update imports and update references to rename files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move Lib/tkinter/test/test_tkinter/ to Lib/test/test_tkinter/.
* Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/.
* Add Lib/test/test_ttk/__init__.py based on test_ttk_guionly.py.
* Add Lib/test/test_tkinter/__init__.py
* Remove old Lib/test/test_tk.py.
* Remove old Lib/test/test_ttk_guionly.py.
* Add __main__ sub-modules.
* Update imports and update references to rename files.</pre>
</div>
</content>
</entry>
<entry>
<title>gh-84623: Remove unused imports (#94132)</title>
<updated>2022-06-22T17:14:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-06-22T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=47e35625ff2c4e6511a12e7178c3e4fbc965b634'/>
<id>47e35625ff2c4e6511a12e7178c3e4fbc965b634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-84623: Remove unused imports in stdlib (#93773)</title>
<updated>2022-06-13T14:28:41+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-06-13T14:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=259dd71c32a42708a2800c72898e2664a33fda9c'/>
<id>259dd71c32a42708a2800c72898e2664a33fda9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-13553: Document tkinter.Tk args (#4786)</title>
<updated>2022-05-10T03:49:00+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2022-05-10T03:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c56e2bb9949c95ec8911cd5554b07044a564796f'/>
<id>c56e2bb9949c95ec8911cd5554b07044a564796f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
