COMMITS
/ Include/pymem.h October 17, 2023
V
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner committed
September 1, 2023
V
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
April 23, 2021
P
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
February 5, 2020
V
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner committed
April 15, 2019
V
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
Victor Stinner committed
April 11, 2019
V
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 25, 2018
V
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner committed
V
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner committed
V
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner committed
October 23, 2018
V
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 24, 2017
V
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
June 20, 2017
V
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
March 23, 2016
V
Issue #26588:
Victor Stinner committed
March 22, 2016
V
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner committed
V
Issue #26588: fix compilation on Windows
Victor Stinner committed
V
Add C functions _PyTraceMalloc_Track()
Victor Stinner committed
March 14, 2016
V
Add PYTHONMALLOC env var
Victor Stinner committed
June 2, 2014
V
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner committed
May 2, 2014
V
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
July 7, 2013
V
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner committed
V
Issue #3329: Implement the PEP 445
Victor Stinner committed
June 15, 2013
V
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
June 14, 2013
V
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
February 14, 2010
M
Merged revisions 78189 via svnmerge from
Mark Dickinson committed
December 10, 2009
M
Merged revisions 76740 via svnmerge from
Mark Dickinson committed
September 28, 2009
K
http://bugs.python.org/issue6836
Kristján Valur Jónsson committed
July 23, 2008
G
Merged revisions 65182 via svnmerge from
Georg Brandl committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc committed
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
November 23, 2002
M
Remove MALLOC_ZERO_RETURNS_NULL.
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
April 28, 2002
T
Moving pymalloc along.
Tim Peters committed
April 22, 2002
T
Moving pymalloc along.
Tim Peters committed
April 12, 2002
T
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
Tim Peters committed
N
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if
Neil Schemenauer committed
April 1, 2002
T
New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).
Tim Peters committed