-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sharktide
wants to merge
43
commits into
python:main
Choose a base branch
from
sharktide:patch-130693
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+85
−4
Open
gh-130693: Add options of the tkinter.Text.search method: -nolinestop -all -overlap -strictlimits #130848
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8b27bcb
Update __init__.py
sharktide 18d5005
📜🤖 Added by blurb_it.
blurb-it[bot] e2a76c2
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktide 753da3a
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktide 1ca30c6
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktide 548e36a
Merge branch 'python:main' into patch-130693
sharktide 6ce83e3
pythongh-130693 Remove wordiness; only title left
sharktide 39f5875
Update 2025-03-04-17-19-26.gh-issue-130693.Kv01r8.rst
sharktide ba0c98a
remove whitespace in Lib/tkinter/__init__.py
sharktide 754a124
Revert formatting in Lib/tkinter/__init__.py
sharktide ffd95fa
Update news entry to use :meth: tags
sharktide 72e70fc
Merge branch 'main' into patch-130693
sharktide 6229bdf
Remove newlines in news entry
sharktide 1843da6
Remove ref to nonexistent docs (needs to be fixed later)
sharktide 7196a88
Use double backticks in news entry
sharktide 2601ddf
Add test cases to test_text.py
sharktide 6d18d2f
Fix test failures due to return type being tcl obj not tuple
sharktide b672353
Make linter happy
sharktide bb9a840
Fix test fails by making 1.10 assumption broader
sharktide cc80963
Try to fix test fails again
sharktide 8c8409c
Update __init__.py
sharktide 980a5e3
Merge options tests into test_search
sharktide fb30d25
Remove -all and -overlap from search() and create search_all()
sharktide d58a291
Explicitly return list and convert tcl objects into strings
sharktide d3621e2
Modify test_search to also test search_all()
sharktide dfe46c0
Add to whatsnew.rst
sharktide efc1685
Merge branch 'main' into patch-130693
sharktide a286199
Fix text fauilures
sharktide 9cf844a
Update news entry
sharktide 834d6d4
Update whatsnew again
sharktide e4c7bef
Fix fails, reword
sharktide 7cb79b9
Fix lint fails, add heading in what’s new
sharktide 026ded8
Remove breaking changes
sharktide 430773c
Use self.tk._splitlist
sharktide 2f5ad84
Use ASCII dashes and move to improved modules
sharktide 71d2a60
Revert docstring and make search_all keyword only
sharktide 77831d4
Allow for other return types in list
sharktide 1daff0f
Value based assertions
sharktide 422aa6f
Remove - where not necessary, add newlines
sharktide 1328308
Fix test fails
sharktide 6e3d0c9
Update type expectations from list to tuple
sharktide 6c6520b
Update assertion values
sharktide 2852ee2
Use suggestions
sharktide File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove - where not necessary, add newlines
- Loading branch information
commit 422aa6fd534632b3c921cd69e7943e82d47d569b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it will be formatted with the same font and color as other methods, just without a link.