Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/typing

Python static typing home. Hosts the documentation and a user help forum.
https://github.com/python/typing

prepare release 4.2.0

JelleZijlstra opened this pull request almost 3 years ago
Discrepancy in behavior of Callable instance fields

JelleZijlstra opened this issue almost 3 years ago
Type checking for `property.{fget,fset,fdel}`

jpy-git opened this issue almost 3 years ago
Introduce `typing.STRICTER_STUBS`

not-my-profile opened this issue almost 3 years ago
Annotate function which return a specific module (e.g. `-> Literal[np]`)

Conchylicultor opened this issue about 3 years ago
ParamSpec: No support for adding keyword-only argument

ItsDrike opened this issue about 3 years ago
ParamSpec: Allow only `P.args`

cdce8p opened this issue about 3 years ago
Make `builtins.property` generic

sobolevn opened this issue about 3 years ago
Request: an AssertingTypeGuard type for TypeGuard-like semantics

sirosen opened this issue about 3 years ago
Add a `import type` feature (like typescript)

KotlinIsland opened this issue about 3 years ago
Change PEP 647 to allow for narrowing in the negative case

Zomatree opened this issue about 3 years ago
Variables annotation

Bibo-Joshi opened this pull request about 3 years ago
allow `...` in place of generic parameters

DetachHead opened this issue about 3 years ago
Support for alternative generic inference algorithms

KotlinIsland opened this issue over 3 years ago
Question about stub symbols that begin with underscore

erictraut opened this issue over 3 years ago
Document Structure and Wishlist

srittau opened this issue over 3 years ago
[Feature Request] TypeVar variance definition alias

jorenham opened this issue over 3 years ago
Wrapper/Proxy Generic Type

hatal175 opened this issue over 3 years ago
Introduce a Not type

antonagestam opened this issue almost 4 years ago
Add OrderedDict to typing_extensions

J-M0 opened this pull request almost 4 years ago
Adding loosly defined types

cesco-fran opened this issue almost 4 years ago
Feature Request: Type hint for Fixed Length Homogeneous Sequences

craigh92 opened this issue almost 4 years ago
TypeVar substitution in get_type_hints

wyfo opened this issue about 4 years ago
[feature] Get the type from a variable

Dimitri-WEI-Lingfeng opened this issue about 4 years ago
Literal for sentinel values

srittau opened this issue about 5 years ago
advanced SimpleNamespace typing

itajaja opened this issue about 5 years ago
Record Types

saulshanabrook opened this issue about 5 years ago
Support Ellipsis as a type per se

max-sixty opened this issue about 5 years ago
Generic __new__ has serious performance overhead

bartv opened this issue over 5 years ago
typing/Generic __orig_class__ availability during __init__ in 3.6 vs 3.7

baltus-atomicrules opened this issue over 5 years ago
Expose a cast variant to remove Optional

cjerdonek opened this issue over 5 years ago
Subclassing `Protocol` get different `__init__`

superChing opened this issue over 5 years ago
Runtime Access to Generic Types on Class Method

saulshanabrook opened this issue over 5 years ago
Protocols: A utility to copy attributes from other types?

funkyfuture opened this issue about 6 years ago
Optional class and protocol fields and methods

srittau opened this issue about 6 years ago
Add typing.Property

luckydonald opened this issue about 6 years ago
Buffer protocol types

srittau opened this issue about 6 years ago
Infinite recursion in isinstance check

ksunden opened this issue over 6 years ago
AnyOf - Union for return types

srittau opened this issue over 6 years ago
Higher-Kinded TypeVars

tek opened this issue almost 7 years ago
Can't have an alias that just targets a type variable

eric-wieser opened this issue almost 7 years ago
NamedTuple doesn’t support overriding __new__

flying-sheep opened this issue about 7 years ago
Typing for multi-dimensional arrays

shoyer opened this issue about 7 years ago
Typing Usability Overhaul

ambv opened this issue about 7 years ago
mypy doesn't like typevars with other typevars in the constraints

daboross opened this issue over 7 years ago
Protocols in typing extensions

ilevkivskyi opened this pull request over 7 years ago
Reconsider making Mapping covariant in the key type

JukkaL opened this issue over 7 years ago
Common test suite for Python type checkers

vlasovskikh opened this issue over 7 years ago
typing and PEP8 multi-line parameters

feluxe opened this issue over 7 years ago
Document GenericMeta

gvanrossum opened this issue over 7 years ago
Unable to declare types of objects contained within a numpy array

henryJack opened this issue almost 8 years ago
Add PathLike to typing

ilevkivskyi opened this issue almost 8 years ago
Proposal: `Self`, an alias for the implementing type

johnthagen opened this issue almost 8 years ago
Allow specifying a default for omitted type parameters

refi64 opened this issue about 8 years ago
Allow Ellipsis as annotation for inferred type

ilevkivskyi opened this issue over 8 years ago
Proposal: signature copying for kwargs.

dmoisset opened this issue over 8 years ago
Proposal: inheritance + annotations

dmoisset opened this issue over 8 years ago
Clarify what @overload means

gvanrossum opened this issue over 8 years ago
Declaring classes as pure mixins

JukkaL opened this issue over 8 years ago
SWIG generator of PEP-484 type hint stub files

mcepl opened this issue over 8 years ago
Introduce an Intersection

ilevkivskyi opened this issue over 8 years ago
Define a JSON type

brettcannon opened this issue almost 9 years ago
How to annotate empty containers?

matthiaskramm opened this issue over 9 years ago
declaring exceptions in stubs

matthiaskramm opened this issue almost 10 years ago
An Intersection type?

gvanrossum opened this issue over 10 years ago