summaryrefslogtreecommitdiff
path: root/Include/asdl.h
Commit message (Expand)AuthorAgeFilesLines
* Add ast.ConstantVictor Stinner2016-01-261-0/+1
* Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...Victor Stinner2013-11-161-4/+6
* Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou2013-10-121-2/+2
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-0/+1
* Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis2012-05-151-4/+4
* add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-0/+1
* Whoops, fix build breakage. There were still a few uses of the bool type.Neal Norwitz2007-02-261-4/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+8
* Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton2006-02-281-12/+2
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-1/+1
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-7/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+54