summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.3v3.13.3Thomas Wouters2025-04-081-1/+1
* [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)Miss Islington (bot)2025-04-021-0/+3
* [3.13] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-...Miss Islington (bot)2025-03-201-1/+1
* [3.13] gh-131117: Update tp_finalize example to use PyErr_GetRaisedException ...Miss Islington (bot)2025-03-191-4/+2
* [3.13] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026) ...Miss Islington (bot)2025-03-191-0/+12
* [3.13] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129...Miss Islington (bot)2025-03-173-30/+83
* [3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130...Miss Islington (bot)2025-03-141-2/+2
* [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)Russell Keith-Magee2025-03-131-11/+0
* [3.13] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130792)Miss Islington (bot)2025-03-101-0/+5
* [3.13] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130759)Miss Islington (bot)2025-03-021-1/+1
* [3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...Miss Islington (bot)2025-02-241-0/+9
* [3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...Miss Islington (bot)2025-02-241-1/+1
* [3.13] Fix phrasing in paragraphs with leading "similar" (GH-121135) (#130364)Miss Islington (bot)2025-02-201-2/+2
* [3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode...Miss Islington (bot)2025-02-201-0/+41
* [3.13] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130223)Miss Islington (bot)2025-02-171-0/+6
* [3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...Stan Ulbrych2025-02-171-7/+2
* [3.13] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-1301...Miss Islington (bot)2025-02-161-6/+7
* [3.13] gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044) (gh...Miss Islington (bot)2025-02-121-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-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-...Miss Islington (bot)2025-02-101-0/+7
* [3.13] gh-118915: Fix bad link in documentation (GH-129691) (GH-129723)Miss Islington (bot)2025-02-061-1/+1
* [3.13] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (...Miss Islington (bot)2025-02-031-3/+4
* [3.13] gh-118915: C API: Document compiler flag macros (GH-129028) (GH-129086)Miss Islington (bot)2025-01-211-3/+15
* [3.13] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...Miss Islington (bot)2025-01-201-0/+9
* [3.13] gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-12...Miss Islington (bot)2025-01-101-0/+11
* [3.13] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicod...Miss Islington (bot)2025-01-062-11/+36
* [3.13] gh-77214: Update outdated documentation for numeric PyArg_Parse format...Miss Islington (bot)2025-01-061-8/+14
* [3.13] gh-127954: Document PyObject_DelItemString (GH-127986) (#128496)Miss Islington (bot)2025-01-041-0/+7
* [3.13] gh-125674: Doc: Fix type of newfunc first parameter (GH-125675) (#128449)Miss Islington (bot)2025-01-031-2/+2
* [3.13] gh-125887: Update PyObject_HasAttr exception behavior (GH-125907) (#12...Miss Islington (bot)2024-12-271-1/+2
* [3.13] Document PyObject_SelfIter (GH-127861) (#127898)Miss Islington (bot)2024-12-131-0/+6
* [3.13] gh-118915: C API: Document frame locals proxies. (GH-127720) (#127831)Miss Islington (bot)2024-12-111-1/+21
* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...Peter Bierma2024-12-112-0/+13
* [3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (...Miss Islington (bot)2024-12-101-0/+2
* [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)Russell Keith-Magee2024-12-091-0/+9
* [3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH...Miss Islington (bot)2024-12-031-3/+11
* [3.13] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127460)Yuki Kobayashi2024-12-011-20/+19
* [3.13] fix param type in PyObject_HasAttrWithError (docs) (GH-127403) (#127404)Miss Islington (bot)2024-11-291-1/+1
* [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] Doc: C API: Demote sections to subsections for consistency (GH-126535)...Miss Islington (bot)2024-11-071-7/+7
* [3.13] Doc: C API: Delete claim that `PyObject_Init` is GC-aware (GH-126418) ...Miss Islington (bot)2024-11-051-4/+2
* [3.13] Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-12...Miss Islington (bot)2024-10-211-11/+13
* [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-213-3/+3
* [3.13] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-12538...Miss Islington (bot)2024-10-131-0/+5
* [3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...Alex Waygood2024-10-092-23/+25
* [3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8...Alyssa Coghlan2024-10-083-69/+146
* [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)Miss Islington (bot)2024-10-081-3/+6