Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / python/typing issues and pull requests

#1461 - Quality: Add https://github.com/davidfritzsche/pytest-mypy-testing as a tool

Pull Request - State: open - Opened by stdedos about 1 year ago - 1 comment

#1458 - Issue with Never vs LSP

Issue - State: open - Opened by DiscordLiz about 1 year ago - 72 comments

#1455 - Documenting specialisation rules

Issue - State: open - Opened by Gobot1234 about 1 year ago - 5 comments

#1454 - Allow use of `Required` and `NotRequired` to make an existing typed dict total or optional

Issue - State: open - Opened by CaselIT about 1 year ago - 7 comments
Labels: topic: feature

#1445 - Should operator `|` on `TypedDict` allow for creating intersection-like dicts?

Issue - State: open - Opened by bluenote10 over 1 year ago - 5 comments
Labels: topic: feature

#1442 - [BUG] `Union` should expand `TypeVarTuple`.

Issue - State: closed - Opened by randolf-scholz over 1 year ago - 2 comments
Labels: topic: other

#1441 - PEP544 makes it impossible to type-hint functions that return `Protocol`-classes.

Issue - State: closed - Opened by randolf-scholz over 1 year ago - 1 comment
Labels: topic: other

#1437 - NameError: name 'TYPE_CHECKING' is not defined

Issue - State: closed - Opened by vsolet5 over 1 year ago
Labels: topic: feature

#1435 - Question about stub symbols that begin with underscore

Issue - State: open - Opened by erictraut about 3 years ago - 10 comments

#1427 - Clarification on typing.dataclass_transform() defaults

Issue - State: closed - Opened by superbobry over 1 year ago - 6 comments
Labels: topic: other

#1425 - [Cross-post]: Let's deprecate typing.no_type_check_decorator

Issue - State: closed - Opened by AlexWaygood over 1 year ago
Labels: topic: other

#1423 - Remove typing_extensions directory

Pull Request - State: closed - Opened by srittau over 1 year ago

#1422 - git: Switch from master to main

Issue - State: closed - Opened by srittau over 1 year ago - 1 comment
Labels: topic: other

#1419 - Ability to use Callable type alias when annotating functions

Issue - State: open - Opened by OlegAlexander over 1 year ago - 3 comments
Labels: topic: feature

#1417 - Recommend a consistent naming scheme for stub-only packages

Pull Request - State: closed - Opened by coloursofnoise over 1 year ago - 3 comments

#1416 - Import the generics documentation from mypy

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago - 1 comment

#1415 - Import the protocols documentation from mypy

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago - 1 comment

#1414 - Add link to PEP 705, update 695 status

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago

#1413 - docs: fix code example

Pull Request - State: closed - Opened by ozgurturkiye over 1 year ago - 1 comment

#1410 - Making functions/methods subscriptable

Issue - State: open - Opened by Gobot1234 over 1 year ago
Labels: topic: feature

#1405 - Generic ParamSpec in subclass definitions

Issue - State: open - Opened by alanhdu over 1 year ago - 2 comments
Labels: topic: feature

#1403 - pip install error version 3.10.0.0

Issue - State: closed - Opened by matheus-mloptimize over 1 year ago - 2 comments
Labels: topic: other

#1399 - Feature request: Allow unpacking of type variable bound to typed dict

Issue - State: open - Opened by NeilGirdhar over 1 year ago - 4 comments
Labels: topic: feature

#1397 - List update allows slices but __setitem__() index is typed with SupportsIndex

Issue - State: closed - Opened by andy-maier over 1 year ago - 1 comment
Labels: topic: other

#1396 - Type hints of built-in classes implemented in C

Issue - State: closed - Opened by andy-maier over 1 year ago - 2 comments
Labels: topic: documentation

#1394 - Allow TypedDict.__required_keys__/__optional_keys__ to be used as Literal[...]

Issue - State: open - Opened by gh-andre over 1 year ago - 6 comments
Labels: topic: feature

#1386 - allow `typing.Annotated` to be generic in its metadata

Issue - State: closed - Opened by DominiqueGarmier over 1 year ago - 2 comments
Labels: topic: feature

#1383 - Create PEP for Map with bind: match Tuple of parameterized types with parameters from TypeVarTuple

Issue - State: open - Opened by jmsmdy over 1 year ago - 6 comments
Labels: topic: feature

#1380 - Link to mypy docs

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago - 1 comment

#1379 - Update PEP 688 status, drop mentions of Python 2

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago

#1378 - first draft

Issue - State: closed - Opened by Ysh-Lea over 1 year ago

#1376 - Provide guidance on PEP 698's strict enforcement feature of typing.override

Issue - State: open - Opened by NeilGirdhar over 1 year ago - 5 comments
Labels: topic: other

#1374 - for loop typing

Issue - State: closed - Opened by Godwhitelight over 1 year ago - 2 comments
Labels: topic: feature

#1372 - Add PartialApplication

