Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) | Guido van Rossum | 2016-10-09 | 1 | -2/+2 |
| | |||||
* | Issue #28388: update typing module documentation. | Guido van Rossum | 2016-10-09 | 1 | -122/+125 |
| | |||||
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ↵ | Guido van Rossum | 2016-09-11 | 1 | -14/+113 |
| | | | | 3.6 version) | ||||
* | Issue #28073: Improve wording around None. Michael Lee. | Guido van Rossum | 2016-09-11 | 1 | -2/+4 |
| | |||||
* | Issue #27905: Docs for typing.Type[C], by Michael Lee. | Guido van Rossum | 2016-09-07 | 1 | -0/+39 |
| | |||||
* | Add docs for typing.AnyStr and typing.Text. By Michael Lee. | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
| | |||||
* | Fix use of default reST role | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
| | |||||
* | Better docs for typing.Any by Michael Lee. Fixes issue #27688. | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
| | |||||
* | Add typing.Generator docs, by Michael Lee. | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
| | |||||
* | Silence another "default role used" warning in typing.rst | Berker Peksag | 2016-07-30 | 1 | -1/+1 |
| | | | | This should make ware-docs green again. | ||||
* | Fix whitespace. | Guido van Rossum | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | Expand documentation about type aliases and NewType in the typing module. | Guido van Rossum | 2016-07-29 | 1 | -1/+96 |
| | | | | By Michael Lee. | ||||
* | Fix issue #27402: example for typing did not type-check. | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | Issue #26322: Document typing.Set, patch by Joseph Moran | Berker Peksag | 2016-04-29 | 1 | -2/+2 |
| | |||||
* | typing doc: add versionadded 3.5 | Victor Stinner | 2016-04-11 | 1 | -0/+2 |
| | |||||
* | Hopefully clarify the difference between Optional[t] and an optional argument. | Guido van Rossum | 2016-02-10 | 1 | -0/+7 |
| | |||||
* | Fix typo. | Zachary Ware | 2016-02-02 | 1 | -1/+1 |
| | | | | Reported by Jon Tetlak on docs@ | ||||
* | Issue #25603: Add missing parenthesis. | Zachary Ware | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Fix typos and improve markup in typing.rst. | Berker Peksag | 2015-09-10 | 1 | -19/+18 |
| | |||||
* | Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe. | Guido van Rossum | 2015-09-10 | 1 | -18/+110 |
| | |||||
* | Issue #24272: Remove usage of default reST role from typing docs | Zachary Ware | 2015-08-30 | 1 | -47/+50 |
| | |||||
* | Fix trailing ws. | Guido van Rossum | 2015-08-05 | 1 | -9/+9 |
| | |||||
* | Issue #24272: Initial docs for typing.py (PEP 484). | Guido van Rossum | 2015-08-03 | 1 | -0/+415 |
| | | | | By Daniel Andrade Groppe and Ivan Levkivskyi. | ||||
* | Preliminary typing.py, anticipating provisional acceptance of PEP 484. | Guido van Rossum | 2015-05-22 | 1 | -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. |