Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475) | Miss Islington (bot) | 2018-02-01 | 1 | -3/+7 |
| | | | | | | * bpo-32711: Fix warnings for Python/ast_unparse.c (cherry picked from commit 83ab995871ffd504ac229bdbf5b9e9ffc1032815) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be> | ||||
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 1 | -0/+1163 |
* Document `from __future__ import annotations` * Provide plumbing and tests for `from __future__ import annotations` * Implement unparsing the AST back to string form This is required for PEP 563 and as such only implements a part of the unparsing process that covers expressions. |