cpython/Doc/c-api
Georg Brandl de0ab5eab3 #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. 2010-12-02 18:02:01 +00:00
..
abstract.rst Buffers are not sequence objects (!). Put them in the abstract objects layers 2010-09-28 23:39:41 +00:00
allocation.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
arg.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
bool.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
buffer.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
bytearray.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
bytes.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
capsule.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
cell.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
code.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
codec.rst #10468: document Unicode exception creation and access functions. 2010-11-23 07:54:19 +00:00
complex.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
concrete.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
conversion.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
datetime.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
descriptor.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
dict.rst update items/keys/values doc #10300 2010-11-03 21:35:28 +00:00
exceptions.rst Make doc for PyErr_Format() up to date. 2010-11-27 20:40:43 +00:00
file.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
float.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
function.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
gcsupport.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
gen.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
import.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
index.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
init.rst #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. 2010-12-02 18:02:01 +00:00
intro.rst assert.h is also included. Thanks to Savio Sena. 2010-11-23 18:14:57 +00:00
iter.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
iterator.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
list.rst #10594: fix parameter names in PyList API docs. 2010-12-01 15:36:33 +00:00
long.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
mapping.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
marshal.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
memory.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
memoryview.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
method.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
module.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
none.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
number.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
objbuffer.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
object.rst make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
objimpl.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
refcounting.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
reflection.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
sequence.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
set.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
slice.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
structures.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
sys.rst Issue #10089: Add support for arbitrary -X options on the command-line. 2010-10-21 13:42:28 +00:00
tuple.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
type.rst #9204: remove mentions of removed types in the types module. 2010-10-17 10:59:41 +00:00
typeobj.rst make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
unicode.rst Fix capitalization. 2010-10-17 10:53:54 +00:00
utilities.rst #10439: document PyCodec C APIs. 2010-11-20 13:44:41 +00:00
veryhigh.rst #5121: fix claims about default values leading to segfaults. 2010-10-17 11:03:22 +00:00
weakref.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00