cpython/Doc/c-api
Martin v. Löwis 738236dbd6 Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
2011-02-05 20:35:29 +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 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. 2011-01-06 07:16:31 +00:00
bool.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
buffer.rst Better explain the buffer interface (hopefully) 2010-12-12 19:59:47 +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 Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +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 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string 2010-12-28 11:02:46 +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 Add missing docs and directives related to PEP 3147 and byte-compilation 2010-12-16 06:28:48 +00:00
index.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
init.rst Nits 2011-01-15 14:31:49 +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 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. 2011-01-15 10:23:34 +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 Fix markup. 2010-12-11 22:19:34 +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 Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 2011-02-05 20:35:29 +00:00
typeobj.rst Better explain the buffer interface (hopefully) 2010-12-12 19:59:47 +00:00
unicode.rst Rephrase PyUnicode_CompareWithASCIIString() documentation 2010-12-28 23:39:51 +00:00
utilities.rst #10439: document PyCodec C APIs. 2010-11-20 13:44:41 +00:00
veryhigh.rst Issue #9738: Document encodings of AST, compiler, parser and PyRun functions 2010-12-27 01:49:31 +00:00
weakref.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00