summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-231-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-103-3/+3
* Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-5/+5
* 'Py_Buffer' should be 'Py_buffer' (closes #24883)Benjamin Peterson2015-08-181-4/+4
* Fix usage of the default role.Zachary Ware2015-07-071-3/+4
* Fix suspicious markupZachary Ware2015-07-071-1/+1
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-218-14/+14
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-143-31/+44
* Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
* #23957: fix typo.R David Murray2015-04-141-1/+1
* issue9014: Include more formatting on :c:type:`PyObject` etc.Gregory P. Smith2015-04-141-3/+3
* issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
* Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
* Whitespace.Stefan Krah2015-02-011-1/+1
* Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-0/+3
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-133-3/+3
* doucment that Py_SetPath copies its argument (closes #23110)Benjamin Peterson2014-12-241-0/+3
* Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-052-14/+16
* #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-4/+5
* Closes #21687: delimiter in Py_SetPath is platform dependentGeorg Brandl2014-10-111-1/+3
* Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
* Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-062-30/+35
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
* Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
* PyObject not PyType (closes #18494)Benjamin Peterson2014-10-061-2/+2
* Closes #19477: remove outdated documentation of tp_print type object slot.Georg Brandl2014-10-051-24/+1
* args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* Update docs about tp_richcompareAndrew Svetlov2014-07-031-1/+3
* Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside aStefan Krah2014-06-291-2/+2
* MERGE: Closes #21441: Reorder elements in documentation to match actual order...Jesus Cea2014-06-251-10/+10
|\
| * Closes #21441: Reorder elements in documentation to match actual order in the...Jesus Cea2014-06-251-10/+10
| * Fix note markup (#16805).Éric Araujo2014-03-122-0/+2
| * Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
* | Quash extraneous quote.Zachary Ware2014-06-061-1/+1
* | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* | the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* | Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+3
* | Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-2/+2
* | Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
* | Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-242-4/+5
* | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-167-11/+20
* | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-25/+0
* | Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-7/+43
* | Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-092-2/+9