summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28771: Merge C API doc fix from 3.6Martin Panter2016-12-101-5/+7
|\
| * Issue #28771: Update tp_get/setattr signature documentationMartin Panter2016-12-101-5/+7
* | Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-5/+5
|/
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-3/+3
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+2
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-2/+2
* Issue #25701: Document C API functions that both set and delete objectsMartin Panter2015-12-081-10/+16
* Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-251-5/+5
|\
| * Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-5/+5
* | docs.capi: Fix tp_as_async docYury Selivanov2015-06-231-1/+1
* | Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+6
* | Issue 24180: Fixes by Berker Peksag.Yury Selivanov2015-05-211-3/+2
* | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-2/+63
* | merge with 3.4Georg Brandl2014-10-051-24/+1
|\ \ | |/
| * Closes #19477: remove outdated documentation of tp_print type object slot.Georg Brandl2014-10-051-24/+1
* | Merge 3.4Andrew Svetlov2014-07-031-1/+3
|\ \ | |/
| * Update docs about tp_richcompareAndrew Svetlov2014-07-031-1/+3
* | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
|\ \ | |/
| * Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+3
|/
* the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-3/+2
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-4/+4
|\
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-4/+4
* | Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-1/+1
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-161-1/+1
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-112/+112
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-109/+109
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+49
|/
* Issue #14181: Improve clarity in the documentation for the multi-purposeStefan Krah2012-03-061-17/+31
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-30/+58
* note mutating tp_dict is bad (closes #12719)Benjamin Peterson2011-08-091-0/+5
* Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-121-1/+1
* Remove visible XXX comments.Georg Brandl2010-12-061-3/+5
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-4/+4
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-158/+158
* Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* #7577: fix signature info for getbufferproc.Georg Brandl2009-12-281-1/+1
* #6754: remove old struct member nb_inplace_divide.Georg Brandl2009-09-011-1/+0
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-4/+0
* Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge fromJeroen Ruigrok van der Werven2009-04-271-0/+4
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-0/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-021-24/+13
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-171-2/+2
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+7
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+0
* add documentation for the new buffer interface based on PEP 3118; I hope it's...Benjamin Peterson2008-09-161-78/+24
* Merged revisions 65810 via svnmerge fromNick Coghlan2008-08-181-0/+8
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-4/+0