]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 3 Jan 2019 03:04:06 +0000 (22:04 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Jan 2019 03:04:06 +0000 (22:04 -0500)
commitaff0adabf3ace62073076f4ce875ff568f2d3180
tree157f0f7ad9d4f62e55cc99c000f6e82af30a0d01
parente9a044ec16989bd4b39763c0588c17200a925350
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
13 files changed:
Lib/idlelib/autocomplete_w.py
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/debugger.py
Lib/idlelib/grep.py
Lib/idlelib/idle_test/test_searchbase.py
Lib/idlelib/query.py
Lib/idlelib/replace.py
Lib/idlelib/scrolledlist.py
Lib/idlelib/search.py
Lib/idlelib/searchbase.py
Lib/idlelib/tree.py
Misc/NEWS.d/next/IDLE/2018-12-31-17-04-18.bpo-33987.fD92up.rst [new file with mode: 0644]