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
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
1
-10/+1
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher
2021-05-02
1
-0/+44
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-3/+25
*
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner
2021-04-29
1
-21/+22
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
1
-41/+58
*
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland
2021-04-28
1
-0/+12
*
bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
Vladimir Matveev
2020-11-18
1
-0/+8
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-0/+16
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-2/+3
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-2/+2
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-1/+15
*
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Pablo Galindo
2020-03-03
1
-1/+13
*
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin
2020-02-06
1
-13/+7
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-34/+0
*
Fix quoted signature of setattrofunc (GH-17251)
Alex
2019-11-22
1
-1/+1
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
1
-47/+43
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-3/+3
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-64/+64
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar
2019-09-27
1
-4/+20
*
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Julien Palard
2019-09-13
1
-6/+0
*
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti
2019-09-11
1
-2/+2
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Hai Shi
2019-06-20
1
-1/+1
*
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer
2019-06-02
1
-122/+199
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-0/+5
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-0/+26
*
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin
2019-05-24
1
-5/+24
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino
2019-04-08
1
-2/+2
*
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
Stéphane Wirtel
2019-03-15
1
-0/+2
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
1
-129/+1175
*
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka
2018-05-22
1
-21/+35
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+16
*
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Michael Seifert
2017-09-15
1
-15/+0
*
Issue #28771: Merge C API doc fix from 3.6
Martin Panter
2016-12-10
1
-5/+7
|
\
|
*
Issue #28771: Update tp_get/setattr signature documentation
Martin Panter
2016-12-10
1
-5/+7
*
|
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka
2016-11-22
1
-5/+5
|
/
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-3/+3
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-1/+2
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-2/+2
*
Issue #25701: Document C API functions that both set and delete objects
Martin Panter
2015-12-08
1
-10/+16
*
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter
2015-08-25
1
-5/+5
|
\
|
*
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter
2015-08-25
1
-5/+5
*
|
docs.capi: Fix tp_as_async doc
Yury Selivanov
2015-06-23
1
-1/+1
*
|
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov
2015-05-28
1
-6/+6
*
|
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov
2015-05-21
1
-3/+2
*
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-2/+63
*
|
merge with 3.4
Georg Brandl
2014-10-05
1
-24/+1
|
\
\
|
|
/
|
*
Closes #19477: remove outdated documentation of tp_print type object slot.
Georg Brandl
2014-10-05
1
-24/+1
*
|
Merge 3.4
Andrew Svetlov
2014-07-03
1
-1/+3
|
\
\
|
|
/
[next]