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

Update list of PEPs

JelleZijlstra opened this pull request 11 months ago
Proposed spec change about TypeGuard/bool compatibility

JelleZijlstra opened this pull request 12 months ago
Added conformance tests for historical (pre-3.8) mechanism for specif…

erictraut opened this pull request 12 months ago
hello

karimahmadi99 opened this issue 12 months ago
Fix "importt" typo in protocol.rst

HandcartCactus opened this pull request 12 months ago
Updated tests for spec change and pytype update

erictraut opened this pull request 12 months ago
Regenerated conformance report based on latest results after previous…

erictraut opened this pull request 12 months ago
Add reference targets throughout the spec

JelleZijlstra opened this pull request 12 months ago
Spec: add TypeGuard reference to link from PEP 647

hugovk opened this pull request 12 months ago
Add Dependabot to keep GitHub Actions up-to-date

hugovk opened this pull request 12 months ago
Bump GitHub Actions

hugovk opened this pull request 12 months ago
Spec: add Protocols reference to link from PEP 544

hugovk opened this pull request 12 months ago
Spec: add `Self` reference to link from PEP 673

hugovk opened this pull request 12 months ago
Added clarification about pre-3.8 way to specify positional-only parameters.

erictraut opened this pull request 12 months ago
Added clarifications about illegal uses of `Annotated` special form.

erictraut opened this pull request 12 months ago
Added draft conformance tests for named tuple chapter of typing spec.

erictraut opened this pull request 12 months ago
Draft modification to the `@no_type_check` section of the spec.

erictraut opened this pull request about 1 year ago
Added draft chapter to typing spec for named tuples

erictraut opened this pull request about 1 year ago
Updated conformance test results for pyright 1.1.349.

erictraut opened this pull request about 1 year ago
Fixed a couple of minor formatting issues and typos in the new tuples…

erictraut opened this pull request about 1 year ago
Added test cases for new "tuples" chapter.

erictraut opened this pull request about 1 year ago
Updated conformance test results for pytype 2024.01.24.

erictraut opened this pull request about 1 year ago
Types for "truthy" and "falsy" values

Feuermurmel opened this issue about 1 year ago
Integrate the Type Stubs document into the spec

srittau opened this issue about 1 year ago
Link directly to spec and guide on distribution

hauntsaninja opened this pull request about 1 year ago
Outdated stub package guidance

WMOkiishi opened this issue about 1 year ago
Fixed a bug that caused pyre to fail to run in some cases.

erictraut opened this pull request about 1 year ago
Updated conformance test results for pyright 1.1.348.

erictraut opened this pull request about 1 year ago
Added code to make the compliance test more deterministic.

erictraut opened this pull request about 1 year ago
Added draft chapter to typing spec for tuples.

erictraut opened this pull request about 1 year ago
Regenerated report summary to include latest test results.

erictraut opened this pull request about 1 year ago
Regenerated report summary to include latest test results.

erictraut opened this pull request about 1 year ago
Fixed a bug in the conformance tests for TypeVarTuples and removed a …

erictraut opened this pull request about 1 year ago
Added draft chapter to typing spec for enumerations.

erictraut opened this pull request about 1 year ago
Add conformance test for generic types as base classes

hauntsaninja opened this pull request about 1 year ago
Conformance tests and spec change for generic type erasure

hauntsaninja opened this pull request about 1 year ago
Updated conformance test results for pyright 1.1.347

erictraut opened this pull request about 1 year ago
Updated spec and conformance test to reflect that a type variable tha…

erictraut opened this pull request about 1 year ago
Reverted https://github.com/python/typing/pull/1576. It wasn't meant …

erictraut opened this pull request about 1 year ago
Fixed a few bugs in the conformance tests:

erictraut opened this pull request about 1 year ago
Change specification of `@no_type_check`

hauntsaninja opened this pull request about 1 year ago
PR preview

srittau opened this issue about 1 year ago
Nit: typing.Text was only available since 3.5

srittau opened this pull request about 1 year ago
Fixed a bug in the NewType conformance test that was based on a misre…

