0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Doc/c-api
2011-02-05 20:35:29 +00:00
..
abstract.rst
allocation.rst
arg.rst Issue #10840: make it explicit that "s*" and friends provide contiguous memory. 2011-01-06 07:16:31 +00:00
bool.rst
buffer.rst Better explain the buffer interface (hopefully) 2010-12-12 19:59:47 +00:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string 2010-12-28 11:02:46 +00:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Add missing docs and directives related to PEP 3147 and byte-compilation 2010-12-16 06:28:48 +00:00
index.rst
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
iterator.rst
list.rst #10594: fix parameter names in PyList API docs. 2010-12-01 15:36:33 +00:00
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
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
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst Fix markup. 2010-12-11 22:19:34 +00:00
structures.rst
sys.rst
tuple.rst
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
veryhigh.rst Issue #9738: Document encodings of AST, compiler, parser and PyRun functions 2010-12-27 01:49:31 +00:00
weakref.rst