COMMITS
/ Doc/c-api/memory.rst November 30, 2018
K
Fix typo in Memory Management doc. (GH-10798)
Kevin Adler committed
June 18, 2018
A
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino committed
February 9, 2018
S
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 31, 2017
V
bpo-20064: Document PyObject_Malloc() (#4199)
Victor Stinner committed
June 20, 2017
V
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner committed
February 27, 2017
I
fix minor bug in pymalloc. (#335)
INADA Naoki committed
April 22, 2016
V
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner committed
March 23, 2016
V
Fix typo in doc: avoid the french "& cie" :-)
Victor Stinner committed
March 18, 2016
V
Doc: fix typos, patch written by Stefan Behnel
Victor Stinner committed
V
Enhance documentation on malloc debug hooks
Victor Stinner committed
March 15, 2016
V
On memory error, dump the memory block traceback
Victor Stinner committed
March 14, 2016
V
Check the GIL in PyObject_Malloc()
Victor Stinner committed
V
Add PYTHONMALLOC env var
Victor Stinner committed
March 9, 2016
V
Issue #26516: Enhance Python mem allocators doc
Victor Stinner committed
April 14, 2015
R
Merge: #23957: fix typo.
R David Murray committed
R
#23957: fix typo.
R David Murray 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
October 10, 2013
V
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner committed
July 7, 2013
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
March 22, 2013
G
Clean up references to the no longer existing PyString_ APIs in our docs.
Gregory P. Smith committed
August 9, 2012
A
fix docs for c-api memory functions
Andrew Svetlov committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 23, 2008
G
Merged revisions 65182 via svnmerge from
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed