summaryrefslogtreecommitdiff
path: root/Doc/c-api/object.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #25701: Document C API functions that both set and delete objectsMartin Panter2015-12-081-8/+19
* Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
* Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-061-29/+34
* PyObject not PyType (closes #18494)Benjamin Peterson2014-10-051-2/+2
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-0/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-3/+3
* Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-091-2/+5
* Note the new debug assertion in PyObject_StrNick Coghlan2014-02-091-0/+4
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-2/+17
|\
| * Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-291-2/+8
| * Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-2/+2
| |\
| * | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-0/+2
| * | Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-0/+7
* | | Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-10/+10
| |/ |/|
* | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-2/+2
|/
* write versionaddedBenjamin Peterson2012-02-201-0/+4
* add generic implementation of a __dict__ descriptor for C typesBenjamin Peterson2012-02-191-0/+12
* Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.Brian Curtin2011-08-111-0/+13
* The version* directives don’t work with a blank line between argumentsÉric Araujo2011-04-241-1/+0
* Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t...Eli Bendersky2011-01-151-0/+3
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-2/+7
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-52/+52
* Issue #6687: Moved the special-case for integers out of PyBytes_FromObject.Alexandre Vassalotti2009-12-311-4/+5
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-4/+0
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-0/+4
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-0/+20
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-21/+0
* Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-041-2/+0
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-041-1/+1
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+8
* PyObject_Unicode doesn't exist anymoreBenjamin Peterson2008-08-211-10/+0
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-1/+1
* Merged revisions 65810 via svnmerge fromNick Coghlan2008-08-181-0/+10
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-2/+12
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+325