index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
ast_unparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
1
-40/+11
*
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
Andy Lester
2020-03-08
1
-4/+4
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Batuhan Taşkaya
2020-03-01
1
-0/+1
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
1
-5/+0
*
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
Pablo Galindo
2019-05-18
1
-6/+16
*
Add support for PEP572 in ast_unparse.c (GH-13337)
Batuhan Taşkaya
2019-05-18
1
-0/+13
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-0/+5
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-4/+7
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-17/+7
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
1
-536/+290
*
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel
2018-02-01
1
-3/+7
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-0/+1163