summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-5/+10
* When regenerating files like Python-ast.h, take care that the generatedArmin Rigo2005-12-141-3/+2
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+5
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-6/+80
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-131-4/+4
* Use PyErr_NoMemory() instead of rolling our own.Neal Norwitz2005-10-231-7/+5
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+621