COMMITS
/ Python/pyarena.c August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 2, 2006
T
Document the purpose of the struct _block members.
Tim Peters committed
T
Added words about what PyArena_Malloc() does.
Tim Peters committed
T
Trimmed trailing whitespace.
Tim Peters committed
March 1, 2006
J
Add missing DECREF.
Jeremy Hylton committed
February 28, 2006
J
Add some stats collection in debugging mode.
Jeremy Hylton committed
J
Use simple PyList to implement list of PyObject pointers
Jeremy Hylton committed
J
Real arena implementation
Jeremy Hylton committed
December 18, 2005
F
fixed compilation with an ordinary C89 compiler
Fredrik Lundh committed
N
Cleanup a bit and make things more consistent.
Neal Norwitz committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed