Skip to content

[pull] main from python:main - #1489

Merged
pull[bot] merged 2 commits into
tj-python:mainfrom
python:main
Sep 17, 2026
Merged

pull[bot] merged 2 commits into
tj-python:mainfrom
python:main

Conversation

@pull

@pull pull Bot commented Sep 17, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

winklemad and others added 2 commits September 17, 2026 08:40
…erator (GH-157453)

In C the unary "!" operator binds tighter than binary operators, but "not"
binds looser in Python, so "!n + 1" was translated to "not n + 1".  "!" as
the right operand of a binary operator, for example "2 * !n", produced
invalid Python code and raised SyntaxError.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…57598)

Show the error in red below the entry and move the cursor to the
offending character in the pattern, instead of a message box. Find
Again without a dialog still uses the message box.

Check the pattern as typed, so that the position is right. This also
fixes the "Whole word" option with a regular expression: the pattern
is now grouped, so that "a|b" is anchored on both sides, and a pattern
ending with a backslash is an error instead of matching "\b".

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators Sep 17, 2026
@pull pull Bot added the ⤵️ pull label Sep 17, 2026
@pull
pull Bot merged commit 9ab004d into tj-python:main Sep 17, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants