COMMITS
/ Doc/c-api/init.rst June 21, 2024
M
[3.12] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120853)
Miss Islington (bot) committed
April 15, 2024
H
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade committed
March 7, 2024
S
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450)
Serhiy Storchaka committed
February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
December 5, 2023
M
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772)
Miss Islington (bot) committed
July 31, 2023
M
[3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403) (gh-107521)
Miss Islington (bot) committed
July 28, 2023
M
[3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)
Miss Islington (bot) committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 27, 2023
S
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
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
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
November 16, 2022
S
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower committed
October 18, 2022
J
Doc: Found some remaining default roles. (GH-98392)
Julien Palard committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
A
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
Adam Turner committed
October 4, 2022
August 24, 2022
P
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Pablo Galindo Salgado committed
May 23, 2022
V
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner committed
May 6, 2022
V
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner committed
May 5, 2022
R
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
Robert Howlett committed
May 2, 2022
V
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner committed
April 21, 2022
M
GH-88756: Update docs for PEP 523 eval function type. (GH-91788)
Mark Shannon committed
April 6, 2022
V
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
Victor Stinner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
April 1, 2022
V
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)
Victor Stinner committed
December 10, 2021
G
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta committed
October 19, 2021
J
[doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)
Julien Palard committed
October 15, 2021
V
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
August 30, 2021
May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner committed
January 14, 2021
K
Docs: Remove stray semicolon in init.rst (GH-23974)
Ken Jin committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
April 29, 2020
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
April 28, 2020
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 17, 2020
V
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner committed
March 20, 2020
V
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner committed