COMMITS
/ Doc/library/typing.rst May 28, 2025
L
Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813)
larryhastings committed
May 25, 2025
J
gh-133960: Improve typing.evaluate_forward_ref (#133961)
Jelle Zijlstra committed
May 6, 2025
May 2, 2025
Y
Docs: delete title links in `turtle.rst` and `typing.rst` (#133283)
Yongzi Li committed
April 30, 2025
R
Apply 'mod' role to typing module (#133201)
Rafael Fontenelle committed
April 16, 2025
J
typing docs: Clarify Protocol / runtime_checkable docs (#132606)
Jelle Zijlstra committed
April 5, 2025
J
gh-129463, gh-128593: Simplify ForwardRef (#129465)
Jelle Zijlstra committed
April 3, 2025
J
gh-128661: Remove DeprecationWarning in evaluate_forward_ref (#128930)
Jelle Zijlstra committed
March 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade committed
S
gh-124269: Simplify `typing.Annotated` docs (#130770)
Stan Ulbrych committed
March 11, 2025
March 6, 2025
S
gh-127647: Add typing.Reader and Writer protocols (#127648)
Sebastian Rittau committed
B
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` subclasses (#130082)
Bartosz Sławecki committed
March 5, 2025
S
Update links from typing.readthedocs.io to typing.python.org (#130877)
Sebastian Rittau committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
T
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
Tomas R. committed
S
November 11, 2024
September 29, 2024
C
Docs: improve generic `typing.NamedTuple` example (#124739)
CBerJun committed
September 26, 2024
J
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra committed
September 25, 2024
September 24, 2024
S
gh-124120: Document `Annotated.__origin__` (#124125)
sobolevn committed
September 17, 2024
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
September 11, 2024
S
Fix "The Matrix" movie release year in `typing.rst` (#123965)
sobolevn committed
J
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra committed
September 6, 2024
S
June 25, 2024
B
gh-120661: improve example for basic type hints (#120934)
Bénédikt Tran committed
June 23, 2024
N
Typing docs: normalize some indents in code examples (#120912)
Nyakku Shigure committed
June 16, 2024
N
gh-120572: add missing parentheses in TypeIs documentation (#120573)
Nyuan Zhang committed
June 2, 2024
J
Improve documentation for typing.get_type_hints (#119928)
Jelle Zijlstra committed
May 20, 2024
S
[docs] TypeVarTuple default is keyword-only (#119215)
Sebastian Rittau committed
D
typing docs: Fix formatting issue (#119210)
David Foster committed
May 8, 2024
N
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev committed
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
May 7, 2024
J
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra committed
May 6, 2024
J
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra committed
May 3, 2024
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
N
gh-117492: Clarify documentation of `typing.Never` (#117678)
Nice Zombies committed
April 22, 2024
N
April 19, 2024
A
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009)
Alex Waygood committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
April 9, 2024
J
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra committed
March 31, 2024
S
Link to the Python type system specification (#117400)
Shantanu committed
March 12, 2024
J
gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (#116686)
Jelle Zijlstra committed
N
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev committed
March 5, 2024
S
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka committed
December 20, 2023
K
November 8, 2023
J
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra committed
November 7, 2023
November 3, 2023
N
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typing` (#111682)
Nikita Sobolev committed