summaryrefslogtreecommitdiffstats
path: root/Doc/data
Commit message (Expand)AuthorAgeFilesLines
* Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.Serhiy Storchaka2013-05-281-1/+1
* Whoops, PyException_GetTraceback() is not documented on 2.7Petri Lehtinen2011-10-231-2/+0
* Add the green "New reference" note to the doc of PyException_GetTraceback()Petri Lehtinen2011-10-231-0/+2
* #1945: document Unicode functions backported from py3k branch.Georg Brandl2010-10-171-0/+24
* Document PyImport_ExecCodeModuleEx().Georg Brandl2010-04-021-0/+12
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+39
* #7762: fix refcount annotation of PyUnicode_Tailmatch().Georg Brandl2010-01-231-1/+1
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+6
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-3/+0
* Add documentation for PySys_* functions.Georg Brandl2007-12-021-0/+22
* Add a few refcount data entries.Georg Brandl2007-12-011-0/+5
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1756