summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
* Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
* Issue #29011: Fix an important omission by adding Deque to the typing module.Raymond Hettinger2017-01-171-0/+4
* Add missing square bracket in typing.get_type_hints()Berker Peksag2016-11-251-1/+1
* 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)Guido van Rossum2016-11-111-15/+50
* 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.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 #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4
* Issue #27905: Docs for typing.Type[C], by Michael Lee.Guido van Rossum2016-09-071-0/+39
* Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
* Fix use of default reST roleBerker Peksag2016-08-081-3/+3
* Better docs for typing.Any by Michael Lee. Fixes issue #27688.Guido van Rossum2016-08-061-9/+71
* Add typing.Generator docs, by Michael Lee.Guido van Rossum2016-08-051-0/+29
* Silence another "default role used" warning in typing.rstBerker Peksag2016-07-301-1/+1
* Fix whitespace.Guido van Rossum2016-07-291-1/+1
* Expand documentation about type aliases and NewType in the typing module.Guido van Rossum2016-07-291-1/+96
* Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* Issue #26322: Document typing.Set, patch by Joseph MoranBerker Peksag2016-04-291-2/+2
* typing doc: add versionadded 3.5Victor Stinner2016-04-111-0/+2
* Hopefully clarify the difference between Optional[t] and an optional argument.Guido van Rossum2016-02-101-0/+7
* Fix typo.Zachary Ware2016-02-021-1/+1
* Issue #25603: Add missing parenthesis.Zachary Ware2015-11-121-1/+1
* Fix typos and improve markup in typing.rst.Berker Peksag2015-09-101-19/+18
* Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.Guido van Rossum2015-09-101-18/+110
* Issue #24272: Remove usage of default reST role from typing docsZachary Ware2015-08-301-47/+50
* Fix trailing ws.Guido van Rossum2015-08-051-9/+9
* Issue #24272: Initial docs for typing.py (PEP 484).Guido van Rossum2015-08-031-0/+415
* Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+15