index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pyarena.c
Commit message (
Expand
)
Author
Age
*
Chore: Fix typo in `pyarena.c` (#126527)
Aditya Borikar
2024-11-07
*
gh-119219: Remove two obsolete TODOs. (#119223)
Jeremy Hylton
2024-05-20
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
*
Fix typos in comments (GH-9905)
Quan Tian
2018-10-19
*
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
Victor Stinner
2013-07-07
*
remove unnecessary clearing of list
Benjamin Peterson
2013-01-19
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
*
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Document the purpose of the struct _block members.
Tim Peters
2006-03-02
*
Added words about what PyArena_Malloc() does.
Tim Peters
2006-03-02
*
Trimmed trailing whitespace.
Tim Peters
2006-03-02
*
Add missing DECREF.
Jeremy Hylton
2006-03-01
*
Add some stats collection in debugging mode.
Jeremy Hylton
2006-02-28
*
Use simple PyList to implement list of PyObject pointers
Jeremy Hylton
2006-02-28
*
Tabify
Jeremy Hylton
2006-02-28
*
Real arena implementation
Jeremy Hylton
2006-02-28
*
fixed compilation with an ordinary C89 compiler
Fredrik Lundh
2005-12-18
*
Cleanup a bit and make things more consistent.
Neal Norwitz
2005-12-18
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17