summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle ...Miss Islington (bot)2025-06-111-22/+8
* [3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentation (#13...Peter Bierma2025-05-191-2/+3
* [3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) ...Miss Islington (bot)2025-05-091-1/+1
* [3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997)Miss Islington (bot)2025-02-111-4/+4
* [3.13] gh-118915: Fix bad link in documentation (GH-129691) (GH-129723)Miss Islington (bot)2025-02-061-1/+1
* [3.13] gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-12...Miss Islington (bot)2025-01-101-0/+11
* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...Peter Bierma2024-12-111-0/+9
* [3.13] Fix macro expansions in critical section docs (GH-127226) (#127229)Miss Islington (bot)2024-11-241-2/+2
* [3.13] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667)...Miss Islington (bot)2024-11-231-1/+5
* [3.13] Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (GH-126536...Miss Islington (bot)2024-11-201-0/+3
* [3.13] gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecati...Miss Islington (bot)2024-10-211-4/+7
* [3.13] Doc: Fix typos (GH-125728) (#125773)Miss Islington (bot)2024-10-211-1/+1
* [3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8...Alyssa Coghlan2024-10-081-20/+142
* [3.13] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...Miss Islington (bot)2024-10-031-1/+1
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+104
* [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...Miss Islington (bot)2024-06-211-3/+10
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+43
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+52
* Docs: Fix CVE link (#118077)Jelle Zijlstra2024-04-191-1/+1
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-0/+130
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-1/+29
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-2/+2
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-111-14/+11
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-051-2/+3
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-171-1/+1
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-031-0/+13
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-3/+11
* gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)Eric Snow2023-07-311-0/+1
* gh-107305: Update the C-API Docs for PEP 684 (gh-107324)Eric Snow2023-07-281-15/+194
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-2/+5
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-9/+9
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-31/+31
* gh-105373: Remove C API global config vars in Python 3.14 (#106538)Victor Stinner2023-07-071-16/+16
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-0/+19
* gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)Victor Stinner2023-06-011-74/+1
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-224/+10
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-7/+7
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-151-1/+1
* Fix typo in `Py_GetPythonHome` signature (#102168)Tanner Firl2023-02-231-1/+1
* Fix deprecation doc for `PyEval_InitThreads` (#100667)Alexander Shadchin2023-01-021-2/+2
* gh-99377: Revert audit events for thread state creation and free, because the...Steve Dower2022-11-171-13/+0
* gh-99377: Add audit events for thread creation and clear (GH-99378)Steve Dower2022-11-161-0/+13
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-181-1/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-14/+14
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-051-3/+3
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...Adam Turner2022-10-041-1/+1
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-241-0/+24
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-231-0/+109