summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix typo in typing.Type docs (GH-23460)John Belmonte2020-11-221-1/+1
* bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)kj2020-11-191-0/+6
* bpo-42345: Fix hash implementation of typing.Literal (GH-23383)Yurii Karabas2020-11-191-3/+3
* bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)Dominik11232020-11-161-0/+3
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)kj2020-10-301-37/+74
* [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)Andre Delfino2020-10-171-1/+3
* Fix typo in "Context manager types" section in typing.rst (GH-22676)Saiyang Gou2020-10-121-2/+2
* Fix typo in typing.rst (GH-22625)abdo2020-10-111-1/+1
* bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)Mikhail Golubev2020-10-071-0/+13
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-051-0/+4
* [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)Andre Delfino2020-10-031-6/+6
* [doc] Fix link to abc.collections.Iterable (GH-22520)Andre Delfino2020-10-031-2/+2
* [doc] Fix link to abc.collections.Iterable (GH-22502)Andre Delfino2020-10-021-1/+1
* Fix is_typeddict markup (#22501)Andre Delfino2020-10-021-5/+6
* [doc] Leverage the fact that the actual types can now be indexed for typing (...Andre Delfino2020-09-271-23/+26
* [doc] Minor improvements to is_typeddict (GH-22280)Andre Delfino2020-09-161-1/+1
* bpo-41792: Add is_typeddict function to typing.py (GH-22254)Patrick Reader2020-09-161-0/+14
* [doc] Add link to Generic in typing (GH-22125)Andre Delfino2020-09-071-1/+1
* [doc] Fix padding in some typing definitions (GH-22114)Andre Delfino2020-09-051-12/+12
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-271-1/+1
* Fix typo in typing doc (GH-21879)Irit Katriel2020-08-141-1/+1
* bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...Luciano Ramalho2020-08-021-614/+823
* bpo-33864: Clarify the docs for typing.ByteString (GH-21311)Zackery Spytz2020-07-041-1/+1
* bpo-40745: Fix typos in NewType docs (GH-20379)ziheng2020-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
* bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571)Ivan Levkivskyi2019-05-261-0/+44
* bpo-36972: Add SupportsIndex (GH-13448)Paul Dagnelie2019-05-221-0/+6
* Fix wrong indentation of a paragraph in documentation (GH-12868)cocoatomo2019-04-181-2/+2
* bpo-35581: Document @typing.type_check_only (GH-11312)Sebastian Rittau2019-04-121-0/+18
* bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)Raymond Hettinger2019-03-181-4/+14
* Update the seealso entries for namedtuple() (GH-12373)Raymond Hettinger2019-03-161-1/+1
* Fix the versionadded info for typing.NoReturn (GH-11880)Jack Wilsdon2019-02-151-1/+1
* bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396)Ville Skyttä2019-01-041-8/+17
* Add 2 missing commas (GH-10698)Boštjan Mejak2018-12-231-1/+1
* bpo-35341: Add generic version of OrderedDict to typing (GH-10850)Ismo Toijala2018-12-021-0/+6
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Sebastian Rittau2018-10-281-16/+9