<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter/test/test_tkinter, branch refactor-lambda-parameters</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-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)</title>
<updated>2019-10-04T10:09:52+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-10-04T10:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=06cb94bc8419b9a24df6b0d724fcd8e40c6971d6'/>
<id>06cb94bc8419b9a24df6b0d724fcd8e40c6971d6</id>
<content type='text'>
On Windows use UTF-16 (or UTF-32 for 32-bit Tcl_UniChar) with the
"surrogatepass" error handler for converting to/from Tcl Unicode objects.

On Linux use UTF-8 with the "surrogateescape" error handler for converting
to/from Tcl String objects.

Converting strings from Tcl to Python and back now never fails
(except MemoryError).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows use UTF-16 (or UTF-32 for 32-bit Tcl_UniChar) with the
"surrogatepass" error handler for converting to/from Tcl Unicode objects.

On Linux use UTF-8 with the "surrogateescape" error handler for converting
to/from Tcl String objects.

Converting strings from Tcl to Python and back now never fails
(except MemoryError).
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)</title>
<updated>2019-08-08T05:42:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-08-08T05:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=662db125cddbca1db68116c547c290eb3943d98e'/>
<id>662db125cddbca1db68116c547c290eb3943d98e</id>
<content type='text'>
They now return NotImplemented for unsupported type of the other operand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They now return NotImplemented for unsupported type of the other operand.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29446: tkinter 'import *' only imports what it should (GH-14864)</title>
<updated>2019-07-26T01:30:33+00:00</updated>
<author>
<name>Flavian Hautbois</name>
<email>flavianh@sicara.com</email>
</author>
<published>2019-07-26T01:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=76b645124b3aaa34bc664eece43707c01ef1b382'/>
<id>76b645124b3aaa34bc664eece43707c01ef1b382</id>
<content type='text'>
Add __all__ to tkinter.__init__ and submodules.  Replace 'import *'
with explicit imports in some submodules.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add __all__ to tkinter.__init__ and submodules.  Replace 'import *'
with explicit imports in some submodules.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)</title>
<updated>2019-04-05T10:17:13+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2019-04-05T10:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50866e9ed3e4e0ebb60c20c3483a8df424c02722'/>
<id>50866e9ed3e4e0ebb60c20c3483a8df424c02722</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)</title>
<updated>2018-10-18T19:28:31+00:00</updated>
<author>
<name>Juliette Monsel</name>
<email>j4321@users.noreply.github.com</email>
</author>
<published>2018-10-18T19:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1deea5e53991b46351f6bb395b22365c9455ed88'/>
<id>1deea5e53991b46351f6bb395b22365c9455ed88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)</title>
<updated>2018-10-12T16:44:10+00:00</updated>
<author>
<name>Juliette Monsel</name>
<email>j4321@users.noreply.github.com</email>
</author>
<published>2018-10-12T16:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bf034715db9d6e1603ea432d40041e5577ed3332'/>
<id>bf034715db9d6e1603ea432d40041e5577ed3332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)</title>
<updated>2018-10-08T16:29:24+00:00</updated>
<author>
<name>Juliette Monsel</name>
<email>j4321@users.noreply.github.com</email>
</author>
<published>2018-10-08T16:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af5658ae93b0a87ab4420a7dc30a07fa5a83e252'/>
<id>af5658ae93b0a87ab4420a7dc30a07fa5a83e252</id>
<content type='text'>
Implement the methods selection_from(), selection_range(), selection_present()
and selection_to() for Tkinter Spinbox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement the methods selection_from(), selection_range(), selection_present()
and selection_to() for Tkinter Spinbox.
</pre>
</div>
</content>
</entry>
<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-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>
</feed>
