-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Issues: python/typeshed
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
Label
Projects
Milestones
Assignee
Sort
Issues list
asyncio updates for Python 3.14
status: deferred
Issue or PR deferred until some precondition is fixed
#13357
opened Jan 2, 2025 by
kumaraditya303
Several type annotations in Type checkers report false errors
_interpreters
and _interpqueues
are wrong
stubs: false positive
#13351
opened Dec 31, 2024 by
agronholm
Missing return value variant for socket.getaddrinfo for disable ipv6 support.
#13344
opened Dec 30, 2024 by
MaicoTimmerman
sorted() does not enforce comparable items in an iterable of tuples
stubs: false negative
Type checkers do not report an error, but should
#13297
opened Dec 24, 2024 by
jcmacdon
Unmaintained flake8-noqa, Adding support for external codes
project: infrastructure
typeshed build, test, documentation, or distribution related
status: needs decision
Needs a final decision by the typeshed maintainers
#13296
opened Dec 24, 2024 by
Avasam
Applying more Ruff groups to this repository
project: infrastructure
typeshed build, test, documentation, or distribution related
#13295
opened Dec 24, 2024 by
Avasam
Typeshed in mypy 1.14.0 prohibits using
email.policy.default
with email.message_from_string()
#13273
opened Dec 21, 2024 by
jwodder
Shouldn't the return type of
__reversed__
be an Iterable[T]
instead of Iterator[T]
?
#13218
opened Dec 7, 2024 by
bluenote10
Spurious typecheck failure when passing I/O related issues
Gzipfile
instance to tarfile.open
topic: io
#13135
opened Nov 27, 2024 by
ncoghlan
BaseExceptionGroup should return ExceptionGroup if initialized with non-base exceptions
#12972
opened Nov 7, 2024 by
jakkdl
Stubtest docs: common failure/suppression examples + debugging guidance
project: infrastructure
typeshed build, test, documentation, or distribution related
#12962
opened Nov 6, 2024 by
yangdanny97
Remove caldav (May 2025)
stubs: removal
Pending removal of third-party distributions
#12959
opened Nov 6, 2024 by
srittau
@deprecated
overloads for invalid uses of contextlib.ContextDecorator
?
#12881
opened Oct 23, 2024 by
Zac-HD
Consistently mark types with
| MaybeNone
whenever it is applicable
#12822
opened Oct 16, 2024 by
oprypin
Remove pygit2 (May 2025)
stubs: removal
Pending removal of third-party distributions
#12787
opened Oct 12, 2024 by
srittau
Should
None
be an acceptable default_section
parameter of configparser.ConfigParser
#12700
opened Sep 28, 2024 by
Avasam
Pin stubs to their corresponding upstream version
project: infrastructure
typeshed build, test, documentation, or distribution related
#12694
opened Sep 26, 2024 by
sk-
Remove influxdb-client (April 2025)
stubs: removal
Pending removal of third-party distributions
#12661
opened Sep 14, 2024 by
srittau
Incorrect return type for PyInstaller's collect_entry_point
#12651
opened Sep 12, 2024 by
davetapley
asyncio.Protocol.data_received
should also accept bytearray
alongside bytes
topic: asyncio
#12606
opened Aug 30, 2024 by
jonathanslenders
False positive with Type checkers report false errors
builtins.min(T, T)
if T.__lt__
doesn't return a builtins.bool
stubs: false positive
#12562
opened Aug 20, 2024 by
jorenham
Use Docker to ensure local tests and CI pipeline tests agree?
project: infrastructure
typeshed build, test, documentation, or distribution related
#12523
opened Aug 13, 2024 by
papadeltasierra
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.