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
/
Include
/
pymem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner
2014-06-02
1
-4
/
+4
*
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-0
/
+5
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. L?wis
2014-01-03
1
-0
/
+4
*
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner
2013-07-07
1
-0
/
+3
*
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-20
/
+74
*
Merged revisions 78189 via svnmerge from
Mark Dickinson
2010-02-14
1
-4
/
+4
*
Merged revisions 76740 via svnmerge from
Mark Dickinson
2009-12-10
1
-2
/
+2
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-3
/
+3
*
Merged revisions 65182 via svnmerge from
Georg Brandl
2008-07-23
1
-11
/
+22
*
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc
2008-06-18
1
-4
/
+8
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-0
/
+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-10
/
+7
*
Remove MALLOC_ZERO_RETURNS_NULL.
Martin v. Löwis
2002-11-23
1
-9
/
+4
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-3
/
+3
*
Moving pymalloc along.
Tim Peters
2002-04-28
1
-37
/
+42
*
Moving pymalloc along.
Tim Peters
2002-04-22
1
-13
/
+9
*
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
Tim Peters
2002-04-12
1
-40
/
+55
*
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if
Neil Schemenauer
2002-04-12
1
-30
/
+0
*
New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).
Tim Peters
2002-04-01
1
-0
/
+1
*
PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere
Tim Peters
2002-03-28
1
-6
/
+6
*
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
Tim Peters
2002-03-23
1
-3
/
+17
*
Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On
Tim Peters
2002-03-20
1
-3
/
+3
*
Drop the PyCore_* memory API.
Neil Schemenauer
2002-03-18
1
-25
/
+26
*
Simpilify PyCore_* macros by assuming the function prototypes for
Neil Schemenauer
2002-03-18
1
-68
/
+4
*
Whether platform malloc(0) returns NULL has nothing to do with whether
Tim Peters
2002-03-02
1
-7
/
+12
*
Repair more now-obsolete references to config.h.
Tim Peters
2001-07-26
1
-1
/
+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling
Vladimir Marangozov
2000-08-13
1
-1
/
+1
*
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Peter Schneider-Kamp
2000-07-31
1
-0
/
+179