Skip to content

gh-106318: Add example for str.isalpha() - #137557

Merged
hugovk merged 11 commits into
python:mainfrom
adorilson:106318.isalpha
Nov 24, 2025
Merged

gh-106318: Add example for str.isalpha()#137557
hugovk merged 11 commits into
python:mainfrom
adorilson:106318.isalpha

Conversation

@adorilson

@adorilsonadorilson commented Aug 8, 2025

Copy link
Copy Markdown
Contributor

vstinnerand others added 4 commits August 8, 2025 10:54
…#106335)
Remove private _PyThreadState and _PyInterpreterState C API
functions: move them to the internal C API (pycore_pystate.h and
pycore_interp.h). Don't export most of these functions anymore, but
still export functions used by tests.
Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C
API, but keep it in the stable API.
Comment threadDoc/library/stdtypes.rst Outdated
Comment threadDoc/library/stdtypes.rst Outdated
Comment threadDoc/library/stdtypes.rst Outdated
Co-authored-by: Éric <merwok@netwok.org>
Comment threadDoc/library/stdtypes.rst Outdated
Comment threadDoc/library/stdtypes.rst Outdated
@hugovkhugovk added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 22, 2025
adorilsonand others added 3 commits November 24, 2025 12:01
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@hugovk
hugovk enabled auto-merge (squash) November 24, 2025 14:04
@hugovk
hugovk merged commit 0387a8e into python:mainNov 24, 2025
27 of 28 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsNov 24, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @adorilson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington-app

Copy link
Copy Markdown

Sorry, @adorilson and @hugovk, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0387a8e0f773c5f60c089b3801898eb34c49cacd 3.14

@miss-islington-app

Copy link
Copy Markdown

Sorry, @adorilson and @hugovk, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0387a8e0f773c5f60c089b3801898eb34c49cacd 3.13

@bedevere-app

Copy link
Copy Markdown

GH-141901 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Nov 24, 2025
hugovk added a commit to hugovk/cpython that referenced this pull request Nov 24, 2025
(cherry picked from commit 0387a8e)
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app

Copy link
Copy Markdown

GH-141902 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Nov 24, 2025
hugovk added a commit to hugovk/cpython that referenced this pull request Nov 24, 2025
(cherry picked from commit 0387a8e)
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
hugovk added a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
hugovk added a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
ashm-dev pushed a commit to ashm-dev/cpython that referenced this pull request Dec 8, 2025
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants

@adorilson@merwok@hugovk@StanFromIreland@vstinner