index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pyarena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
Victor Stinner
2013-07-07
1
-6
/
+6
*
remove unnecessary clearing of list
Benjamin Peterson
2013-01-19
1
-7
/
+0
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-5
/
+3
*
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-1
/
+0
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-150
/
+150
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4
/
+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5
/
+41
*
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