COMMITS
/ Python/asdl.c March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
August 17, 2014
V
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner committed
October 12, 2013
A
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou committed
May 15, 2012
M
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc 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 14, 2005
N
Use convenience function
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