COMMITS
/ Doc/c-api/memory.rst February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
January 21, 2024
M
[3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (#114377)
Miss Islington (bot) committed
October 16, 2023
M
[3.12] C-API docs: Clarify the size of arenas (GH-110895) (#110946)
Miss Islington (bot) committed
October 11, 2023
E
[3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)
Ezio Melotti committed
July 31, 2023
M
[3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519) (gh-107522)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 23, 2023
S
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
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
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