erictraut opened this pull request about 1 year ago
Literal unary annotation

erictraut opened this pull request about 1 year ago
Modernise more description in stubs distribution

hauntsaninja opened this pull request about 1 year ago
Updated spec and conformance test to reflect that a type variable tha…

erictraut opened this pull request about 1 year ago
Updated conformance test results to reflect recent change to the rule…

erictraut opened this pull request about 1 year ago
Spec: Add "meta" file describing process for changing the spec

JelleZijlstra opened this pull request about 1 year ago
[spec] Update typeshed language to conform to reality

srittau opened this pull request about 1 year ago
Made proposed change to the typing spec with regard to `NoReturn` and…

erictraut opened this pull request about 1 year ago
FYI: I removed the "stable" docs version

srittau opened this issue about 1 year ago
Docs: use role to link to PEPs

hugovk opened this pull request about 1 year ago
Update Python and Sphinx versions for docs

hugovk opened this pull request about 1 year ago
Spec: add `paramspec` reference to link from PEP 612

hugovk opened this pull request about 1 year ago
Spec: Annotating the `self` argument in `__init__` methods

Viicos opened this issue about 1 year ago
Added more type system conformance tests

erictraut opened this pull request about 1 year ago
Make pytype conformance test a little faster.

rchen152 opened this pull request about 1 year ago
Pass variable as final

cojmeister opened this issue about 1 year ago
Added tests for the "type qualifiers" section of the typing spec

erictraut opened this pull request about 1 year ago
Add conformance tests for basic generic spec

hauntsaninja opened this pull request about 1 year ago
Initial check-in of type specification conformance suite.

erictraut opened this pull request about 1 year ago
Allow unary `+` in integer Literals

dmoisset opened this issue about 1 year ago
Allow unary + in Literal integers

dmoisset opened this pull request about 1 year ago
Specify NamedTuple

gvanrossum opened this issue about 1 year ago
Specify what happens for binary operators (e.g. `__add__`)

gvanrossum opened this issue about 1 year ago
Spec: Specify how inheriting from Any works

gvanrossum opened this issue about 1 year ago
Update an URL

srittau opened this pull request about 1 year ago
Add "Modernizing Superseded Typing Features" guide

srittau opened this pull request about 1 year ago
Discussions moved to discourse

srittau opened this pull request about 1 year ago
Switch to `main`?

srittau opened this issue about 1 year ago
Typing Spec: Don't prescribe using joins

JelleZijlstra opened this pull request about 1 year ago
Fix trailing spaces

JelleZijlstra opened this pull request about 1 year ago
Annotations for `__eq__`

JelleZijlstra opened this issue about 1 year ago
Specify how type checkers should interpret `__exit__` annotations

JelleZijlstra opened this issue about 1 year ago
Typing spec: More consistent, formalized language

JelleZijlstra opened this issue about 1 year ago
Make support for type comments optional

JelleZijlstra opened this issue about 1 year ago
Spec: Mandate support for typing-extensions

JelleZijlstra opened this issue about 1 year ago
Typing spec: Improve cross-linking

JelleZijlstra opened this issue about 1 year ago
Type hinting a class decorator that returns a subclass

BojieSheng opened this issue about 1 year ago
(Partial) keyword argument forwarding

srittau opened this issue about 1 year ago
Support for Union[*TypeVarTuple]

pwuertz opened this issue about 1 year ago
Typing for enums of primitive Python types

tokarenko opened this issue about 1 year ago
Allow type-hints for Exception arguments (BaseException.args)

aha79 opened this issue about 1 year ago
Add the typing spec

JelleZijlstra opened this pull request about 1 year ago
Fix docs warnings

JelleZijlstra opened this pull request about 1 year ago
Warnings when building the docs

JelleZijlstra opened this issue about 1 year ago
Fix formatting in typing_anti_pitch.rst

MegaIng opened this pull request about 1 year ago
Uses for Intersection in type hints

ViktorSky opened this issue about 1 year ago
Paramspec Mapped Types

cjntaylor opened this issue about 1 year ago
`Unused` type ?

TruncatedDinoSour opened this issue over 1 year ago