summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.4Georg Brandl2014-10-311-4/+5
|\
| * #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-4/+5
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-111-1/+3
|\ \ | |/
| * Closes #21687: delimiter in Py_SetPath is platform dependentGeorg Brandl2014-10-111-1/+3
* | (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
|\ \ | |/
| * Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
* | merge with 3.4Georg Brandl2014-10-062-30/+35
|\ \ | |/
| * Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-062-30/+35
* | merge with 3.4Georg Brandl2014-10-061-0/+6
|\ \ | |/
| * Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
* | merge with 3.4Georg Brandl2014-10-061-1/+1
|\ \ | |/
| * Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
* | merge 3.4 (#18494)Benjamin Peterson2014-10-061-2/+2
|\ \ | |/
| * PyObject not PyType (closes #18494)Benjamin Peterson2014-10-061-2/+2
* | 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
* | Reorganize C API docs of the exception APIAntoine Pitrou2014-09-301-151/+191
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-301-0/+8
* | Issue #18395, #22108: Update embedded Python examples to decode correctlyVictor Stinner2014-08-011-0/+15
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-012-14/+75
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-3/+8
* | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-10/+3
* | tetsVictor Stinner2014-07-241-3/+10
* | merge 3.4 (#17210)Benjamin Peterson2014-07-191-1/+1
|\ \ | |/
| * args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* | Merge 3.4Andrew Svetlov2014-07-031-1/+3
|\ \ | |/
| * Update docs about tp_richcompareAndrew Svetlov2014-07-031-1/+3
* | Merge 3.4.Stefan Krah2014-06-291-2/+2
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | | Merge quote quashing.Zachary Ware2014-06-061-1/+1
|\ \ \ | |/ /
| * | Quash extraneous quote.Zachary Ware2014-06-061-1/+1
* | | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-4/+6
* | | Merge from 3.4 (for #21226).Eric Snow2014-05-131-1/+7
|\ \ \ | |/ /
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-4/+32
* | | 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-102-0/+20
|/ /
* | 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