index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pyarena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary clearing of list
Benjamin Peterson
2013-01-19
1
-7/+0
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-150/+150
*
Fix more memory allocation issues found with failmalloc.
Neal Norwitz
2006-07-22
1
-4/+4
*
Fix sys.getobjects(0): we get a reference to the
Martin v. Löwis
2006-04-15
1
-0/+3
*
ALIGNMENT_SHIFT is not used
Neal Norwitz
2006-04-14
1
-1/+0
*
Force 8-alignment of memory blocks, as needed on
Martin v. Löwis
2006-04-13
1
-1/+8
*
more low-hanging fruit to make code compile under a C++ compiler. Not
Anthony Baxter
2006-04-11
1
-4/+4
*
Expand comments.
Jeremy Hylton
2006-03-31
1
-0/+27
*
Document the purpose of the struct _block members.
Tim Peters
2006-03-02
1
-1/+18
*
Added words about what PyArena_Malloc() does.
Tim Peters
2006-03-02
1
-1/+1
*
Trimmed trailing whitespace.
Tim Peters
2006-03-02
1
-6/+6
*
Add missing DECREF.
Jeremy Hylton
2006-03-01
1
-1/+5
*
Add some stats collection in debugging mode.
Jeremy Hylton
2006-02-28
1
-3/+41
*
Use simple PyList to implement list of PyObject pointers
Jeremy Hylton
2006-02-28
1
-44/+20
*
Tabify
Jeremy Hylton
2006-02-28
1
-84/+87
*
Real arena implementation
Jeremy Hylton
2006-02-28
1
-62/+80
*
fixed compilation with an ordinary C89 compiler
Fredrik Lundh
2005-12-18
1
-2/+2
*
Cleanup a bit and make things more consistent.
Neal Norwitz
2005-12-18
1
-7/+2
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-0/+133