<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter/test, branch orphaned-comment</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-27313: Use non-deprecated methods for tracing (GH-29425)</title>
<updated>2021-11-06T19:01:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-11-06T19:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cc1cbcbb2d75cacc31ff3359d83043bc7bd5a89d'/>
<id>cc1cbcbb2d75cacc31ff3359d83043bc7bd5a89d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411)</title>
<updated>2021-11-05T08:53:13+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-11-05T08:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9'/>
<id>e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416)</title>
<updated>2021-11-05T08:51:31+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-11-05T08:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=54d1e3f72ed1ad8e860888c30ee7a285b931c0d1'/>
<id>54d1e3f72ed1ad8e860888c30ee7a285b931c0d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45160: Ttk optionmenu only set variable once (GH-28291)</title>
<updated>2021-10-21T20:25:52+00:00</updated>
<author>
<name>E-Paine</name>
<email>63801254+E-Paine@users.noreply.github.com</email>
</author>
<published>2021-10-21T20:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=add46f84769a7e6fafa50954f79b7c248231fa4e'/>
<id>add46f84769a7e6fafa50954f79b7c248231fa4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)</title>
<updated>2021-10-20T16:17:52+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2021-10-20T16:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1dfac27dffbe771f9d88bd1726f7362ce0341437'/>
<id>1dfac27dffbe771f9d88bd1726f7362ce0341437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)</title>
<updated>2021-10-20T02:54:19+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zach@python.org</email>
</author>
<published>2021-10-20T02:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fe454c6f54b0948af67b53af6c2f35af6377e69'/>
<id>4fe454c6f54b0948af67b53af6c2f35af6377e69</id>
<content type='text'>
Since v8.6.11, a few configuration options seem to accept an empty value
where they did not previously; particularly the `type` of a `Menu`
widget, and the `compound` of any ttk widget with a label.  Providing an
explicit expected error message to `checkEnumParam` bypasses the check
of an empty value, which no longer raises `TclError`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since v8.6.11, a few configuration options seem to accept an empty value
where they did not previously; particularly the `type` of a `Menu`
widget, and the `compound` of any ttk widget with a label.  Providing an
explicit expected error message to `checkEnumParam` bypasses the check
of an empty value, which no longer raises `TclError`.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45229: Make tkinter tests discoverable (GH-28637)</title>
<updated>2021-10-13T16:12:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-10-13T16:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f59ed3c310a7ceebf2a56a84ea969a7f75d95b64'/>
<id>f59ed3c310a7ceebf2a56a84ea969a7f75d95b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in the Lib directory (GH-28775)</title>
<updated>2021-10-06T23:13:48+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-06T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be'/>
<id>745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be</id>
<content type='text'>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)</title>
<updated>2021-08-29T11:04:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-08-29T11:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2a8127cafe1d196f858a3ecabf5f1df3eebf9a12'/>
<id>2a8127cafe1d196f858a3ecabf5f1df3eebf9a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44404: tkinter `after` support callable classes (GH-26812)</title>
<updated>2021-06-23T10:30:24+00:00</updated>
<author>
<name>E-Paine</name>
<email>63801254+E-Paine@users.noreply.github.com</email>
</author>
<published>2021-06-23T10:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e9c8f784fa13ea3a51df3b72a498a3896ec9e768'/>
<id>e9c8f784fa13ea3a51df3b72a498a3896ec9e768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
