summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/object.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-301-8/+19
| | | | | | Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-10/+10
|
* update to new C roles and directivesSandro Tosi2012-01-141-57/+57
|
* fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
|
* Issue #10912: add clarification for PyObject_RichCompareBool comparing ↵Eli Bendersky2011-04-301-0/+3
| | | | identical objects
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-0/+4
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* fix markupBenjamin Peterson2009-04-021-2/+1
|
* #970783: document PyObject_Generic[GS]etAttr.Georg Brandl2009-03-311-0/+21
|
* Markup fixAndrew M. Kuchling2008-09-301-1/+1
|
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+8
|
* Fix typoNick Coghlan2008-08-181-1/+1
|
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-181-0/+10
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+357