summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)Alex Waygood2023-12-201-12/+11
* [3.11] gh-111681: minor fix to a typing doctest (#111682) (#112037)Alex Waygood2023-11-131-1/+1
* [3.11] Glossary: Add "static type checker" (GH-111837) (#111855)Miss Islington (bot)2023-11-081-2/+2
* [3.11] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111270)Jelle Zijlstra2023-10-241-4/+10
* [3.11] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...Miss Islington (bot)2023-09-271-0/+15
* [3.11] Fix typos in docs and comments (#109619) (#109622)Alex Waygood2023-09-201-1/+1
* [3.11] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108561)Miss Islington (bot)2023-08-281-1/+1
* [3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549)Miss Islington (bot)2023-08-011-10/+21
* [3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...Miss Islington (bot)2023-07-311-0/+15
* [3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#1074...Alex Waygood2023-07-291-3/+0
* [3.11] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...Alex Waygood2023-07-151-21/+37
* [3.11] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106575)Miss Islington (bot)2023-07-091-55/+75
* [3.11] Improve typing docs on the type of class objects (GH-106081) (#106097)Miss Islington (bot)2023-06-261-49/+59
* [3.11] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106050)Miss Islington (bot)2023-06-231-2/+2
* [3.11] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...Miss Islington (bot)2023-06-231-21/+72
* [3.11] typing docs: Improve the intro to each section (#105901) (#105903)Alex Waygood2023-06-191-36/+40
* [3.11] More reorganisation of the typing docs (#105787) (#105816)Alex Waygood2023-06-151-99/+111
* [3.11] Improve docs for `typing.dataclass_transform` (#105792) (#105815)Alex Waygood2023-06-151-33/+62
* [3.11] Typing docs: move the deprecated stuff below the non-deprecated stuff ...Alex Waygood2023-06-141-492/+492
* [3.11] Remove stray reference to PEP-695 in the typing docs (#105655)Alex Waygood2023-06-111-4/+3
* [3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)Alex Waygood2023-06-091-71/+137
* [3.11] Fix two errors in the typing docs (#105559)Alex Waygood2023-06-091-2/+2
* [3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)Miss Islington (bot)2023-06-081-55/+77
* [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in t...Alex Waygood2023-06-081-2/+2
* [3.11] typing: Improve documentation of generic classes and aliases (#105369)...Alex Waygood2023-06-071-59/+82
* [3.11] Improve docs for `typing.TypeAlias` (GH-105372). (#105447)Jelle Zijlstra2023-06-071-3/+24
* [3.11] gh-97797: Improve documentation for typing.Annotated (GH-105365). (#10...Jelle Zijlstra2023-06-071-19/+53
* [3.11] Improve code examples in `typing.rst` (#105346) (#105427)Alex Waygood2023-06-071-22/+65
* [3.11] typing docs: Make the PEPs list an expandable section, hidden by defau...Miss Islington (bot)2023-06-071-1/+11
* [3.11] `typing.NewType` docs: the future performance improvements are now in ...Miss Islington (bot)2023-06-071-3/+7
* [3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)Jelle Zijlstra2023-05-271-150/+190
* [3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)2023-05-241-0/+12
* [3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...Jelle Zijlstra2023-05-211-122/+125
* [3.11] Minor improvements to typing docs (GH-104465) (#104475)Miss Islington (bot)2023-05-141-4/+6
* [3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...Miss Islington (bot)2023-05-101-9/+22
* [3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)Shantanu2023-05-091-1/+1
* [3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)Alex Waygood2023-05-081-8/+4
* [3.11] Improve assert_type phrasing (GH-104081) (#104084)Miss Islington (bot)2023-05-021-3/+4
* gh-103099: Link mypy docs from typing.rst (GH-103100)Miss Islington (bot)2023-03-301-1/+8
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Miss Islington (bot)2023-03-231-2/+18
* [3.11] Fix typos in documentation and comments (GH-102374) (#102376)Alex Waygood2023-03-021-1/+1
* gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260)Miss Islington (bot)2023-02-251-1/+1
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-141-1/+1
* gh-100673: Removed erroneous note in the get_type_hints docs (GH-100701)Miss Islington (bot)2023-01-071-4/+0
* gh-99535: Add test for inheritance of annotations and update documentation (G...Miss Islington (bot)2022-12-241-0/+4
* gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)Miss Islington (bot)2022-11-221-1/+1
* gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)Miss Islington (bot)2022-11-021-3/+3
* gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...Miss Islington (bot)2022-10-251-1/+1
* gh-98623: Fix base classes in `typing.rst` (GH-98626)Miss Islington (bot)2022-10-251-2/+2
* gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...Miss Islington (bot)2022-10-241-72/+78