Issue - State: open - Opened by NeilGirdhar over 1 year ago - 4 comments
Labels: topic: feature

#1371 - Proposal: Programmatically create types

Issue - State: open - Opened by NeilGirdhar over 1 year ago - 18 comments
Labels: topic: feature

#1370 - Language specifications for strings

Issue - State: open - Opened by boxed over 1 year ago - 10 comments

#1367 - How should structural subtyping work for objects with slots but no variable declarations?

Issue - State: closed - Opened by AlexWaygood over 1 year ago - 3 comments
Labels: topic: other

#1364 - How should subtyping work with respect to properties?

Issue - State: closed - Opened by AlexWaygood over 1 year ago - 12 comments
Labels: topic: other

#1362 - Union of empty tuple should return `Never`

Issue - State: closed - Opened by randolf-scholz over 1 year ago - 15 comments
Labels: topic: feature

#1359 - Shouldn't get_args(Literal[...]) be usable for type narrowing?

Issue - State: closed - Opened by ReggX over 1 year ago - 3 comments
Labels: topic: feature

#1358 - `import a.b` - should `a` be considered imported?

Issue - State: closed - Opened by bluetech over 1 year ago - 12 comments
Labels: topic: other

#1355 - Assuming `self` or `cls` parameter is positional-only

Issue - State: open - Opened by erictraut over 1 year ago - 8 comments
Labels: topic: other

#1354 - Add covariant/contravariant/invariant properties to a `TypeVar` for binding different `TypeVar`s

Issue - State: closed - Opened by erezinman over 1 year ago - 3 comments
Labels: topic: feature

#1353 - `type` and `disallow-any-generics`

Issue - State: open - Opened by sterliakov over 1 year ago - 1 comment
Labels: topic: other

#1352 - Update docs for tools that inline pyi

Pull Request - State: closed - Opened by hauntsaninja over 1 year ago

#1351 - Type guard doesn't intersect types like instance check

Issue - State: closed - Opened by NeilGirdhar over 1 year ago - 19 comments
Labels: topic: other

#1348 - Question about read-only types

Issue - State: closed - Opened by maufl almost 2 years ago
Labels: topic: feature

#1347 - Type-hint instances of types passed as TypeVarTuple?

Issue - State: closed - Opened by harenbrs almost 2 years ago - 2 comments
Labels: topic: other

#1343 - Cannot extend all protocols

Issue - State: closed - Opened by SimpleArt almost 2 years ago - 2 comments
Labels: topic: other

#1341 - Update list of PEPs

Pull Request - State: closed - Opened by hauntsaninja almost 2 years ago - 1 comment

#1339 - Support `sys.implementation.name` as feature switch for stubs

Issue - State: open - Opened by cdce8p almost 2 years ago
Labels: topic: feature

#1338 - Add information about Python discord

Pull Request - State: closed - Opened by vors almost 2 years ago - 8 comments

#1337 - `typing.TYPE_CHECKER` object to change types depending on which type checker is being run

Issue - State: open - Opened by Lunarmagpie almost 2 years ago - 2 comments
Labels: topic: feature

#1334 - Module resolution order as per PEP 561

Issue - State: closed - Opened by not-my-profile almost 2 years ago - 3 comments

#1333 - Type stubs for single-file top-level modules

Issue - State: open - Opened by not-my-profile almost 2 years ago - 29 comments

#1332 - typing.Pattern and re.Pattern accept different sets of arguments

Issue - State: closed - Opened by PythonCoderAS almost 2 years ago - 5 comments
Labels: topic: other

#1330 - Wrong unsoundness?

Issue - State: closed - Opened by AntoineD almost 2 years ago
Labels: topic: other

#1329 - Inferring keyword arguments from attributes

Issue - State: closed - Opened by GideonBear almost 2 years ago - 6 comments
Labels: topic: feature

#1323 - Allow `NotRequired[]` to be passed as a `TypeVar`

Issue - State: open - Opened by not-my-profile almost 2 years ago - 2 comments
Labels: topic: feature

#1322 - Allow newtyping `Never`

Issue - State: closed - Opened by not-my-profile almost 2 years ago - 6 comments

#1321 - Typing decorators which enrich a class

Issue - State: open - Opened by lijok almost 2 years ago - 1 comment
Labels: topic: feature

#1319 - Type hinting a non-iterator (non-consumable) iterable

Issue - State: closed - Opened by GideonBear almost 2 years ago - 10 comments
Labels: topic: feature

#1318 - Extending the return type of a function depending on boolean flags

Issue - State: closed - Opened by not-my-profile almost 2 years ago - 3 comments

#1315 - More consistency in inference rules between type checkers

Issue - State: open - Opened by matangover almost 2 years ago - 8 comments
Labels: topic: other

#1311 - Suggestion: Allow free type variables in type variable bounds that permeate beyond

Issue - State: open - Opened by schuelermine almost 2 years ago - 1 comment
Labels: topic: feature

