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
/
type.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)
Petr Viktorin
2023-10-13
1
-14/+27
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-1/+1
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
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
-1/+1
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-7/+7
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+17
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-1/+1
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-2/+2
*
gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054)
Petr Viktorin
2023-05-29
1
-2/+17
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-1/+1
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-8/+40
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-2/+24
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
1
-0/+9
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-0/+49
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon
2022-08-30
1
-2/+2
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+2
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-3/+33
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-4/+16
*
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra
2022-04-02
1
-2/+2
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-0/+17
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-6/+5
*
Fix minor typo in Doc/c-api/type.rst (GH-28432)
Konstantin Popov
2021-09-18
1
-1/+1
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0/+7
*
bpo-41886: Fix documented type of PyType_Type (GH-22454)
da-woods
2021-08-03
1
-1/+1
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0/+6
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
Pablo Galindo
2021-05-29
1
-7/+9
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Pablo Galindo
2021-05-29
1
-0/+7
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
1
-2/+2
*
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni
2021-01-06
1
-2/+4
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
1
-4/+4
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Serhiy Storchaka
2020-11-21
1
-2/+4
*
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
Hai Shi
2020-11-14
1
-0/+2
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-2/+4
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-2/+4
*
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...
Benjamin Peterson
2020-09-02
1
-1/+10
*
bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...
Petr Viktorin
2020-08-27
1
-1/+11
*
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset ...
Hai Shi
2020-05-11
1
-0/+1
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-1/+35
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
1
-6/+6
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
1
-0/+1
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-5/+5
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar
2019-09-27
1
-1/+2
*
bpo-38140: Document offsets in PyMemberDef (GH-16354)
Petr Viktorin
2019-09-25
1
-1/+4
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-2/+1
*
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (G...
t k
2019-09-15
1
-4/+0
*
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin
2019-05-24
1
-12/+103
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)
Eddie Elizondo
2018-11-29
1
-1/+4
[next]