COMMITS
/ Python/pyarena.c November 7, 2024
A
Chore: Fix typo in `pyarena.c` (#126527)
Aditya Borikar committed
May 20, 2024
J
gh-119219: Remove two obsolete TODOs. (#119223)
Jeremy Hylton committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
October 19, 2018
Q
Fix typos in comments (GH-9905)
Quan Tian committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
Victor Stinner committed
January 19, 2013
B
remove unnecessary clearing of list
Benjamin Peterson committed
September 20, 2012
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
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