summaryrefslogtreecommitdiffstats
path: root/Doc/library/typing.rst
Commit message (Collapse)AuthorAgeFilesLines
...
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-301-1/+1
|\ \ | |/
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
| |
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1
|\ \ | |/ | | | | Also merge changes from Issue #27117; no actual code changes to 3.6.
| * 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
|\ \ | |/
| * Issue #26322: Document typing.Set, patch by Joseph MoranBerker Peksag2016-04-291-2/+2
| |
* | Merge 3.5Victor Stinner2016-04-111-0/+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
| |
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-081-3/+9
| | | | | | | | typing.ContextManager.
* | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.Guido van Rossum2016-04-041-6/+5
| |
* | 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
| | | | Reported by Jon Tetlak on docs@
* 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
| | | | By Daniel Andrade Groppe and Ivan Levkivskyi.
* Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+15
There area bunch of TODOs here, but the biggest (not mentioned in the file) is that I'm going to take out __instancecheck__ and __subclasscheck__. However my personal schedule is such that I probably won't have time for these before Larry tags beta 1. But I will try -- this commit is mostly to make sure that typing.py doesn't completely miss the train. PS. I'm tracking issues at https://github.com/ambv/typehinting/issues.