cpython/Doc/c-api
Georg Brandl 907a720f89 A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
..
abstract.rst
allocation.rst
arg.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
bool.rst
buffer.rst
cell.rst
class.rst
cobject.rst
complex.rst
concrete.rst
conversion.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
datetime.rst
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst Patch #1953 2008-02-04 18:00:12 +00:00
function.rst
gcsupport.rst
gen.rst
import.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
index.rst
init.rst
int.rst Patch #1953 2008-02-04 18:00:12 +00:00
intro.rst
iter.rst
iterator.rst
list.rst
long.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
mapping.rst
marshal.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
memory.rst
method.rst Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. 2008-02-14 12:47:33 +00:00
module.rst Fix markup again. 2008-01-26 13:41:21 +00:00
none.rst
number.rst
objbuffer.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
object.rst
objimpl.rst
refcounting.rst
reflection.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
sequence.rst
set.rst Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. 2008-02-03 22:51:43 +00:00
slice.rst
string.rst
structures.rst
sys.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
tuple.rst Fix function name. 2008-02-17 15:14:10 +00:00
type.rst Added clear cache methods to clear the internal type lookup cache for ref leak test runs. 2008-01-27 23:34:59 +00:00
typeobj.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
unicode.rst Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. 2008-02-14 12:47:33 +00:00
utilities.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
veryhigh.rst
weakref.rst