]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jun 2026 06:34:26 +0000 (08:34 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 06:34:26 +0000 (06:34 +0000)
commit108a2adbc7a98e6adf4cef6ef70e8b7bca328e32
treed90ba3de1b99294303a3ec34df18d2fa57aafd1a
parentac207265bdbcf7d507d2c9831aa54eda0fe9bb61
[3.15] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152648)

Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
16 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/idle_test/test_zzdummy_user.py
Lib/idlelib/macosx.py
Lib/turtle.py