summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
Commit message (Expand)AuthorAgeFilesLines
* Closes #19477: remove outdated documentation of tp_print type object slot.Georg Brandl2014-10-051-24/+1
* 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
* 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
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-121/+17
* Merged revisions 62602 via svnmerge fromGeorg Brandl2008-04-301-3/+5
* #2567: remove new-style/old-style class docs.Georg Brandl2008-04-071-5/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+1
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-7/+13
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+1391