COMMITS
/ Doc/c-api/init.rst 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
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
April 17, 2024
V
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
November 17, 2023
V
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner committed
October 3, 2023
V
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
July 31, 2023
E
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
Eric Snow committed
July 28, 2023
E
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow committed
July 27, 2023
S
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
July 7, 2023
V
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner committed
June 1, 2023
V
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner committed
V
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner committed
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
March 15, 2023
J
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard committed
February 23, 2023
T
Fix typo in `Py_GetPythonHome` signature (#102168)
Tanner Firl committed
January 2, 2023
A
Fix deprecation doc for `PyEval_InitThreads` (#100667)
Alexander Shadchin committed
November 17, 2022