summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-131-2/+2
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-28556: Update the opening note in typing docs (GH-16204)Miss Islington (bot)2019-09-161-4/+3
* [3.7] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) (...Josh Holland2019-08-131-1/+2
* [3.7] bpo-36985: Document typing.ForwardRef (GH-14216) (GH-14220)Ivan Levkivskyi2019-06-191-0/+7
* Improve version added references in `typing` module docs (GH-13457)Miss Islington (bot)2019-06-021-4/+18
* Fix wrong indentation of a paragraph in documentation (GH-12868)Miss Islington (bot)2019-04-181-2/+2
* bpo-35581: Document @typing.type_check_only (GH-11312)Miss Islington (bot)2019-04-121-0/+18
* Update the seealso entries for namedtuple() (GH-12373)Miss Islington (bot)2019-03-161-1/+1
* Fix the versionadded info for typing.NoReturn (GH-11880)Miss Islington (bot)2019-02-151-1/+1
* bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396)Miss Islington (bot)2019-01-041-8/+17
* bpo-35341: Add generic version of OrderedDict to typing (GH-10850)Miss Islington (bot)2018-12-021-0/+6
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Miss Islington (bot)2018-10-281-16/+9
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Miss Islington (bot)2018-10-261-1/+1
* Clarify that Type[SomeTypeVar] is legal (GH-9585)Miss Islington (bot)2018-09-261-3/+6
* bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)Miss Islington (bot)2018-08-051-4/+12
* Document typing.NoReturn (GH-7107)Miss Islington (bot)2018-05-251-0/+12
* bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979)Miss Islington (bot)2018-05-181-4/+3
* Add AsyncContextManager to typing module documentation. (GH-6822)Miss Islington (bot)2018-05-151-0/+6
* bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)Sebastian Rittau2017-12-131-3/+3
* bpo-29879: Update typing documentation. (GH-4573)Ivan Levkivskyi2017-11-261-0/+12
* bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)Éric Araujo2017-10-121-3/+3
* bpo-31564: Update typing documentation (GH-3696)topper-1232017-09-241-3/+9
* bpo-30619: Clarify typing.Union documentation (GH-2326)khyox2017-06-221-1/+1
* bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)Mathias Rav2017-04-261-2/+7
* Improvements to typing documentation (#967)Jelle Zijlstra2017-04-081-7/+43
* bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)Mariatta2017-02-151-0/+2
* Issue #29198: Merge from 3.5Berker Peksag2017-02-041-2/+2
|\
| * Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
* | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-0/+33
|\ \ | |/
| * Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
* | Issue 29310: Document typing.NamedTuple default argument syntaxRaymond Hettinger2017-01-291-4/+18
* | Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-0/+7
* | mergeRaymond Hettinger2017-01-171-0/+4
|\ \ | |/
| * Issue #29011: Fix an important omission by adding Deque to the typing module.Raymond Hettinger2017-01-171-0/+4
* | Merge from 3.5Berker Peksag2016-11-251-1/+1
|\ \ | |/
| * Add missing square bracket in typing.get_type_hints()Berker Peksag2016-11-251-1/+1
* | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)Guido van Rossum2016-11-241-0/+4
|\ \ | |/
| * Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)Guido van Rossum2016-11-241-0/+4
* | Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)Guido van Rossum2016-11-111-15/+50
|\ \ | |/
| * Issue 28644: Document recent changes in typing.py (Ivan L)Guido van Rossum2016-11-111-15/+50
* | Issue #28107: Update typing module documentation for NamedTuple (Ivan)Guido van Rossum2016-10-251-4/+13
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
| * Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)Guido van Rossum2016-10-091-2/+2
* | Issue #28388: update typing module documentation. (merge 3.5->3.6)Guido van Rossum2016-10-091-123/+126
|\ \ | |/
| * Issue #28388: update typing module documentation.Guido van Rossum2016-10-091-122/+125
| * Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...Guido van Rossum2016-09-111-14/+113
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi.Guido van Rossum2016-09-111-10/+104
* | Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)Guido van Rossum2016-09-111-2/+4
|\ \ | |/