summaryrefslogtreecommitdiffstats
path: root/Python/asdl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix type errors.Martin v. Löwis2006-04-131-2/+2
* Introduce asdl_int_seq, to hold cmpop_ty.Martin v. Löwis2006-04-131-1/+18
* Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton2006-02-281-7/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-4/+3
* Use convenience functionNeal Norwitz2005-11-141-1/+1
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-66/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+92