cpython/Doc/c-api
2008-05-12 17:47:53 +00:00
..
abstract.rst
allocation.rst
arg.rst
bool.rst
buffer.rst
cell.rst
class.rst
cobject.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. 2008-04-27 02:28:02 +00:00
file.rst Make file objects as thread safe as the underlying libc FILE* implementation. 2008-04-06 23:11:17 +00:00
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
int.rst
intro.rst
iter.rst
iterator.rst
list.rst
long.rst #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. 2008-04-26 18:31:07 +00:00
mapping.rst Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. 2008-03-28 12:22:12 +00:00
marshal.rst Marshal is at version 2. 2008-05-12 17:47:53 +00:00
memory.rst
method.rst
module.rst
none.rst
number.rst #2700 Document PyNumber_ToBase 2008-04-27 18:14:39 +00:00
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
string.rst
structures.rst Typo: "objects reference count" -> "object's reference count" 2008-03-26 21:41:36 +00:00
sys.rst
tuple.rst
type.rst
typeobj.rst #2727: clarify tp_iternext docs. 2008-04-30 20:02:37 +00:00
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst