cpython/Doc/c-api
Ezio Melotti 062d2b52f3 #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +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 Fix arg types of et#. 2009-07-24 16:28:38 +00:00
bool.rst
buffer.rst #6821: fix signature of PyBuffer_Release(). 2009-09-02 20:37:16 +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 PyCode_NewEmpty: 2009-05-08 21:51:06 +00:00
complex.rst
concrete.rst PyCode_NewEmpty: 2009-05-08 21:51:06 +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
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 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, 2009-11-15 16:18:58 +00:00
file.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
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 Issue #4129: More documentation pointers about int -> Py_ssize_t. 2009-04-25 19:44:55 +00:00
gen.rst
import.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
index.rst
init.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
int.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
intro.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
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 Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +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 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
none.rst
number.rst Fix 'the the'; grammar fix 2009-04-03 21:44:49 +00:00
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 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, 2009-11-15 16:18:58 +00:00
structures.rst First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. 2009-04-25 11:59:09 +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 #6336: Add nb_divide. 2009-07-29 16:32:30 +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 #5227: note that Py_Main doesnt return on SystemExit. 2009-03-31 18:33:10 +00:00
weakref.rst