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.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...
Adam Turner
2023-09-29
1
-1/+1
*
[3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Serhiy Storchaka
2023-08-17
1
-1/+1
*
[3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041)
Miss Islington (bot)
2023-08-16
1
-1/+1
*
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow
2023-08-07
1
-4/+6
*
[3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...
Serhiy Storchaka
2023-07-28
1
-15/+16
*
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...
Serhiy Storchaka
2023-07-28
1
-4/+4
*
[3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...
Serhiy Storchaka
2023-07-28
1
-1/+1
*
[3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...
Serhiy Storchaka
2023-07-27
1
-15/+17
*
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
Serhiy Storchaka
2023-07-27
1
-32/+32
*
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
Miss Islington (bot)
2023-07-26
1
-10/+10
*
[3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)
Serhiy Storchaka
2023-07-23
1
-2/+2
*
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-68/+70
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
1
-2/+2
*
docs: fix `ssizeobjargproc` parameters (GH-100736)
Miss Islington (bot)
2023-01-04
1
-1/+2
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Miss Islington (bot)
2022-11-28
1
-6/+25
*
[3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...
Miss Islington (bot)
2022-11-07
1
-0/+11
*
[3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal ma...
Miss Islington (bot)
2022-10-05
1
-3/+3
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...
Miss Islington (bot)
2022-10-05
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view...
Miss Islington (bot)
2022-10-05
1
-5/+5
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
Miss Islington (bot)
2022-08-30
1
-3/+6
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
Miss Islington (bot)
2022-08-25
1
-3/+3
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Miss Islington (bot)
2022-08-09
1
-12/+5
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
1
-1/+1
*
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140...
Irit Katriel
2022-06-26
1
-2/+2
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Miss Islington (bot)
2022-06-10
1
-6/+0
*
Document Py_ssize_t. (GH-92512)
Miss Islington (bot)
2022-05-13
1
-9/+9
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-4/+4
*
Add missing "to" to two tp_flags notes (GH-31624)
Brandt Bucher
2022-03-01
1
-2/+2
*
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra
2022-02-23
1
-13/+14
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-1/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+1
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-7/+7
*
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross
2021-10-27
1
-0/+12
*
docs: correct references to __isub__ etc (GH-28297)
David Hewitt
2021-09-16
1
-132/+132
*
Note that tp_clear and m_clear are not always called (GH-27581)
Petr Viktorin
2021-08-04
1
-0/+6
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-10/+1
*
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
1
-8/+9
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Martmists
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
[next]