COMMITS
/ Doc/c-api/typeobj.rst August 11, 2023
E
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)
Eric Snow committed
January 4, 2023
M
docs: fix `ssizeobjargproc` parameters (GH-100736)
Miss Islington (bot) committed
November 28, 2022
M
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Miss Islington (bot) committed
November 7, 2022
M
[3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99213)
Miss Islington (bot) committed
October 5, 2022
M
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911)
Miss Islington (bot) committed
M
[3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97888)
Miss Islington (bot) committed
M
[3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97868)
Miss Islington (bot) committed
August 30, 2022
M
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
Miss Islington (bot) committed
August 25, 2022
M
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
Miss Islington (bot) committed
July 5, 2022
June 26, 2022
M
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Miss Islington (bot) committed
June 10, 2022
M
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581) (GH-93605)
Miss Islington (bot) committed
May 13, 2022
M
Document Py_ssize_t. (GH-92512)
Miss Islington (bot) committed
April 19, 2022
O
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662)
Oleg Iarygin committed
March 1, 2022
M
Add missing "to" to two tp_flags notes (GH-31624)
Miss Islington (bot) committed
February 23, 2022
M
Minor fixes to C API docs (GH-31501)
Miss Islington (bot) committed
November 22, 2021
October 28, 2021
September 16, 2021
M
docs: correct references to __isub__ etc (GH-28297)
Miss Islington (bot) committed
August 4, 2021
M
Note that tp_clear and m_clear are not always called (GH-27581)
Miss Islington (bot) committed
July 23, 2021
M
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
Miss Islington (bot) committed
May 29, 2021
M
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
Miss Islington (bot) committed
May 2, 2021
B
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 28, 2021
E
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland committed
November 18, 2020
V
bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
Vladimir Matveev committed
November 10, 2020
V
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Vladimir Matveev committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
May 27, 2020
March 3, 2020
P
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Pablo Galindo committed
February 6, 2020
P
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
November 22, 2019
A
Fix quoted signature of setattrofunc (GH-17251)
Alex committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
September 27, 2019
A
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar committed
September 13, 2019
J
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Julien Palard committed
September 11, 2019
E
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti committed
June 20, 2019
June 2, 2019
J
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 28, 2019
J
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer committed
May 24, 2019
P
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 8, 2019
A
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino committed
March 15, 2019
S
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
Stéphane Wirtel committed