summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)Miss Islington (bot)2024-06-251-5/+6
* [3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...Miss Islington (bot)2024-06-231-4/+5
* [3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573)...Miss Islington (bot)2024-06-161-2/+2
* [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)Miss Islington (bot)2024-06-021-26/+28
* [3.13] [docs] TypeVarTuple default is keyword-only (GH-119215) (#119224)Miss Islington (bot)2024-05-201-1/+1
* [3.13] typing docs: Fix formatting issue (GH-119210) (#119212)Miss Islington (bot)2024-05-201-1/+1
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...Miss Islington (bot)2024-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
* gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)Alex Waygood2023-06-141-0/+8
* Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)Alex Waygood2023-06-141-488/+488
* gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...Alex Waygood2023-06-141-0/+13
* gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)Jelle Zijlstra2023-06-141-0/+32
* Miscellaneous improvements to the typing docs (#105529)Alex Waygood2023-06-091-74/+143
* Further improve docs for `typing.Annotated` (#105498)Alex Waygood2023-06-081-55/+77
* typing: Improve documentation of generic classes and aliases (#105369)Alex Waygood2023-06-071-62/+86
* gh-97797: Improve documentation for typing.Annotated (#105365)Alex Waygood2023-06-071-19/+54
* Improve docs for `typing.TypeAlias` (#105372)Alex Waygood2023-06-071-4/+26
* Improve code examples in `typing.rst` (#105346)Alex Waygood2023-06-071-30/+75