aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/Python-ast.c
Commit message (Expand)AuthorAge
* Commit regenerated Python-ast.c.Thomas Wouters2006-04-21
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Fix memory leak on attributes.Martin v. Löwis2006-03-02
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-01
* Don't pollute namespace as bad as before. All the types are static now.Neal Norwitz2006-02-28
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-28
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-28
* Regenerate.Martin v. Löwis2006-02-28
* PEP 343 -- the with-statement.Guido van Rossum2006-02-27
* Create _ast module.Martin v. Löwis2006-02-27
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-27
* Avoid reinitializing the types twice.Martin v. Löwis2006-02-27
* Stop generating empty arrays.Martin v. Löwis2006-02-26
* Fix iterating over cmpop_ty lists.Martin v. Löwis2006-02-26
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-26
* Regenerate.Martin v. Löwis2006-01-02
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-17
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-11
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-13
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-13
* Use PyErr_NoMemory() instead of rolling our own.Neal Norwitz2005-10-23
* Merge ast-branch to headJeremy Hylton2005-10-20