COMMITS
/ Doc/c-api/memory.rst March 11, 2026
L
gh-142518: Improve mimalloc allocator docs (#145224)
Lysandros Nikolaou committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
January 29, 2026
P
gh-144319: Add huge pages support for pymalloc (#144320)
Pablo Galindo Salgado committed
January 15, 2026
P
gh-141004: Mark up docs of old PyMem macros (GH-143783)
Petr Viktorin committed
November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
July 19, 2025
D
Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790)
Disconnect3d committed
May 20, 2025
R
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
Richard Hansen committed
March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
September 13, 2024
D
gh-119802: Update memory management docs for free-threaded build (gh-124006)
Donghee Na committed
August 2, 2024
V
Update PyObject_Del() documentation (#122597)
Victor Stinner committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
January 21, 2024
N
gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)
Nikita Sobolev committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 16, 2023
M
C-API docs: Clarify the size of arenas (#110895)
Mienxiu committed
October 11, 2023
E
gh-110631: Fix reST indentation (#110724)
Ezio Melotti committed
July 31, 2023
E
gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)
Eric Snow committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
November 2, 2022
P
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
Pablo Galindo Salgado committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)
Adam Turner committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
April 7, 2022
J
c-api docs: There are five fields, not four (GH-32379)
Jelle Zijlstra committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
July 3, 2021
S
Fix a small typo in the docs (GH-26991)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner 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