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

#1601 - Updated conformance test results for pyright 1.1.348.

Pull Request - State: closed - Opened by erictraut 8 months ago

#1600 - Added code to make the compliance test more deterministic.

Pull Request - State: closed - Opened by erictraut 8 months ago

#1599 - Added draft chapter to typing spec for tuples.

Pull Request - State: closed - Opened by erictraut 8 months ago - 1 comment

#1597 - Regenerated report summary to include latest test results.

Pull Request - State: closed - Opened by erictraut 8 months ago

#1596 - Regenerated report summary to include latest test results.

Pull Request - State: closed - Opened by erictraut 8 months ago

#1591 - Added draft chapter to typing spec for enumerations.

Pull Request - State: closed - Opened by erictraut 8 months ago - 3 comments

#1590 - Add conformance test for generic types as base classes

Pull Request - State: closed - Opened by hauntsaninja 9 months ago

#1589 - Conformance tests and spec change for generic type erasure

Pull Request - State: closed - Opened by hauntsaninja 9 months ago - 2 comments

#1588 - Updated conformance test results for pyright 1.1.347

Pull Request - State: closed - Opened by erictraut 9 months ago

#1587 - Updated spec and conformance test to reflect that a type variable tha…

Pull Request - State: closed - Opened by erictraut 9 months ago - 3 comments
Labels: waiting for TC

#1585 - Fixed a few bugs in the conformance tests:

Pull Request - State: closed - Opened by erictraut 9 months ago

#1584 - Change specification of `@no_type_check`

Pull Request - State: closed - Opened by hauntsaninja 9 months ago

#1583 - PR preview

Issue - State: closed - Opened by srittau 9 months ago - 3 comments
Labels: topic: documentation

#1582 - Nit: typing.Text was only available since 3.5

Pull Request - State: closed - Opened by srittau 9 months ago - 1 comment

#1580 - Literal unary annotation

Pull Request - State: closed - Opened by erictraut 9 months ago

#1577 - Modernise more description in stubs distribution

Pull Request - State: closed - Opened by hauntsaninja 9 months ago

#1576 - Updated spec and conformance test to reflect that a type variable tha…

Pull Request - State: closed - Opened by erictraut 9 months ago - 6 comments

#1575 - Updated conformance test results to reflect recent change to the rule…

Pull Request - State: closed - Opened by erictraut 9 months ago - 1 comment

#1573 - Spec: Add "meta" file describing process for changing the spec

Pull Request - State: closed - Opened by JelleZijlstra 9 months ago
Labels: Typing Council decision

#1571 - [spec] Update typeshed language to conform to reality

Pull Request - State: closed - Opened by srittau 9 months ago
Labels: Typing Council decision

#1570 - Made proposed change to the typing spec with regard to `NoReturn` and…

Pull Request - State: closed - Opened by erictraut 9 months ago - 2 comments

#1569 - FYI: I removed the "stable" docs version

Issue - State: closed - Opened by srittau 9 months ago
Labels: topic: maintenance

#1568 - Docs: use role to link to PEPs

Pull Request - State: closed - Opened by hugovk 9 months ago

#1567 - Update Python and Sphinx versions for docs

Pull Request - State: closed - Opened by hugovk 9 months ago

#1566 - Spec: add `paramspec` reference to link from PEP 612

Pull Request - State: closed - Opened by hugovk 9 months ago - 1 comment

#1563 - Spec: Annotating the `self` argument in `__init__` methods

Issue - State: closed - Opened by Viicos 9 months ago - 19 comments
Labels: topic: feature

#1561 - Added more type system conformance tests

Pull Request - State: closed - Opened by erictraut 9 months ago

#1559 - Make pytype conformance test a little faster.

Pull Request - State: closed - Opened by rchen152 9 months ago - 1 comment

#1558 - Spec: Allow `NoReturn` to appear outside of function return type annotations

Issue - State: closed - Opened by erictraut 9 months ago - 8 comments
Labels: topic: documentation

#1557 - Pass variable as final

Issue - State: open - Opened by cojmeister 9 months ago - 4 comments
Labels: topic: feature

#1554 - Added tests for the "type qualifiers" section of the typing spec

Pull Request - State: closed - Opened by erictraut 9 months ago - 2 comments

#1553 - Add conformance tests for basic generic spec

Pull Request - State: closed - Opened by hauntsaninja 9 months ago - 3 comments

#1552 - Initial check-in of type specification conformance suite.

Pull Request - State: closed - Opened by erictraut 9 months ago - 2 comments

#1551 - Allow unary `+` in integer Literals

Issue - State: closed - Opened by dmoisset 9 months ago - 1 comment
Labels: topic: feature

#1550 - Allow unary + in Literal integers

Pull Request - State: closed - Opened by dmoisset 9 months ago - 3 comments

#1549 - Specify NamedTuple

Issue - State: closed - Opened by gvanrossum 9 months ago - 2 comments
Labels: topic: typing spec

#1548 - Specify what happens for binary operators (e.g. `__add__`)

Issue - State: open - Opened by gvanrossum 9 months ago - 3 comments
Labels: topic: typing spec

#1546 - Spec: Specify how inheriting from Any works

Issue - State: open - Opened by gvanrossum 10 months ago - 2 comments
Labels: topic: typing spec

#1544 - how do I pass down the Class type to a method without using it as a parameter

Issue - State: closed - Opened by danielpastoor 10 months ago - 1 comment
Labels: topic: other

#1542 - Update an URL

Pull Request - State: closed - Opened by srittau 10 months ago

#1541 - Add "Modernizing Superseded Typing Features" guide

Pull Request - State: closed - Opened by srittau 10 months ago - 3 comments

