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

EmailMessage missing from email.parser stubs: false positive Type checkers report false errors
#2417 opened Aug 25, 2018 by jrideout
sys.stdout.buffer has incorrect type? topic: io I/O related issues
#2527 opened Oct 18, 2018 by vlovich
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
Set dunder operators too permissive? stubs: improvement Improve/refactor existing annotations, other stubs issues
#3184 opened Aug 13, 2019 by kaste
Counter() support non-int stubs: false positive Type checkers report false errors
#3438 opened Nov 4, 2019 by manu3618
dict.update has incorrect variance for one of its overloads stubs: false positive Type checkers report false errors
#3551 opened Dec 20, 2019 by lazytype
Fix various inheritances help wanted An actionable problem of low to medium complexity where a PR would be very welcome
#3968 opened May 6, 2020 by hauntsaninja
Improve multiprocessing stubs stubs: improvement Improve/refactor existing annotations, other stubs issues
#4266 opened Jun 26, 2020 by hauntsaninja
Good ways to contribute
#4641 opened Oct 10, 2020 by hauntsaninja
"class property" should be Generic[T] stubs: improvement Improve/refactor existing annotations, other stubs issues
#4731 opened Oct 30, 2020 by Conchylicultor
A couple of _ast related issues
#4760 opened Nov 11, 2020 by isidentical
Should stubs contain docstrings? project: policy Organization of the typeshed project
#4881 opened Dec 31, 2020 by gvanrossum
Awaitable.__await__ expects a Generator where an Iterator will do status: deferred Issue or PR deferred until some precondition is fixed stubs: false positive Type checkers report false errors
#5125 opened Mar 16, 2021 by wsanchez
Thoughts about type hints in the standard library project: policy Organization of the typeshed project
#5444 opened May 14, 2021 by srittau
Fallback overloads for literal argument project: policy Organization of the typeshed project
#5493 opened May 18, 2021 by srittau
tkinter: stdlib but not really project: policy Organization of the typeshed project topic: tkinter tkinter-related issues
#5589 opened Jun 7, 2021 by Akuli
pyright tests: doesn't support __getattr__ for resolving submodules project: infrastructure typeshed build, test, documentation, or distribution related
#5598 opened Jun 9, 2021 by srittau
Distribute stdlib types as types-stdlib project: policy Organization of the typeshed project
#5835 opened Aug 2, 2021 by srittau
[redis] pipeline return types (again) topic: redis Issues related to the redis third-party stubs
#6028 opened Sep 12, 2021 by brianmaissy
ProTip! Exclude everything labeled bug with -label:bug.