aboutsummaryrefslogtreecommitdiff
path: root/Python/asdl.c
AgeCommit message (Expand)Author
2021-03-23bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner
2020-09-16bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo
2016-09-07replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson
2014-08-17Issue #22207: Fix "comparison between signed and unsigned integers" warning inVictor Stinner
2013-10-12Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou
2012-05-15Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2008-06-18Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc
2006-04-21Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters
2006-02-28Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton
2005-12-17Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz
2005-11-14Use convenience functionNeal Norwitz
2005-11-13Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz
2005-10-20Merge ast-branch to headJeremy Hylton