COMMITS
/ Include/asdl.h May 6, 2020
B
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Batuhan Taskaya committed
September 12, 2019
Z
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz committed
November 22, 2018
V
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
Victor Stinner committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
November 15, 2013
V
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter
Victor Stinner committed
October 12, 2013
A
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
May 15, 2012
M
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis committed
August 9, 2011
B
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson committed
February 26, 2007
N
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 28, 2006
J
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Jeremy Hylton committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
November 13, 2005
N
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed