Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-130693: Add options of the tkinter.Text.search method: -nolinestop -all -overlap -strictlimits#130848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sharktide wants to merge20 commits intopython:main
base:main
Choose a base branch
Loading
fromsharktide:patch-130693
Open
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
8b27bcb
Update __init__.py
sharktideMar 4, 2025
18d5005
📜🤖 Added by blurb_it.
blurb-it[bot]Mar 4, 2025
e2a76c2
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktideMar 4, 2025
753da3a
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktideMar 5, 2025
1ca30c6
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktideMar 5, 2025
548e36a
Merge branch 'python:main' into patch-130693
sharktideMay 5, 2025
6ce83e3
pythongh-130693 Remove wordiness; only title left
sharktideMay 5, 2025
39f5875
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktideMay 30, 2025
ba0c98a
remove whitespace in Lib/tkinter/__init__.py
sharktideJun 17, 2025
754a124
Revert formatting in Lib/tkinter/__init__.py
sharktideJun 17, 2025
ffd95fa
Update news entry to use :meth: tags
sharktideJun 17, 2025
72e70fc
Merge branch 'main' into patch-130693
sharktideJun 17, 2025
6229bdf
Remove newlines in news entry
sharktideJun 17, 2025
1843da6
Remove ref to nonexistent docs (needs to be fixed later)
sharktideJun 17, 2025
7196a88
Use double backticks in news entry
sharktideJun 17, 2025
2601ddf
Add test cases to test_text.py
sharktideJun 18, 2025
6d18d2f
Fix test failures due to return type being tcl obj not tuple
sharktideJun 18, 2025
b672353
Make linter happy
sharktideJun 18, 2025
bb9a840
Fix test fails by making 1.10 assumption broader
sharktideJun 18, 2025
cc80963
Try to fix test fails again
sharktideJun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
  • Loading branch information
@sharktide
sharktide authoredMar 5, 2025
commit1ca30c634e5d0f101b0d98ee0cf15380d160c142
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,5 +3,4 @@ Type: Enhancement
Title: Add support for ``-nolinestop``, ``-all``, ``-overlap``, and ``-strictlimits`` options to ``tkinter.Text.search``
Issue: :gh:`130693`


Added nolinestop, all, overlap, and strictlimits to tkinter.Text.search method
Added nolinestop, all, overlap, and strictlimits to tkinter.Text.search method These improvements align the ``tkinter.Text.search`` method with the underlying Tcl/Tk library, providing more flexibility and functionality for users.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp