cpython/Doc/c-api
Alexander Belopolsky 21887dfc1a Issue 9024: Added :cdata: tag to PyDateTimeAPI 2010-06-26 18:49:10 +00:00
..
abstract.rst
allocation.rst Issue #4129: Documentation notes for int -> Py_ssize_t changes. 2009-04-25 19:46:19 +00:00
arg.rst Issue #8227: Fix C API documentation, argument parsing 2010-04-03 08:40:16 +00:00
bool.rst
buffer.rst #7577: fix signature of PyBuffer_FillInfo(). 2009-12-28 07:59:05 +00:00
bytearray.rst #6881 - fixed wrong return type; improved the formatting 2009-09-20 07:10:39 +00:00
capsule.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
cell.rst
class.rst
cobject.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
code.rst PyCode_NewEmpty: 2009-05-08 21:51:06 +00:00
complex.rst
concrete.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
conversion.rst Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. 2009-10-31 09:42:39 +00:00
datetime.rst Issue 9024: Added :cdata: tag to PyDateTimeAPI 2010-06-26 18:49:10 +00:00
descriptor.rst
dict.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
exceptions.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
file.rst
float.rst Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. 2009-10-19 14:38:14 +00:00
function.rst
gcsupport.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
gen.rst
import.rst Document PyImport_ExecCodeModuleEx(). 2010-04-02 09:07:42 +00:00
index.rst
init.rst #8993: fix reference. 2010-06-14 15:58:39 +00:00
int.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
intro.rst #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() 2010-06-11 00:23:01 +00:00
iter.rst
iterator.rst
list.rst rip out mention of types.ListType #8703 2010-05-13 21:14:10 +00:00
long.rst Use the correct markup for args 2010-01-30 13:27:05 +00:00
mapping.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
marshal.rst Issue #4129: int -> Py_ssize_t documentation. 2009-04-25 20:41:40 +00:00
memory.rst
method.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
module.rst
none.rst
number.rst
objbuffer.rst Issue #4129: int -> Py_ssize_t documentation. 2009-04-25 20:44:58 +00:00
object.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
objimpl.rst
refcounting.rst
reflection.rst Issue 5954, PyFrame_GetLineNumber: 2009-05-08 22:23:21 +00:00
sequence.rst Fix some more small markup problems. 2009-05-30 10:33:23 +00:00
set.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
slice.rst Issue #4129: Document more int -> Py_ssize_t changes. 2009-04-25 18:46:03 +00:00
string.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
structures.rst :stmt: -> :keyword: 2010-01-03 09:09:55 +00:00
sys.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
tuple.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
type.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
typeobj.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
unicode.rst Issue #8711: add paragraph titles to c-api/unicode.rst 2010-05-14 15:53:20 +00:00
utilities.rst
veryhigh.rst
weakref.rst