<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tkinter/test, 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-39152: add missing ttk.Scale.configure return value (GH-17815)</title>
<updated>2020-01-05T16:23:58+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-01-05T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ea7bb25e3b192d6c49a49c9e3b316f8559602aa'/>
<id>5ea7bb25e3b192d6c49a49c9e3b316f8559602aa</id>
<content type='text'>
tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
or a list thereof for all options. Based on patch Giovanni Lombardo.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
or a list thereof for all options. Based on patch Giovanni Lombardo.</pre>
</div>
</content>
</entry>
<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-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011)</title>
<updated>2019-02-24T07:28:24+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2019-02-24T07:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aeca373b339e0ea9739536ce6b43bd90f3b89873'/>
<id>aeca373b339e0ea9739536ce6b43bd90f3b89873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix yet one error in checking Tcl version. (GH-10189)</title>
<updated>2018-10-28T18:58:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-28T18:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=569d12f44847f18fc5b514b24e8ab901b0d96895'/>
<id>569d12f44847f18fc5b514b24e8ab901b0d96895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix checking for bugfix Tcl version. (GH-10185)</title>
<updated>2018-10-28T17:48:36+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-28T17:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=18d57b4d6262bf96b5ac307bd84837c29ea04083'/>
<id>18d57b4d6262bf96b5ac307bd84837c29ea04083</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>
</feed>
