COMMITS
/ Doc/c-api/memory.rst November 2, 2022
M
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
Miss Islington (bot) committed
October 5, 2022
Ł
M
[3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97870)
Miss Islington (bot) committed
July 5, 2022
April 7, 2022
M
c-api docs: There are five fields, not four (GH-32379)
Miss Islington (bot) committed
April 2, 2022
J
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra committed
July 3, 2021
M
Fix a small typo in the docs (GH-26991) (GH-27003)
Miss Islington (bot) committed
April 30, 2021
J
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
March 9, 2021
V
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
Victor Stinner committed
February 2, 2021
P
Fix Sphynx syntax in the memory.rst document
Pablo Galindo committed
January 19, 2021
P
Add a clarification for the object-domain allocators regarding pointer validity (GH-24253)
Pablo Galindo committed
January 18, 2021
P
Add a paragraph about allocation domains to the C-API docs (GH-24252)
Pablo Galindo committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
February 21, 2020
J
fix(doc): set correct RST syntax for c:function (GH-18589)
Julien Danjou committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
July 28, 2019
N
Remove trailing .0 from version changed note (GH-14987)
Nick Coghlan committed
July 6, 2019
H
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 11, 2019
V
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner committed
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