Skip to content

Issues: python/typeshed

Good ways to contribute
#4641 opened Oct 10, 2020 by hauntsaninja
Open 3
Dependency Dashboard
#11588 opened Mar 13, 2024 by renovate bot
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

builtins.slice should be generic status: deferred Issue or PR deferred until some precondition is fixed
#8647 opened Aug 29, 2022 by randolf-scholz
EmailMessage missing from email.parser stubs: false positive Type checkers report false errors
#2417 opened Aug 25, 2018 by jrideout
Maybe change METADATA.toml "requires"? project: infrastructure typeshed build, test, documentation, or distribution related
#8312 opened Jul 15, 2022 by hauntsaninja
Add a pyright-primer project: policy Organization of the typeshed project
#7642 opened Apr 16, 2022 by JelleZijlstra
Third-party removal policy if upstream types are unsufficient project: policy Organization of the typeshed project
#11955 opened May 18, 2024 by srittau
contextlib.contextmanager allows Iterator[T] -- should probably be Generator[T, None, None]? status: deferred Issue or PR deferred until some precondition is fixed stubs: false negative Type checkers do not report an error, but should
#2772 opened Jan 30, 2019 by asottile
Distribute stdlib types as types-stdlib project: policy Organization of the typeshed project
#5835 opened Aug 2, 2021 by srittau
Older stubs still explicitly using Any rather than Incomplete stubs: improvement Improve/refactor existing annotations, other stubs issues
#9550 opened Jan 16, 2023 by Avasam
Improve multiprocessing stubs stubs: improvement Improve/refactor existing annotations, other stubs issues
#4266 opened Jun 26, 2020 by hauntsaninja
Remove distribution types-pkg-resources project: infrastructure typeshed build, test, documentation, or distribution related
#10340 opened Jun 21, 2023 by srittau
Stubs that require a version of python higher than the minimum supported by typeshed project: infrastructure typeshed build, test, documentation, or distribution related
#10722 opened Sep 17, 2023 by hamdanal
Is Enum's _generate_next_value_ really a @staticmethod? stubs: false positive Type checkers report false errors
#10428 opened Jul 10, 2023 by Avasam
Remove types-Pillow (not before October 2024) stubs: removal Pending removal of third-party distributions
#11759 opened Apr 14, 2024 by srittau
Default values in tkinter stubs help wanted An actionable problem of low to medium complexity where a PR would be very welcome topic: tkinter tkinter-related issues
#10947 opened Oct 29, 2023 by Akuli
@functools.cache destroys the function signature stubs: false negative Type checkers do not report an error, but should
#11280 opened Jan 16, 2024 by Aran-Fey
ProTip! Exclude everything labeled bug with -label:bug.