summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)Sam Gross2025-12-081-0/+5
* gh-138189: Link references to type slots (GH-141410)Petr Viktorin2025-11-181-1/+1
* gh-141004: Document `PyType_FastSubclass` (GH-141313)Stan Ulbrych2025-11-101-2/+2
* gh-138189: Document type slots, and other constants, as part of Limited API (...Petr Viktorin2025-11-041-0/+200
* gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED...Sergey Miryanov2025-11-021-1/+3
* gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (#140032)Mikhail Efimov2025-10-131-1/+1
* gh-95245: Document Py_TPFLAGS_PREHEADER (GH-135861)Sergey Miryanov2025-08-251-0/+13
* gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)Petr Viktorin2025-07-071-6/+5
* bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)Edward Z. Yang2025-06-091-0/+20
* Fix sphinx-lint warnings (default-role used). (GH-134647)Julien Palard2025-05-251-1/+1
* gh-132246: Add special buffer methods to C API Type Object docs (gh-132247)Cody Maloney2025-05-211-3/+4
* gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)Richard Hansen2025-05-201-107/+351
* Fix a typo in c-api/typeobj.rst (#132317)Yongzi Li2025-04-131-1/+1
* gh-111178: fix incorrect function signatures in docs (#132395)Bénédikt Tran2025-04-111-7/+14
* gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...Peter Bierma2025-03-201-1/+1
* gh-131117: Update tp_finalize example to use PyErr_GetRaisedException (#131118)Cody Maloney2025-03-191-4/+2
* Docs: Fix documentation for "PyTypeObject Definition" (GH-130936)Yuki Kobayashi2025-03-191-1/+1
* gh-130814: Enhance documentation for Python C API type objects (#130817)sharktide2025-03-141-2/+2
* gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)Petr Viktorin2025-03-111-30/+72
* gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044)Satyam Kumar2025-02-121-1/+1
* Docs: Fix comment out in `c-api/typeobj.rst` (#128266)Yuki Kobayashi2024-12-261-0/+1
* Doc: C API: Demote sections to subsections for consistency (#126535)Richard Hansen2024-11-071-7/+7
* gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)Richard Hansen2024-10-301-2/+2
* Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)Richard Hansen2024-10-211-11/+13
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-7/+7
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-131-5/+34
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-011-2/+2
* docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)da-woods2024-07-031-2/+2
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-191-2/+2
* Fix typo in Doc/c-api/typeobj.rst (GH-118377)Xie Yanbo2024-04-291-1/+1
* gh-116935: Document that heap types need to support garbage collection (GH-11...Savannah Ostrowski2024-04-191-1/+2
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+4
* gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...Christopher Chavez2023-12-061-3/+3
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-1/+27
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-22/+0
* Fix misc doc typos (#108592)xzmeng2023-08-291-1/+1
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-231-1/+1
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-171-1/+1
* gh-107298: Fix C API Buffer documentation (#108011)Victor Stinner2023-08-161-1/+1
* gh-91051: fix segfault when using all 8 type watchers (#107853)Carl Meyer2023-08-111-2/+2
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-4/+6
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-271-16/+17
* gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...Serhiy Storchaka2023-07-271-15/+17
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-32/+32
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-5/+5
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-261-10/+10
* gh-107091: Fix some uses of :c:member: role (GH-107129)Serhiy Storchaka2023-07-261-1/+1
* gh-107298: Fix doc references to undocumented modules (#107300)Victor Stinner2023-07-261-1/+1
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-231-2/+2
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-79/+81