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
Changes from 1 commit
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
de3ce06
Post on Discourse, wait a week
JelleZijlstra Sep 29, 2023
d3d5e78
minor rewording
JelleZijlstra Oct 1, 2023 8000
db5c10b
Merge branch 'main' into typing-council
JelleZijlstra Oct 1, 2023
ca317b7
They should care about runtime
JelleZijlstra Oct 4, 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
Prev Previous commit
Next Next commit
copyright stanza
  • Loading branch information
JelleZijlstra committed Sep 28, 2023
commit ee7fa124a05f69e9a0eaa878e7c75ccd685f635a
6 changes: 6 additions & 0 deletions peps/pep-0729.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,9 @@ power by individual projects or contributors. While very valuable, the former is
a slow process that can often end in inaction. The latter can result in a less
consistent ecosystem. Finally, easily legible governance structures make the
community more accessible and equitable.

Copyright
=========

This document is placed in the public domain or under the
CC0-1.0-Universal license, whichever is more permissive.
0