Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31564: Update typing documentation (GH-3696) (GH-3715) | Miss Islington (bot) | 2017-09-24 | 1 | -3/+9 |
| | | | | Mention that ``NewType`` can derive from another ``NewType``. (cherry picked from commit 039b25d8fd21f8d5d9e3cb536402d952cf068dc1) | ||||
* | [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337) | Mariatta | 2017-06-23 | 1 | -1/+1 |
| | | | | When a class and its subclass are present, the latter is skipped. (cherry picked from commit 6580c19bbbe7bc9bc0884699afd69184f523b32e) | ||||
* | bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) | Berker Peksag | 2017-04-26 | 1 | -2/+7 |
| | | | | | | | | | | * Fix PEP 8 (SomeType instead of some_type) * Add a function parameter annotation * Explain, using wording from PEP 484 and PEP 526, why one annotation is in quotes and another is not. Suggested by Ivan Levkevskyi. (cherry picked from commit 87c07fe9d908d0a2143fcc8369255c6ff3241503) | ||||
* | [3.6] Improvements to typing documentation (GH-967) (GH-1053) | Mariatta | 2017-04-09 | 1 | -7/+43 |
| | | | | Documents a few omitted classes and adds NamedTuple methods. (cherry picked from commit 45d22c256bce3afcf57f49032a6b20fdec4f26ad) | ||||
* | bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) | Mariatta | 2017-02-15 | 1 | -0/+2 |
| | | | (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa) | ||||
* | Issue #29198: Merge from 3.5 | Berker Peksag | 2017-02-04 | 1 | -2/+2 |
|\ | |||||
| * | Issue #29198: Fix indentation and markup in typing.rst | Berker Peksag | 2017-02-04 | 1 | -2/+2 |
| | | | | | | | | Patch by Jelle Zijlstra. | ||||
* | | Issue #29198: Merge from 3.5 | Berker Peksag | 2017-02-04 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | Issue #29198: Document typing.AsyncGenerator | Berker Peksag | 2017-02-04 | 1 | -0/+33 |
| | | | | | | | | Patch by Jelle Zijlstra. | ||||
* | | Issue 29310: Document typing.NamedTuple default argument syntax | Raymond Hettinger | 2017-01-29 | 1 | -4/+18 |
| | | |||||
* | | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -0/+7 |
| | | | | | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | | merge | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #29011: Fix an important omission by adding Deque to the typing module. | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-11-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add missing square bracket in typing.get_type_hints() | Berker Peksag | 2016-11-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) | Guido van Rossum | 2016-11-24 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) | Guido van Rossum | 2016-11-24 | 1 | -0/+4 |
| | | |||||
* | | Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) | Guido van Rossum | 2016-11-11 | 1 | -15/+50 |
|\ \ | |/ | |||||
| * | Issue 28644: Document recent changes in typing.py (Ivan L) | Guido van Rossum | 2016-11-11 | 1 | -15/+50 |
| | | |||||
* | | Issue #28107: Update typing module documentation for NamedTuple (Ivan) | Guido van Rossum | 2016-10-25 | 1 | -4/+13 |
| | | |||||
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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. (merge 3.5->3.6) | Guido van Rossum | 2016-10-09 | 1 | -123/+126 |
|\ \ | |/ | |||||
| * | 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 #26141: Update docs for typing.py. Ivan Levkivskyi. | Guido van Rossum | 2016-09-11 | 1 | -10/+104 |
| | | |||||
* | | Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6) | Guido van Rossum | 2016-09-11 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #28073: Improve wording around None. Michael Lee. | Guido van Rossum | 2016-09-11 | 1 | -2/+4 |
| | | |||||
* | | Issue #28049: Add documentation for typing.Awaitable and friends. | Guido van Rossum | 2016-09-09 | 1 | -1/+13 |
| | | | | | | | | By Michael Lee. | ||||
* | | Issue #27905: Docs for typing.Type[C], by Michael Lee. (Merge 3.5->3.6) | Guido van Rossum | 2016-09-07 | 1 | -0/+39 |
|\ \ | |/ | |||||
| * | Issue #27905: Docs for typing.Type[C], by Michael Lee. | Guido van Rossum | 2016-09-07 | 1 | -0/+39 |
| | | |||||
* | | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -1/+1 |
| | | |||||
* | | Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
|\ \ | |/ | |||||
| * | Add docs for typing.AnyStr and typing.Text. By Michael Lee. | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | 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. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
|\ \ | |/ | |||||
| * | 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. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
|\ \ | |/ | |||||
| * | Add typing.Generator docs, by Michael Lee. | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-07-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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 |
|\ \ | |/ | |||||
| * | 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 |
|\ \ | |/ | | | | | | | | | (merge 3.5 -> 3.6). By Michael Lee. | ||||
| * | 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. (Merge 3.5->3.6) | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix issue #27402: example for typing did not type-check. | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
| | | |||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
|\ \ | |/ |