]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130693: Support more options for search in tkinter.Text (GH-130848)
authorR.C.M <sharktidedev@gmail.com>
Mon, 17 Nov 2025 14:42:26 +0000 (09:42 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 14:42:26 +0000 (14:42 +0000)
commit3d148059479b28a21f8eae6abf6d1bcc91ab8cbb
tree3282b0a6c6ea0ff625229889f6f5c6b1b988a29e
parentf6dd9c12a8ba391cbbcc793411ac7dcfa6e01028
gh-130693: Support more options for search in tkinter.Text (GH-130848)

* Add parameters nolinestop and strictlimits in the tkinter.Text.search() method.
* Add the tkinter.Text.search_all() method.
* Add more tests for tkinter.Text.search().
* stopindex is now only ignored if it is None.
Doc/whatsnew/3.15.rst
Lib/test/test_tkinter/test_text.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst [new file with mode: 0644]