summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914) (GH-136377)Miss Islington (bot)2025-07-082-22/+64
* [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...Miss Islington (bot)2025-07-072-4/+69
* [3.14] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136074)Miss Islington (bot)2025-06-281-0/+10
* [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)Miss Islington (bot)2025-06-272-2/+2
* [3.14] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-...Miss Islington (bot)2025-06-251-0/+20
* [3.14] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (...Miss Islington (bot)2025-06-231-0/+6
* [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)Miss Islington (bot)2025-06-211-2/+2
* [3.14] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (...Miss Islington (bot)2025-06-201-0/+10
* [3.14] Document that PyType_GetModuleByDef returns a borrowed reference (GH-1...Miss Islington (bot)2025-06-191-0/+4
* [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)Miss Islington (bot)2025-06-181-1/+1
* Python 3.14.0b3v3.14.0b3Hugo van Kemenade2025-06-171-1/+1
* [3.14] gh-134160: Split extension module init from PyModule docs; emphasize m...Miss Islington (bot)2025-06-164-169/+376
* [3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle ...Miss Islington (bot)2025-06-111-22/+8
* [3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-...Miss Islington (bot)2025-06-091-0/+20
* [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)Victor Stinner2025-06-091-1/+16
* [3.14] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (...Miss Islington (bot)2025-06-061-0/+12
* [3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#13...Miss Islington (bot)2025-06-061-0/+1
* [3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) (G...Miss Islington (bot)2025-06-031-0/+1
* [3.14] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-1350...Miss Islington (bot)2025-06-021-4/+2
* [3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreter...Miss Islington (bot)2025-05-311-12/+30
* Doc: remove unnecessary section header (GH-134917)Miss Islington (bot)2025-05-301-4/+0
* [3.14] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (...Miss Islington (bot)2025-05-291-4/+0
* [3.14] gh-133678: Document C API third party tools (GH-134526) (#134793)Miss Islington (bot)2025-05-271-0/+38
* [3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) ...Miss Islington (bot)2025-05-262-3/+3
* [3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670)Miss Islington (bot)2025-05-253-3/+3
* [3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-13...Miss Islington (bot)2025-05-211-3/+4
* [3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-1259...Miss Islington (bot)2025-05-2011-137/+1378
* [3.14] document `Py_VISIT` as a macro in the docs (GH-133688) (#134186)Miss Islington (bot)2025-05-181-2/+2
* [3.14] Docs: C API: Improve documentation around non-Python threads with subi...Miss Islington (bot)2025-05-171-9/+50
* [3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) (#133769)Miss Islington (bot)2025-05-091-0/+11
* [3.14] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) ...Miss Islington (bot)2025-05-091-1/+1
* Python 3.14.0b1v3.14.0b1Hugo van Kemenade2025-05-062-6/+6
* gh-102567: Add -X importtime=2 for logging an importtime message for already-...Noah Kim2025-05-061-3/+9
* gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...Peter Bierma2025-05-052-1/+26
* gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)Sam Gross2025-05-022-0/+34
* gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)Sergey B Kirpichev2025-05-011-0/+3
* gh-46236: Document `PyUnicodeIter_Type` (GH-132925)Stan Ulbrych2025-04-291-2/+8
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow2025-04-281-10/+0
* gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...Petr Viktorin2025-04-281-1/+1
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka2025-04-261-0/+6
* gh-107954: Add audit event to PyConfig_Set() (#132958)Victor Stinner2025-04-251-0/+2
* gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)Victor Stinner2025-04-251-1/+1
* gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)Bénédikt Tran2025-04-251-0/+2
* Fix a grammar error in the `Py_ALWAYS_INLINE` doc (#129304)Kuba_Z22025-04-241-1/+1
* gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)Sergey B Kirpichev2025-04-221-54/+0
* gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)Stan Ulbrych2025-04-221-0/+11
* gh-46236: Add PyUnicode_Resize() doc (#132628)RUANG (James Roy)2025-04-221-0/+15
* gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)RUANG (James Roy)2025-04-141-0/+8
* Fix a typo in c-api/typeobj.rst (#132317)Yongzi Li2025-04-131-1/+1
* Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318)Yongzi Li2025-04-131-1/+1