#1309 - Annotations for Type factories

Issue - State: open - Opened by vors almost 2 years ago - 7 comments
Labels: topic: feature

#1308 - More Protocols

Issue - State: open - Opened by Eclips4 almost 2 years ago - 1 comment
Labels: topic: feature

#1304 - range typing

Issue - State: open - Opened by Godwhitelight almost 2 years ago - 11 comments
Labels: topic: feature

#1301 - Callable with variadic fixed arguments that doesn't mean *args

Issue - State: open - Opened by DrecDroid almost 2 years ago - 4 comments
Labels: topic: other

#1285 - Welcome to Python Type School!

Issue - State: closed - Opened by anhy999 about 2 years ago

#1283 - decorators cannot get type hints for async function return values

Issue - State: closed - Opened by mkdir700 about 2 years ago
Labels: topic: other

#1278 - How do I type hint a question that returns a zip object?

Issue - State: closed - Opened by nguyenlethaihoang about 2 years ago - 2 comments
Labels: topic: other

#1274 - Question about the representation of ParamSpec Generic classes

Issue - State: closed - Opened by Gobot1234 about 2 years ago - 3 comments
Labels: topic: other

#1273 - Type mappings for generics

Issue - State: open - Opened by jonathanslenders about 2 years ago - 16 comments
Labels: topic: feature

#1267 - Tuple-like typing for lists in type hints

Issue - State: closed - Opened by TruncatedDinosour about 2 years ago - 1 comment
Labels: topic: feature

#1264 - Suggest how stub packages can be tied to the appropriate version of their parent package

Issue - State: open - Opened by brettcannon about 2 years ago
Labels: topic: documentation

#1262 - Document the `_typeshed` module

Issue - State: open - Opened by srittau about 2 years ago
Labels: topic: documentation

#1257 - `isinstance` check with nested `Protocol`.

Issue - State: open - Opened by nstarman about 2 years ago - 3 comments
Labels: topic: feature

#1252 - ParamSpec: use P.args and P.kwargs in other scopes, such as return types

Issue - State: open - Opened by chadrik about 2 years ago - 14 comments
Labels: topic: feature

#1250 - Generic specialization?

Issue - State: open - Opened by vnmabus about 2 years ago - 2 comments
Labels: topic: feature

#1243 - Add Aliasing Decorators section to libraries.rst

Pull Request - State: open - Opened by Drino about 2 years ago - 5 comments

#1233 - Update LICENSE file

Pull Request - State: closed - Opened by srittau over 2 years ago - 1 comment

#1230 - Will `typing.Tuple` die "in the first Python version released 5 years after the release of Python 3.9.0"?

Issue - State: closed - Opened by junkmd over 2 years ago - 6 comments
Labels: topic: other

#1226 - (🎁) Support `TypeVar`s in the bounds of other `TypeVar`s

Issue - State: open - Opened by KotlinIsland over 2 years ago - 6 comments
Labels: feature

#1216 - TypeVarTuple Transformations Before Unpack

Issue - State: open - Opened by llchan over 2 years ago - 21 comments
Labels: topic: feature

#1214 - Interaction between ClassVar/Final and Annotated

Issue - State: closed - Opened by finite-state-machine over 2 years ago - 4 comments
Labels: topic: documentation

#1202 - Generic strings/regex patterns in strings

Issue - State: open - Opened by Fidget-Spinner over 2 years ago - 8 comments
Labels: topic: feature

#1160 - Allow `float("inf")` and `float("-inf")` in literals

Issue - State: open - Opened by antonagestam over 2 years ago - 21 comments
Labels: topic: feature

#1144 - prepare release 4.2.0

Pull Request - State: closed - Opened by JelleZijlstra over 2 years ago

#1113 - Discrepancy in behavior of Callable instance fields

Issue - State: closed - Opened by JelleZijlstra over 2 years ago - 12 comments
Labels: topic: other

#1112 - Type checking for `property.{fget,fset,fdel}`

Issue - State: open - Opened by jpy-git over 2 years ago - 4 comments
Labels: topic: other

#1096 - Introduce `typing.STRICTER_STUBS`

Issue - State: open - Opened by not-my-profile over 2 years ago - 40 comments
Labels: topic: feature

#1061 - Clarify the method of distribution for stub files with extension only packages.

Issue - State: open - Opened by AWhetter almost 3 years ago - 3 comments
Labels: topic: documentation

#1043 - TypingError: type checker will emit error with a message specified in typing stubs

Issue - State: open - Opened by Akuli almost 3 years ago - 15 comments
Labels: topic: feature

#1039 - Annotate function which return a specific module (e.g. `-> Literal[np]`)

Issue - State: open - Opened by Conchylicultor almost 3 years ago - 6 comments
Labels: topic: feature

#1009 - ParamSpec: No support for adding keyword-only argument

Issue - State: open - Opened by ItsDrike almost 3 years ago - 2 comments
Labels: topic: feature