index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
typeobj.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
Sam Gross
2025-12-08
1
-0/+5
*
gh-138189: Link references to type slots (GH-141410)
Petr Viktorin
2025-11-18
1
-1/+1
*
gh-141004: Document `PyType_FastSubclass` (GH-141313)
Stan Ulbrych
2025-11-10
1
-2/+2
*
gh-138189: Document type slots, and other constants, as part of Limited API (...
Petr Viktorin
2025-11-04
1
-0/+200
*
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED...
Sergey Miryanov
2025-11-02
1
-1/+3
*
gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (#140032)
Mikhail Efimov
2025-10-13
1
-1/+1
*
gh-95245: Document Py_TPFLAGS_PREHEADER (GH-135861)
Sergey Miryanov
2025-08-25
1
-0/+13
*
gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)
Petr Viktorin
2025-07-07
1
-6/+5
*
bpo-45210: Document that error indicator may be set in tp_dealloc (#28358)
Edward Z. Yang
2025-06-09
1
-0/+20
*
Fix sphinx-lint warnings (default-role used). (GH-134647)
Julien Palard
2025-05-25
1
-1/+1
*
gh-132246: Add special buffer methods to C API Type Object docs (gh-132247)
Cody Maloney
2025-05-21
1
-3/+4
*
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
Richard Hansen
2025-05-20
1
-107/+351
*
Fix a typo in c-api/typeobj.rst (#132317)
Yongzi Li
2025-04-13
1
-1/+1
*
gh-111178: fix incorrect function signatures in docs (#132395)
Bénédikt Tran
2025-04-11
1
-7/+14
*
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...
Peter Bierma
2025-03-20
1
-1/+1
*
gh-131117: Update tp_finalize example to use PyErr_GetRaisedException (#131118)
Cody Maloney
2025-03-19
1
-4/+2
*
Docs: Fix documentation for "PyTypeObject Definition" (GH-130936)
Yuki Kobayashi
2025-03-19
1
-1/+1
*
gh-130814: Enhance documentation for Python C API type objects (#130817)
sharktide
2025-03-14
1
-2/+2
*
gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)
Petr Viktorin
2025-03-11
1
-30/+72
*
gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044)
Satyam Kumar
2025-02-12
1
-1/+1
*
Docs: Fix comment out in `c-api/typeobj.rst` (#128266)
Yuki Kobayashi
2024-12-26
1
-0/+1
*
Doc: C API: Demote sections to subsections for consistency (#126535)
Richard Hansen
2024-11-07
1
-7/+7
*
gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)
Richard Hansen
2024-10-30
1
-2/+2
*
Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)
Richard Hansen
2024-10-21
1
-11/+13
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-7/+7
*
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...
Wenzel Jakob
2024-09-13
1
-5/+34
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-2/+2
*
docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods
2024-07-03
1
-2/+2
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-2/+2
*
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
Xie Yanbo
2024-04-29
1
-1/+1
*
gh-116935: Document that heap types need to support garbage collection (GH-11...
Savannah Ostrowski
2024-04-19
1
-1/+2
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
1
-0/+4
*
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...
Christopher Chavez
2023-12-06
1
-3/+3
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-1/+27
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-22/+0
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
1
-1/+1
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
1
-1/+1
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-1/+1
*
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner
2023-08-16
1
-1/+1
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
1
-2/+2
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-4/+6
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-16/+17
*
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...
Serhiy Storchaka
2023-07-27
1
-15/+17
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-32/+32
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-5/+5
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-10/+10
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
1
-1/+1
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
1
-1/+1
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
1
-2/+2
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-79/+81
[next]