8000 gh-81677: basic support for annotations in __text_signature__'s by skirpichev · Pull Request #101872 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-81677: basic support for annotations in __text_signature__'s #101872

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
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3c23b22
gh-81677: basic support for annotations in signature strings
skirpichev Feb 12, 2023
e4745d2
Merge branch 'main' into text_sign_annot
skirpichev Nov 11, 2023
9b44682
Redo parse_annotation() to accept annotation directly
skirpichev Nov 11, 2023
d85dd6c
Move assert
skirpichev Nov 11, 2023
c64280b
Match wrap_value() logic in parse_annotation()
skirpichev Nov 11, 2023
83f1a1b
Merge branch 'main' into text_sign_annot
skirpichev Jan 17, 2024
94467bc
Merge branch 'main' into text_sign_annot
skirpichev Jan 23, 2024
68cf261
Merge branch 'main' into text_sign_annot
skirpichev Feb 8, 2024
177c993
Merge branch 'master' into text_sign_annot
skirpichev Feb 26, 2024
3dc4125
gh-114949: fix signature in the type.__prepare__() doc string
skirpichev Feb 3, 2024
ff758ab
gh-115231: fill __module__ for built-in class/staticmethods
skirpichev Feb 26, 2024
83d21b2
gh-82062: correctly set module for built-in instance methods in inspe…
skirpichev Feb 26, 2024
5ae8583
Merge branch 'master' into text_sign_annot
skirpichev Mar 1, 2024
1f3c7f3
gh-116110: remove extra processing for the __signature__ attribute
skirpichev Feb 27, 2024
eb8dcca
Merge branch 'main' into text_sign_annot
skirpichev May 14, 2024
b8c44b5
Merge branch 'main' into text_sign_annot
skirpichev May 15, 2024
0720f4d
Merge branch 'main' into text_sign_annot
skirpichev May 31, 2024
897547a
Merge branch 'main' into text_sign_annot
skirpichev Jul 19, 2024
494d4e7
Revert "gh-114949: fix signature in the type.__prepare__() doc string"
skirpichev Jul 19, 2024
38b7d53
Revert "gh-115231: fill __module__ for built-in class/staticmethods"
skirpichev Jul 19, 2024
1173cac
Revert "gh-116110: remove extra processing for the __signature__ attr…
skirpichev Jul 19, 2024
76ab235
- news
skirpichev Jul 19, 2024
9c7c0ed
revert test_misc.py
skirpichev Jul 19, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'master' into text_sign_annot
  • Loading branch information
skirpichev committed Feb 26, 2024
commit 177c99310bba91e7704c0b0a029726548b33a1c6

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0