COMMITS
/ Doc/c-api/init.rst February 17, 2026
S
[3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804)
Stan Ulbrych committed
November 25, 2025
M
[3.13] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141955)
Miss Islington (bot) committed
November 20, 2025
M
[3.13] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141788)
Miss Islington (bot) committed
October 9, 2025
S
[3.13] gh-101100: Fix reference warnings in `c-api/init.rst` document… (#139833)
Stan Ulbrych committed
October 7, 2025
T
Python 3.13.8
Thomas Wouters committed
October 1, 2025
M
[3.13] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139464)
Miss Islington (bot) committed
September 18, 2025
M
[3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (GH-139119)
Miss Islington (bot) committed
September 8, 2025
M
[3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138658)
Miss Islington (bot) committed
August 26, 2025
M
[3.13] enhance docs for critical sections (GH-137334) (#138168)
Miss Islington (bot) committed
August 17, 2025
June 11, 2025
M
[3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135395)
Miss Islington (bot) committed
May 19, 2025
P
[3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentation (#133900)
Peter Bierma committed
May 9, 2025
M
[3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) (#133752)
Miss Islington (bot) committed
February 11, 2025
M
[3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997)
Miss Islington (bot) committed
February 6, 2025
M
[3.13] gh-118915: Fix bad link in documentation (GH-129691) (GH-129723)
Miss Islington (bot) committed
January 10, 2025
M
[3.13] gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483) (GH-128677)
Miss Islington (bot) committed
December 11, 2024
P
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)
Peter Bierma committed
November 24, 2024
M
[3.13] Fix macro expansions in critical section docs (GH-127226) (#127229)
Miss Islington (bot) committed
November 23, 2024
M
[3.13] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667) (#127201)
Miss Islington (bot) committed
November 20, 2024
M
[3.13] Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (GH-126536) (#127053)
Miss Islington (bot) committed
October 21, 2024
M
[3.13] gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation notes (GH-125317) (#125776)
Miss Islington (bot) committed
M
[3.13] Doc: Fix typos (GH-125728) (#125773)
Miss Islington (bot) committed
October 8, 2024
A
[3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8023) (#125092)
Alyssa Coghlan committed
October 3, 2024
M
[3.13] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124920) (#124930)
Miss Islington (bot) committed
June 21, 2024
S
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross committed
M
[3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120852)
Miss Islington (bot) committed
June 20, 2024
S
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