summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-126543: Docs: change "bound type var" to "bounded" when used in the contex...Pedro Fonini2024-11-111-11/+11
* Docs: improve generic `typing.NamedTuple` example (#124739)CBerJun2024-09-291-1/+3
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-261-1/+1
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-1/+2
* gh-124120: Document `Annotated.__origin__` (#124125)sobolevn2024-09-241-0/+18
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-171-1/+1
* Fix "The Matrix" movie release year in `typing.rst` (#123965)sobolevn2024-09-111-1/+1
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-111-1/+110
* gh-123523: Rework typing documentation for generators and coroutines, and lin...Stanislav Terliakov2024-09-061-101/+98
* gh-120661: improve example for basic type hints (#120934)Bénédikt Tran2024-06-251-5/+6
* Typing docs: normalize some indents in code examples (#120912)Nyakku Shigure2024-06-231-4/+5
* gh-120572: add missing parentheses in TypeIs documentation (#120573)Nyuan Zhang2024-06-161-2/+2
* Improve documentation for typing.get_type_hints (#119928)Jelle Zijlstra2024-06-021-26/+28
* [docs] TypeVarTuple default is keyword-only (#119215)Sebastian Rittau2024-05-201-1/+1
* typing docs: Fix formatting issue (#119210)David Foster2024-05-201-1/+1
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-081-12/+0
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-05-081-1/+1
* gh-118660: Add second type parameter to (Async)ContextManager (#118681)Jelle Zijlstra2024-05-071-2/+18
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-061-4/+22
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-3/+79
* gh-117492: Clarify documentation of `typing.Never` (#117678)Nice Zombies2024-05-031-24/+22
* gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...Nice Zombies2024-04-221-1/+1
* gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...Alex Waygood2024-04-191-1/+3
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-1/+1
* gh-117516: Implement typing.TypeIs (#117517)Jelle Zijlstra2024-04-091-27/+91
* Link to the Python type system specification (#117400)Shantanu2024-03-311-73/+15
* gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...Jelle Zijlstra2024-03-121-0/+8
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-121-0/+39
* gh-115777: Fix double versionadded directives (GH-116269)Serhiy Storchaka2024-03-051-7/+1
* gh-113255: Clarify docs for `typing.reveal_type` (#113286)Kir2023-12-201-12/+11
* Glossary: Add "static type checker" (#111837)Jelle Zijlstra2023-11-081-2/+2
* gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...方糖2023-11-071-5/+2
* gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...Nikita Sobolev2023-11-031-4/+4
* gh-111151: Convert monospaced directives to :ref: (#111152)InSync2023-10-241-5/+11
* Enhance TypedDict docs around required/optional keys (#109547)Jelle Zijlstra2023-09-271-0/+15
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* Fix typo in typing docs: Remove redundant backtick (#108559)nikkie2023-08-281-1/+1
* Clarify `Self` interaction with subclasses (#107511)Alexandru Mărășteanu2023-08-011-10/+21
* gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)Michael The2023-07-311-0/+14
* gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)Michael The2023-07-311-0/+15
* gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)Rakesh Sabale2023-07-291-3/+0
* gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...Alex Waygood2023-07-141-25/+45
* gh-106309: Deprecate typing.no_type_check_decorator (#106312)Alex Waygood2023-07-131-15/+20
* gh-106461: typing: Consolidate docs on `Callable` (#106462)Alex Waygood2023-07-091-55/+75
* Improve typing docs on the type of class objects (#106081)Alex Waygood2023-06-261-49/+59
* Typing docs: fix typo in annotating tuples comment (#106048)Eamon Tracey2023-06-231-2/+2
* Typing docs: improve the guidance on annotating tuples (#106021)Alex Waygood2023-06-231-21/+72
* typing docs: Improve the intro to each section (#105901)Alex Waygood2023-06-181-36/+40
* More reorganisation of the typing docs (#105787)Alex Waygood2023-06-151-101/+117
* Improve docs for `typing.dataclass_transform` (#105792)Alex Waygood2023-06-151-37/+69