summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
| * issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+3
* | Doc clarification / edification on the semantics of the 'w*' format unit.Larry Hastings2015-04-131-1/+1
* | Merge 3.4 (marshal doc)Victor Stinner2015-03-181-6/+15
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
| * Whitespace.Stefan Krah2015-02-011-1/+1
* | Whitespace.Stefan Krah2015-02-011-1/+1
* | Issue #23352: Merge from 3.4.Stefan Krah2015-02-011-0/+3
|\ \ | |/
| * 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
* | Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
* | merge 3.4 (#23221)Benjamin Peterson2015-01-133-3/+3
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-133-3/+3
* | merge 3.4 (#23110)Benjamin Peterson2014-12-241-0/+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
|\ \ | |/
| * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-052-14/+16
* | Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-251-2/+2
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+5
* | 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
|\ \ | |/