#1540 - Discussions moved to discourse

Pull Request - State: closed - Opened by srittau 10 months ago

#1539 - Switch to `main`?

Issue - State: closed - Opened by srittau 10 months ago - 5 comments
Labels: topic: other

#1538 - Typing Spec: Don't prescribe using joins

Pull Request - State: closed - Opened by JelleZijlstra 10 months ago
Labels: topic: typing spec

#1537 - Fix trailing spaces

Pull Request - State: closed - Opened by JelleZijlstra 10 months ago

#1536 - Annotations for `__eq__`

Issue - State: open - Opened by JelleZijlstra 10 months ago
Labels: topic: documentation, topic: typing spec

#1535 - Specify how type checkers should interpret `__exit__` annotations

Issue - State: closed - Opened by JelleZijlstra 10 months ago - 3 comments
Labels: topic: documentation, topic: typing spec

#1534 - Typing spec: More consistent, formalized language

Issue - State: closed - Opened by JelleZijlstra 10 months ago - 6 comments
Labels: topic: documentation, topic: typing spec

#1533 - Make support for type comments optional

Issue - State: open - Opened by JelleZijlstra 10 months ago - 3 comments
Labels: topic: documentation, topic: typing spec

#1532 - Spec: Mandate support for typing-extensions

Issue - State: open - Opened by JelleZijlstra 10 months ago - 1 comment
Labels: topic: documentation, topic: typing spec

#1531 - Typing spec: Improve cross-linking

Issue - State: open - Opened by JelleZijlstra 10 months ago - 1 comment
Labels: topic: documentation, topic: typing spec

#1528 - Type hinting a class decorator that returns a subclass

Issue - State: closed - Opened by BojieSheng 10 months ago
Labels: topic: other

#1524 - (Partial) keyword argument forwarding

Issue - State: open - Opened by srittau 10 months ago - 1 comment
Labels: topic: feature

#1523 - Support for Union[*TypeVarTuple]

Issue - State: closed - Opened by pwuertz 10 months ago - 3 comments
Labels: topic: feature

#1521 - Typing for enums of primitive Python types

Issue - State: closed - Opened by tokarenko 10 months ago
Labels: topic: feature

#1519 - Allow type-hints for Exception arguments (BaseException.args)

Issue - State: closed - Opened by aha79 10 months ago - 1 comment
Labels: topic: feature

#1517 - Add the typing spec

Pull Request - State: closed - Opened by JelleZijlstra 10 months ago - 3 comments
Labels: Typing Council decision

#1514 - Fix docs warnings

Pull Request - State: closed - Opened by JelleZijlstra 10 months ago

#1513 - Warnings when building the docs

Issue - State: open - Opened by JelleZijlstra 10 months ago
Labels: topic: documentation

#1512 - Fix formatting in typing_anti_pitch.rst

Pull Request - State: closed - Opened by MegaIng 10 months ago - 1 comment

#1511 - Uses for Intersection in type hints

Issue - State: closed - Opened by ViktorSky 10 months ago - 1 comment
Labels: topic: feature

#1506 - Paramspec Mapped Types

Issue - State: open - Opened by cjntaylor 11 months ago - 4 comments
Labels: topic: other

#1505 - Support decorators that modify parameter types and preserve keywords

Issue - State: open - Opened by osandov 11 months ago
Labels: topic: feature

#1499 - `Unused` type ?

Issue - State: closed - Opened by TruncatedDinoSour 11 months ago - 12 comments
Labels: topic: feature

#1497 - How to define a default implementation for a `Protocol` property with a setter

Issue - State: closed - Opened by vnmabus 11 months ago
Labels: topic: other

#1495 - PEP 692 follow up: Unpacking compatibility with dataclass/others

Issue - State: open - Opened by Samreay 11 months ago - 8 comments
Labels: topic: feature

#1490 - Merging/Modifying Types

Issue - State: open - Opened by ZeroIntensity 12 months ago - 3 comments
Labels: topic: feature

#1482 - Add .readthedocs.yaml

Pull Request - State: closed - Opened by JelleZijlstra 12 months ago - 2 comments

#1480 - Using `types` classes over `collections.abc`'s bases

Issue - State: open - Opened by Gobot1234 12 months ago - 11 comments
Labels: topic: other

#1479 - Allow walrus operators in allow-list of statically parseable `__all__` extensions

Pull Request - State: closed - Opened by nstarman about 1 year ago - 3 comments

#1478 - Expose `type(Protocol)` via `types`.

Issue - State: closed - Opened by randolf-scholz about 1 year ago - 1 comment
Labels: topic: feature

#1477 - Add an anti-pitch for typing

Pull Request - State: closed - Opened by hauntsaninja about 1 year ago - 2 comments

#1471 - How should we annotate functions that forward to their superclass?

Issue - State: open - Opened by NeilGirdhar about 1 year ago - 5 comments
Labels: topic: feature

#1469 - Fix the broken mess that is the way python typing is touted.

Issue - State: closed - Opened by DiscordLiz about 1 year ago - 2 comments
Labels: topic: other

#1467 - Dynamic and Discriminated Unions

Issue - State: open - Opened by irgolic about 1 year ago - 14 comments
Labels: topic: feature

#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 about 1 year ago - 5 comments
Labels: topic: feature

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

Issue - State: closed - Opened by randolf-scholz about 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 about 1 year ago - 1 comment
Labels: topic: other

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

Issue - State: closed - Opened by vsolet5 about 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 about 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 about 1 year ago
Labels: topic: other

#1423 - Remove typing_extensions directory

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

#1422 - git: Switch from master to main

Issue - State: closed - Opened by srittau about 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