COMMITS
/ Include/ast.h September 12, 2019
Z
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
May 30, 2018
S
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka committed
May 17, 2018
S
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
August 9, 2011
B
add a AST validator (closes #12575)
Benjamin Peterson committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
October 24, 2005
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed