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

Add a single table as summary to cmath documentation#131887

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

Merged
AA-Turner merged 12 commits intopython:mainfromskirpichev:cmath.rst-tables
Apr 6, 2025

Conversation

skirpichev
Copy link
Contributor

@skirpichevskirpichev commentedMar 30, 2025
edited
Loading


📚 Documentation preview 📚:https://cpython-previews--131887.org.readthedocs.build/


for reviewers:

skirpichevand others added6 commitsOctober 25, 2024 09:12
In the main:$ ./python -m timeit -r11 -s 'from cmath import sin;z=1j' 'sin(z)'1000000 loops, best of 11: 312 nsec per loopWith patch:$ ./python -m timeit -r11 -s 'from cmath import sin;z=1j' 'sin(z)'1000000 loops, best of 11: 330 nsec per loop
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
skirpichevand others added2 commitsMarch 30, 2025 12:37
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@python-cla-bot
Copy link

All commit authors signed the Contributor License Agreement.

CLA signed

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
AA-Turnerand others added2 commitsApril 6, 2025 21:51
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@AA-TurnerAA-Turner merged commit6eaa4ae intopython:mainApr 6, 2025
24 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsApr 6, 2025
@miss-islington-app
Copy link

Thanks@skirpichev for the PR, and@AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestApr 6, 2025
(cherry picked from commit6eaa4ae)Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestApr 6, 2025
(cherry picked from commit6eaa4ae)Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@bedevere-app
Copy link

GH-132179 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelApr 6, 2025
@bedevere-app
Copy link

GH-132180 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelApr 6, 2025
AA-Turner added a commit that referenced this pull requestApr 6, 2025
…32179)Docs: Add a single table summary for ``cmath`` (GH-131887)(cherry picked from commit6eaa4ae)Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
AA-Turner added a commit that referenced this pull requestApr 6, 2025
…32180)Docs: Add a single table summary for ``cmath`` (GH-131887)(cherry picked from commit6eaa4ae)Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@skirpichevskirpichev deleted the cmath.rst-tables branchApril 7, 2025 01:46
seehwan pushed a commit to seehwan/cpython that referenced this pull requestApr 16, 2025
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@XuehaiPanXuehaiPanXuehaiPan left review comments

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

@hugovkhugovkhugovk approved these changes

@AA-TurnerAA-TurnerAA-Turner approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip issueskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@skirpichev@hugovk@AA-Turner@XuehaiPan@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp