summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-151-1/+1
* [3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-071-2/+2
* [3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-11...Serhiy Storchaka2024-02-111-16/+13
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-051-2/+3
* [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403...Miss Islington (bot)2023-07-311-0/+1
* [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)Miss Islington (bot)2023-07-281-15/+194
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-10/+10
* [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)Serhiy Storchaka2023-07-271-2/+5
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-31/+31
* 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
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-061-0/+13
* gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)Robert Howlett2022-05-051-1/+1
* gh-88097: doc: fix link to Py_Version (#92141)Victor Stinner2022-05-021-1/+1
* GH-88756: Update docs for PEP 523 eval function type. (GH-91788)Mark Shannon2022-04-211-1/+4
* Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...Victor Stinner2022-04-061-10/+1
* More minor fixes to C API docs (GH-31525)Jelle Zijlstra2022-04-021-1/+1
* bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...Victor Stinner2022-04-011-1/+10
* bpo-43931: Export Python version as API data (GH-25577)Gabriele N. Tornetta2021-12-101-0/+2
* [doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)Julien Palard2021-10-191-2/+2
* bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)Victor Stinner2021-10-151-0/+24
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)Serhiy Storchaka2021-09-221-3/+3
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-1/+1
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-0/+32
* Docs: Remove stray semicolon in init.rst (GH-23974)Ken Jin2021-01-141-1/+1
* bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)Victor Stinner2020-11-101-0/+36
* bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)Victor Stinner2020-11-091-1/+1
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-2/+3
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-24/+24
* bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)Victor Stinner2020-04-291-3/+3
* bpo-40421: Add PyFrame_GetCode() function (GH-19757)Victor Stinner2020-04-281-2/+4
* bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)Victor Stinner2020-04-171-1/+1
* bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)Victor Stinner2020-03-261-0/+2
* bpo-39947: Add PyThreadState_GetID() function (GH-19163)Victor Stinner2020-03-251-0/+9
* bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)Victor Stinner2020-03-201-0/+12
* bpo-39984: Move pending calls to PyInterpreterState (GH-19066)Victor Stinner2020-03-191-0/+10
* bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)Victor Stinner2020-03-131-5/+14
* bpo-39947: Add PyInterpreterState_Get() function (GH-18979)Victor Stinner2020-03-131-0/+12