8000 PEP 729: Typing governance process by JelleZijlstra · Pull Request #3455 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 729: Typing governance process #3455

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

Merged
merged 24 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
10b67f7
PEP 729: Typing Council
JelleZijlstra Sep 23, 2023
8c045fd
shut up the linter for now
JelleZijlstra Sep 23, 2023
2623a65
PEP 729 suggestions (#4)
hauntsaninja Sep 23, 2023
c3ba3a1
More examples (#5)
hauntsaninja Sep 23, 2023
54e6bfb
Reconcile discussion on how to approach the spec (#6)
hauntsaninja Sep 23, 2023
f70124f
Do not delegate by default (#7)
hauntsaninja Sep 26, 2023
487a5ff
Change to self-governance (#8)
hauntsaninja Sep 26, 2023
4177bce
do nothing? (#9)
hauntsaninja Sep 28, 2023
edc5376
Add "Relationship with type checkers" (#10)
JelleZijlstra Sep 28, 2023
ab8a36c
shantanu owns it too
JelleZijlstra Sep 28, 2023
ee7fa12
copyright stanza
JelleZijlstra Sep 28, 2023
672d6d4
newline
JelleZijlstra Sep 28, 2023
f956b1b
Apply suggestions from code review
hauntsaninja Sep 28, 2023
86f3c4d
Add __exit__ as an example of underspecification
JelleZijlstra Sep 28, 2023
47c5502
Apply suggestions from code review
JelleZijlstra Sep 28, 2023
b9ac647
Update peps/pep-0729.rst
JelleZijlstra Sep 29, 2023
75f5456
Update peps/pep-0729.rst
JelleZijlstra Sep 29, 2023
4811fa7
Update peps/pep-0729.rst
JelleZijlstra Sep 29, 2023
07bb2a0
More feedback from Guido
JelleZijlstra Sep 29, 2023
418d546
More specific than "end users"
JelleZijlstra Sep 29, 2023
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ peps/pep-0724.rst @jellezijlstra
peps/pep-0725.rst @pradyunsg
peps/pep-0726.rst @AA-Turner
peps/pep-0727.rst @JelleZijlstra
peps/pep-0729.rst @JelleZijlstra @hauntsaninja
# ...
# peps/pep-0754.rst
# ...
Expand Down
Loading
0