summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Martin v. Löwis2006-01-021-45/+45
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-554/+113
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+1
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-0/+74
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-131-14/+28
* Use PyErr_NoMemory() instead of rolling our own.Neal Norwitz2005-10-231-61/+54
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+2281