COMMITS
/ Doc/c-api/typeobj.rst 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
June 14, 2018
E
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow committed
May 22, 2018
S
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka committed
November 2, 2017
September 15, 2017
M
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Michael Seifert committed
December 10, 2016
M
Issue #28771: Merge C API doc fix from 3.6
Martin Panter committed
M
Issue #28771: Update tp_get/setattr signature documentation
Martin Panter committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
October 7, 2016
S
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
December 8, 2015
M
Issue #25701: Document C API functions that both set and delete objects
Martin Panter committed
August 25, 2015
M
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter committed
M
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter committed
June 23, 2015
Y
docs.capi: Fix tp_as_async doc
Yury Selivanov committed
May 28, 2015
Y
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov committed
May 21, 2015
Y
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov committed
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
October 5, 2014
G
merge with 3.4
Georg Brandl committed
G
Closes #19477: remove outdated documentation of tp_print type object slot.
Georg Brandl committed
July 3, 2014
A
Update docs about tp_richcompare
Andrew Svetlov committed
April 28, 2014
A
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev.
Antoine Pitrou committed
A
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev.
Antoine Pitrou committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
April 8, 2014
B
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
August 16, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module.
Serhiy Storchaka committed
S
Issue #18743: Fix references to non-existant "StringIO" module.
Serhiy Storchaka committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
March 6, 2012
S
Issue #14181: Improve clarity in the documentation for the multi-purpose
Stefan Krah committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
August 9, 2011
B
note mutating tp_dict is bad (closes #12719)
Benjamin Peterson committed
December 12, 2010
A
Better explain the buffer interface (hopefully)
Antoine Pitrou committed
December 6, 2010
G
Remove visible XXX comments.
Georg Brandl committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
March 14, 2010
G
Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
Georg Brandl committed
December 28, 2009
G
#7577: fix signature info for getbufferproc.
Georg Brandl committed
September 1, 2009
G
#6754: remove old struct member nb_inplace_divide.
Georg Brandl committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
J
Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from
Jeroen Ruigrok van der Werven committed
March 21, 2009
March 13, 2009
G
#5486: typos.
Georg Brandl committed
February 2, 2009
M
Issue #1717, continued: Doc fixes and other cleanup related
Mark Dickinson committed