summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* typing docs: Make the PEPs list an expandable section, hidden by default (#10...Alex Waygood2023-06-071-1/+11
* `typing.NewType` docs: the future performance improvements are now in the pas...Alex Waygood2023-06-071-3/+7
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-216/+475
* gh-104786: Remove kwargs-based TypedDict creation (#104891)Tomas R2023-05-251-16/+8
* gh-104874: Document NewType.__supertype__ (#104875)Jelle Zijlstra2023-05-241-0/+12
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-231-11/+0
* typing docs: Move some classes out of the "Generics" section (#104707)Jelle Zijlstra2023-05-211-146/+146
* Minor improvements to typing docs (#104465)Jelle Zijlstra2023-05-141-4/+6
* gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_...chgnrdv2023-05-101-9/+22
* gh-102500: Remove mention of bytes shorthand (#104281)Shantanu2023-05-081-6/+3
* gh-91896: Deprecate collections.abc.ByteString (#102096)Shantanu2023-05-041-2/+1
* Improve assert_type phrasing (#104081)Shantanu2023-05-021-3/+4
* gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)Franek Magiera2023-04-261-2/+22
* Fix old behaviour in typing documentation (#103400)James Hilton-Balfe2023-04-091-3/+3
* gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)Alex Waygood2023-04-071-9/+18
* gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...Alex Waygood2023-04-021-0/+9
* gh-103099: Link mypy docs from typing.rst (#103100)Shantanu2023-03-301-1/+8
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Alex Waygood2023-03-231-2/+18
* Fix typos in documentation and comments (GH-102374)Michael K2023-03-021-1/+1
* gh-101561: Add typing.override decorator (#101564)Steven Troxler2023-02-271-0/+38
* gh-101100: Fix sphinx warnings in `typing` module docs (#102260)Nikita Sobolev2023-02-251-1/+1
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-1/+1
* gh-100673: Removed erroneous note in the get_type_hints docs (#100701)FrozenBob2023-01-071-4/+0
* gh-99535: Add test for inheritance of annotations and update documentation (#...MonadChains2022-12-241-0/+4