COMMITS
/ Doc/c-api/init.rst February 20, 2026
P
gh-141811: Split up `init.rst` into multiple pages (GH-144844)
Peter Bierma committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
November 26, 2025
P
gh-140550: PEP 793 reference documentation (GH-141197)
Petr Viktorin committed
November 25, 2025
P
gh-141004: Document missing `PyThread*` APIs (GH-141810)
Peter Bierma committed
November 20, 2025
P
gh-141004: Document `Py_MakePendingCalls` (GH-141137)
Peter Bierma committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 13, 2025
V
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Victor Stinner committed
October 27, 2025
D
Fix typo in TLS docs (#140640)
da-woods committed
October 9, 2025
S
October 1, 2025
P
Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139451)
Petr Viktorin committed
September 18, 2025
P
Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)
Peter Bierma committed
September 15, 2025
P
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
Pablo Galindo Salgado committed
S
September 8, 2025
S
gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)
sobolevn committed
August 26, 2025
K
enhance docs for critical sections (#137334)
Kumar Aditya committed
July 22, 2025
N
gh-133296: Fix versionadded for C API functions that were backported (#137024)
Nathan Goldbaum committed
July 21, 2025
N
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Nathan Goldbaum committed
July 1, 2025
S
gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)
Sam Gross committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
June 11, 2025
M
gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (#135337)
Malcolm Smith committed
May 17, 2025
P
May 9, 2025
B
gh-133644: update `Py_InteractiveFlag` deprecation notice (#133749)
Bénédikt Tran committed
B
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran committed
April 28, 2025
E
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow committed
P
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
Petr Viktorin committed
March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
February 11, 2025
Y
gh-101100: Docs: Fix some typos in the document (#129988)
Yuki Kobayashi committed
February 6, 2025
M
gh-118915: Fix bad link in documentation (GH-129691)
Miro Hrončok committed
February 3, 2025
V
gh-129342: Explain how to replace Py_GetProgramName() in C (#129361)
Victor Stinner committed
January 19, 2025
V
Complete doc of pending C API removals in Python 3.15 (#129032)
Victor Stinner committed
January 9, 2025
P
gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)
Peter Bierma committed
December 11, 2024
P
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
Peter Bierma committed
November 24, 2024
D
Fix macro expansions in critical section docs (#127226)
da-woods committed
November 23, 2024
R
Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667)
Richard Hansen committed
November 20, 2024
R
Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)
Richard Hansen committed
October 21, 2024
Y
E
Doc: Fix typos (#125728)
ember91 committed
October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 8, 2024
A
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan committed
October 3, 2024
D
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124920)
Donghee Na committed
October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
September 3, 2024
V
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner committed
August 28, 2024
W
Fix typos in docs, error messages and comments (#123336)
Wulian committed
August 15, 2024
E
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo committed
June 21, 2024
S
gh-119344: Make critical section API public (#119353)
Sam Gross committed
E
June 20, 2024
S
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross committed
May 2, 2024
P
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Pablo Galindo Salgado committed
April 19, 2024
J
Docs: Fix CVE link (#118077)
Jelle Zijlstra committed