COMMITS
/ Python/Python-ast.c March 2, 2006
M
Fix memory leak on attributes.
Martin v. Löwis committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
February 28, 2006
N
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz committed
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
M
Regenerate.
Martin v. Löwis committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
M
Create _ast module.
Martin v. Löwis committed
T
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters committed
M
Avoid reinitializing the types twice.
Martin v. Löwis committed
February 26, 2006
M
Stop generating empty arrays.
Martin v. Löwis committed
M
Fix iterating over cmpop_ty lists.
Martin v. Löwis committed
M
Generate code to recursively copy an AST into
Martin v. Löwis committed
January 2, 2006
M
Regenerate.
Martin v. Löwis committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 11, 2005
N
SF #1373150, diffs in working copy after a build
Neal Norwitz committed
November 13, 2005
N
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz committed
N
Prevent name pollution by making lots of internal functions static.
Neal Norwitz committed
October 23, 2005
N
Use PyErr_NoMemory() instead of rolling our own.
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed