summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...Miss Islington (bot)2022-05-081-1/+1
* [3.9] Improve the typing docs (GH-92264) (#92271)Jelle Zijlstra2022-05-031-12/+12
* typing docs: Add example for async functions (GH-20386)Miss Islington (bot)2022-05-011-0/+4
* [3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)Ken Jin2022-04-061-1/+1
* [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...Jelle Zijlstra2022-03-231-21/+88
* [3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` do...Charlie Zhao2022-03-121-12/+106
* bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)Miss Islington (bot)2022-03-081-0/+4
* [3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210)Miss Islington (bot)2021-12-201-1/+1
* [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (...Miss Islington (bot)2021-12-181-9/+8
* [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...Miss Islington (bot)2021-11-181-0/+1
* Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)Miss Islington (bot)2021-11-041-4/+3
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-041-4/+4
* [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)Alex Waygood2021-10-281-6/+32
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Miss Islington (bot)2021-06-141-2/+10
* [3.9] bpo-44001: improve Literal documentation (GH-25877). (#25897)Jelle Zijlstra2021-05-041-2/+2
* [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs ...Miss Islington (bot)2021-04-041-2/+7
* bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)Ken Jin2021-02-091-0/+2
* Doc: fix typo in typing.Type docs (GH-23460)Miss Islington (bot)2020-11-221-1/+1
* bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)Miss Islington (bot)2020-11-191-0/+6
* bpo-42345: Fix hash implementation of typing.Literal (GH-23383)Miss Islington (bot)2020-11-191-3/+3
* bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)Miss Islington (bot)2020-11-161-0/+3
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)Miss Skeleton (bot)2020-10-301-37/+74
* [doc] Add link to Generic in typing (GH-22125)Miss Skeleton (bot)2020-10-191-1/+1
* Fix typo in "Context manager types" section in typing.rst (GH-22676)Miss Skeleton (bot)2020-10-121-2/+2
* Fix typo in typing.rst (GH-22625)Miss Skeleton (bot)2020-10-111-1/+1
* [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)Miss Skeleton (bot)2020-10-031-6/+6
* [doc] Fix link to abc.collections.Iterable (GH-22520)Miss Skeleton (bot)2020-10-031-2/+2
* [doc] Fix link to abc.collections.Iterable (GH-22502)Miss Skeleton (bot)2020-10-021-1/+1
* [doc] Leverage the fact that the actual types can now be indexed for typing (...Miss Islington (bot)2020-09-271-23/+26
* [3.9] [doc] Fix padding in some typing definitions (GH-22114) (GH-22115)Miss Islington (bot)2020-09-061-12/+12
* [3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)Karthikeyan Singaravelan2020-08-281-1/+1
* Fix typo in typing doc (GH-21879)Miss Islington (bot)2020-08-141-1/+1
* [3.9] bpo-40979: refactored typing.rst; (mostly) same content, new sub-sectio...Guido van Rossum2020-08-121-614/+823
* bpo-33864: Clarify the docs for typing.ByteString (GH-21311)Miss Islington (bot)2020-07-041-1/+1
* bpo-40745: Fix typos in NewType docs (GH-20379)Miss Islington (bot)2020-05-261-2/+2
* bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)Serhiy Storchaka2020-04-041-4/+5
* Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...Miss Islington (bot)2020-03-051-1/+1
* bpo-39572: Document ’total’ flag of TypedDict (GH-18554)ananthan-1232020-02-191-2/+14
* bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)Jakub Stasiak2020-02-051-1/+101
* bpo-38467: Fix argument name of typing functions (GH-16753)Sebastian Rittau2019-10-131-2/+2
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Ivan Levkivskyi2019-10-131-2/+2
* bpo-32996: Documentation fix-up. (GH-16646)M. Eric Irrgang2019-10-101-3/+4
* bpo-28556: Update the opening note in typing docs (GH-16204)Ivan Levkivskyi2019-09-161-4/+3
* bpo-37814: Document the empty tuple type annotation syntax (GH-15208)Josh Holland2019-08-131-1/+2
* Document typing.ForwardRef (GH-14216)Ivan Levkivskyi2019-06-191-0/+7
* Improve version added references in `typing` module docs (GH-13457)Anthony Sottile2019-06-021-4/+18
* bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...Ivan Levkivskyi2019-05-301-0/+19
* bpo-37058: PEP 544: Add Protocol to typing module (GH-13585)Ivan Levkivskyi2019-05-281-1/+97
* bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)Ivan Levkivskyi2019-05-261-0/+33
* bpo-37046: PEP 586: Add Literal to typing module (#13572)Ivan Levkivskyi2019-05-261-0/+22