]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Jun 2026 10:12:33 +0000 (13:12 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 10:12:33 +0000 (13:12 +0300)
commit5679ef5c3a0ec4b6165c09f7dc85a8f34326ece3
tree5d358f2c40380091ac7a54945588410b89206848
parent3d6c29158e0d79ed325670e6ccb4592363c2a358
[3.14] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152662)

* turtle: wm_attributes(topmost=...);
* idlelib.macosx: winfo_server();
* idlelib tests: after_info().
(cherry picked from commit fc866dc84ec430ab22d60609520f7ab27267baef)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
15 files changed:
Lib/idlelib/idle_test/template.py
Lib/idlelib/idle_test/test_codecontext.py
Lib/idlelib/idle_test/test_colorizer.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_filelist.py
Lib/idlelib/idle_test/test_iomenu.py
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/idle_test/test_pyshell.py
Lib/idlelib/idle_test/test_runscript.py
Lib/idlelib/idle_test/test_stackviewer.py
Lib/idlelib/idle_test/test_window.py
Lib/idlelib/idle_test/test_zoomheight.py
Lib/idlelib/idle_test/test_zzdummy.py
Lib/idlelib/macosx.py
Lib/turtle.py