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
*
[3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669)
Miss Islington (bot)
2025-05-25
1
-1/+1
*
[3.13] gh-132246: Add special buffer methods to C API Type Object docs (gh-13...
Miss Islington (bot)
2025-05-21
1
-3/+4
*
[3.13] Fix a typo in c-api/typeobj.rst (GH-132317) (#132464)
Miss Islington (bot)
2025-04-13
1
-1/+1
*
[3.13] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-...
Miss Islington (bot)
2025-03-20
1
-1/+1
*
[3.13] gh-131117: Update tp_finalize example to use PyErr_GetRaisedException ...
Miss Islington (bot)
2025-03-19
1
-4/+2
*
[3.13] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129...
Miss Islington (bot)
2025-03-17
1
-30/+72
*
[3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130...
Miss Islington (bot)
2025-03-14
1
-2/+2
*
[3.13] gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044) (gh...
Miss Islington (bot)
2025-02-12
1
-1/+1
*
[3.13] gh-125674: Doc: Fix type of newfunc first parameter (GH-125675) (#128449)
Miss Islington (bot)
2025-01-03
1
-2/+2
*
[3.13] Doc: C API: Demote sections to subsections for consistency (GH-126535)...
Miss Islington (bot)
2024-11-07
1
-7/+7
*
[3.13] Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-12...
Miss Islington (bot)
2024-10-21
1
-11/+13
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-7/+7
*
[3.13] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) ...
Miss Islington (bot)
2024-07-03
1
-2/+2
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
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
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-1/+13
*
tp_flags docs: fix indentation (#106420)
Jelle Zijlstra
2023-07-05
1
-9/+9
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+1
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-2/+2
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+20
*
Docs: fix dunders with too many underscores (#103955)
Erlend E. Aasland
2023-04-27
1
-1/+1
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+10
*
docs: fix `ssizeobjargproc` parameters (#100736)
David Lechner
2023-01-04
1
-1/+2
*
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
Carl Meyer
2022-12-16
1
-1/+1
*
GH-99767: update PyTypeObject docs for type watchers (GH-99928)
Carl Meyer
2022-12-15
1
-0/+9
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Petr Viktorin
2022-11-28
1
-6/+25
*
gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99...
Petr Viktorin
2022-11-07
1
-0/+11
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...
Adam Turner
2022-10-04
1
-5/+5
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-1/+1
[next]