cpython/Doc/c-api
Georg Brandl f6d3674599 Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
..
abstract.rst
allocation.rst
arg.rst Correct documentation for s* z* and w*, the argument that should be passed 2010-01-02 21:29:54 +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
cell.rst
class.rst
cobject.rst
code.rst
complex.rst
concrete.rst
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
descriptor.rst
dict.rst
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 builtin -> built-in. 2009-07-26 14:37:28 +00:00
index.rst
init.rst Fix description for Py_GetPath(); it sounded like it always returned sys.path. 2010-01-07 20:54:45 +00:00
int.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
intro.rst
iter.rst
iterator.rst
list.rst #5967: note that the C slicing APIs do not support negative indices. 2009-06-04 10:15:57 +00:00
long.rst Use the correct markup for args 2010-01-30 13:27:05 +00:00
mapping.rst
marshal.rst
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
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
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 #6930: clarify description about byteorder handling in UTF decoder routines. 2009-09-18 21:35:59 +00:00
utilities.rst
veryhigh.rst
weakref.rst