summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
Commit message (Expand)AuthorAgeFilesLines
* bool is no longer required, it was only used for the print statementNeal Norwitz2007-02-261-7/+2
* Merged revisions 53912-53951 via svnmerge fromThomas Wouters2007-02-261-4/+2
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+19
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-1/+6
* Switch to using %r in the format string.Brett Cannon2006-08-251-1/+1
* Get rid of all two uses of backticks (bad Jeremy!).Brett Cannon2006-08-241-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-42/+52
* Fix memory leak on attributes.Martin v. Löwis2006-03-021-1/+3
* Don't pollute namespace as bad as before. All the types are static now.Neal Norwitz2006-02-281-7/+7
* Whitespace normalization.Tim Peters2006-02-281-13/+13
* Generate return statement.Martin v. Löwis2006-02-281-0/+1
* Add generation of the version.Martin v. Löwis2006-02-281-1/+2
* Add support for version field on ModulesMartin v. Löwis2006-02-281-0/+1
* Create _ast module.Martin v. Löwis2006-02-271-191/+86
* Avoid reinitializing the types twice.Martin v. Löwis2006-02-271-0/+1
* Stop generating empty arrays.Martin v. Löwis2006-02-261-12/+22
* Fix iterating over cmpop_ty lists.Martin v. Löwis2006-02-261-5/+13
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-59/+206
* Whitespace normalization.Tim Peters2005-12-251-50/+50
* 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