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
#1000 - ParamSpec: Allow only `P.args`
Issue -
State: closed - Opened by cdce8p almost 3 years ago
- 14 comments
Labels: topic: feature
#985 - Make `builtins.property` generic
Issue -
State: closed - Opened by sobolevn almost 3 years ago
- 12 comments
Labels: topic: feature
#930 - Request: an AssertingTypeGuard type for TypeGuard-like semantics
Issue -
State: open - Opened by sirosen about 3 years ago
- 5 comments
Labels: topic: feature
#928 - Add a `import type` feature (like typescript)
Issue -
State: open - Opened by KotlinIsland about 3 years ago
- 3 comments
Labels: topic: feature
#926 - Change PEP 647 to allow for narrowing in the negative case
Issue -
State: closed - Opened by Zomatree about 3 years ago
- 10 comments
Labels: topic: feature
#913 - Variables annotation
Pull Request -
State: closed - Opened by Bibo-Joshi about 3 years ago
- 15 comments
Labels: CLA signed, topic: documentation
#912 - allow `...` in place of generic parameters
Issue -
State: open - Opened by DetachHead about 3 years ago
- 27 comments
Labels: topic: feature
#900 - Support for alternative generic inference algorithms
Issue -
State: open - Opened by KotlinIsland about 3 years ago
- 5 comments
Labels: topic: feature
#845 - Document Structure and Wishlist
Issue -
State: open - Opened by srittau about 3 years ago
- 1 comment
Labels: topic: documentation
#813 - [Feature Request] TypeVar variance definition alias
Issue -
State: closed - Opened by jorenham over 3 years ago
- 22 comments
Labels: topic: feature
#802 - Wrapper/Proxy Generic Type
Issue -
State: open - Opened by hatal175 over 3 years ago
- 11 comments
Labels: topic: feature
#801 - Introduce a Not type
Issue -
State: open - Opened by antonagestam over 3 years ago
- 20 comments
Labels: topic: feature
#797 - get_type_hints NameError: name is not defined for nested classes in functions
Issue -
State: closed - Opened by ltworf over 3 years ago
- 8 comments
#791 - Add OrderedDict to typing_extensions
Pull Request -
State: closed - Opened by J-M0 over 3 years ago
- 7 comments
Labels: CLA signed
#788 - Adding loosly defined types
Issue -
State: closed - Opened by cesco-fran over 3 years ago
- 4 comments
Labels: topic: feature
#786 - Feature Request: Type hint for Fixed Length Homogeneous Sequences
Issue -
State: open - Opened by craigh92 almost 4 years ago
- 7 comments
Labels: topic: feature
#776 - TypeVar substitution in get_type_hints
Issue -
State: open - Opened by wyfo almost 4 years ago
- 10 comments
Labels: topic: feature
#769 - [feature] Get the type from a variable
Issue -
State: open - Opened by Dimitri-WEI-Lingfeng almost 4 years ago
- 12 comments
Labels: topic: feature
#689 - Literal for sentinel values
Issue -
State: open - Opened by srittau almost 5 years ago
- 20 comments
Labels: topic: feature
#688 - advanced SimpleNamespace typing
Issue -
State: open - Opened by itajaja almost 5 years ago
- 9 comments
Labels: topic: feature
#685 - Record Types
Issue -
State: open - Opened by saulshanabrook about 5 years ago
- 9 comments
Labels: topic: feature
#684 - Support Ellipsis as a type per se
Issue -
State: closed - Opened by max-sixty about 5 years ago
- 9 comments
Labels: topic: feature
#681 - Generic __new__ has serious performance overhead
Issue -
State: closed - Opened by bartv about 5 years ago
- 14 comments
#658 - typing/Generic __orig_class__ availability during __init__ in 3.6 vs 3.7
Issue -
State: closed - Opened by baltus-atomicrules over 5 years ago
- 9 comments
#645 - Expose a cast variant to remove Optional
Issue -
State: closed - Opened by cjerdonek over 5 years ago
- 12 comments
#645 - Expose a cast variant to remove Optional
Issue -
State: closed - Opened by cjerdonek over 5 years ago
- 12 comments
#644 - Subclassing `Protocol` get different `__init__`
Issue -
State: closed - Opened by superChing over 5 years ago
- 2 comments
#629 - Runtime Access to Generic Types on Class Method
Issue -
State: open - Opened by saulshanabrook over 5 years ago
- 16 comments
Labels: topic: feature
#607 - Protocols: A utility to copy attributes from other types?
Issue -
State: closed - Opened by funkyfuture almost 6 years ago
- 2 comments
Labels: topic: feature
#601 - Optional class and protocol fields and methods
Issue -
State: open - Opened by srittau almost 6 years ago
- 9 comments
Labels: topic: feature
#594 - Add typing.Property
Issue -
State: closed - Opened by luckydonald almost 6 years ago
- 7 comments
Labels: topic: feature
#593 - Buffer protocol types
Issue -
State: closed - Opened by srittau almost 6 years ago
- 21 comments
Labels: topic: feature
#582 - Infinite recursion in isinstance check
Issue -
State: closed - Opened by ksunden about 6 years ago
- 10 comments
#566 - AnyOf - Union for return types
Issue -
State: open - Opened by srittau over 6 years ago
- 23 comments
Labels: topic: feature
#548 - Higher-Kinded TypeVars
Issue -
State: open - Opened by tek over 6 years ago
- 164 comments
Labels: topic: feature
#543 - Can't have an alias that just targets a type variable
Issue -
State: closed - Opened by eric-wieser over 6 years ago
- 5 comments
Labels: topic: feature
#526 - NamedTuple doesn’t support overriding __new__
Issue -
State: closed - Opened by flying-sheep almost 7 years ago
- 17 comments
#513 - Typing for multi-dimensional arrays
Issue -
State: open - Opened by shoyer almost 7 years ago
- 20 comments
Labels: topic: feature
#496 - Typing Usability Overhaul
Issue -
State: closed - Opened by ambv about 7 years ago
- 7 comments
Labels: topic: feature
#479 - mypy doesn't like typevars with other typevars in the constraints
Issue -
State: closed - Opened by daboross about 7 years ago
- 4 comments
#464 - Protocols in typing extensions
Pull Request -
State: closed - Opened by ilevkivskyi about 7 years ago
- 30 comments
Labels: CLA signed
#445 - Reconsider making Mapping covariant in the key type
Issue -
State: closed - Opened by JukkaL over 7 years ago
- 13 comments
Labels: resolution: wontfix
#434 - Common test suite for Python type checkers
Issue -
State: closed - Opened by vlasovskikh over 7 years ago
- 11 comments
Labels: topic: other
#433 - typing and PEP8 multi-line parameters
Issue -
State: closed - Opened by feluxe over 7 years ago
- 9 comments
#430 - Document GenericMeta
Issue -
State: closed - Opened by gvanrossum over 7 years ago
- 3 comments
Labels: topic: documentation
#410 - Unable to declare types of objects contained within a numpy array
Issue -
State: closed - Opened by henryJack over 7 years ago
- 5 comments
Labels: resolution: out of scope
#402 - Add PathLike to typing
Issue -
State: closed - Opened by ilevkivskyi over 7 years ago
- 8 comments
#401 - Proposal: `Self`, an alias for the implementing type
Issue -
State: closed - Opened by johnthagen over 7 years ago
- 6 comments
Labels: resolution: duplicate
#307 - Allow specifying a default for omitted type parameters
Issue -
State: closed - Opened by refi64 about 8 years ago
- 15 comments
Labels: topic: feature
#276 - Allow Ellipsis as annotation for inferred type
Issue -
State: open - Opened by ilevkivskyi about 8 years ago
- 11 comments
Labels: topic: feature
#270 - Proposal: signature copying for kwargs.
Issue -
State: closed - Opened by dmoisset about 8 years ago
- 70 comments
#269 - Proposal: inheritance + annotations
Issue -
State: closed - Opened by dmoisset about 8 years ago
- 20 comments
Labels: resolution: out of scope, topic: feature
#256 - Possible to distinguish between Sequence[str]/Iterable[str] and str?
Issue -
State: open - Opened by jtatum over 8 years ago
- 61 comments
Labels: topic: feature
#253 - Clarify what @overload means
Issue -
State: closed - Opened by gvanrossum over 8 years ago
- 30 comments
Labels: topic: feature
#246 - Declaring classes as pure mixins
Issue -
State: open - Opened by JukkaL over 8 years ago
- 9 comments
Labels: topic: feature
#220 - SWIG generator of PEP-484 type hint stub files
Issue -
State: closed - Opened by mcepl over 8 years ago
- 7 comments
#213 - Introduce an Intersection
Issue -
State: open - Opened by ilevkivskyi over 8 years ago
- 244 comments
Labels: topic: feature
#182 - Define a JSON type
Issue -
State: closed - Opened by brettcannon over 8 years ago
- 81 comments
Labels: topic: feature
#157 - How to annotate empty containers?
Issue -
State: closed - Opened by matthiaskramm about 9 years ago
- 17 comments
#71 - declaring exceptions in stubs
Issue -
State: closed - Opened by matthiaskramm over 9 years ago
- 25 comments
Labels: resolution: wontfix
#18 - An Intersection type?
Issue -
State: closed - Opened by gvanrossum about 10 years ago
- 11 comments