]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Split the monstrous C API manual files in smaller parts.
authorGeorg Brandl <georg@python.org>
Sat, 19 Jan 2008 22:08:21 +0000 (22:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Jan 2008 22:08:21 +0000 (22:08 +0000)
commitf6842722df69a40e841c045d42a538bb5d6bbbf6
tree2b8bb1b6bb5908ed66ed72f7c84de0a34ddc7542
parent8b506e7a2d4e8cb6ffd6b7f2845e45aa92daa4d4
Split the monstrous C API manual files in smaller parts.
41 files changed:
Doc/c-api/abstract.rst
Doc/c-api/allocation.rst [new file with mode: 0644]
Doc/c-api/bool.rst [new file with mode: 0644]
Doc/c-api/buffer.rst [new file with mode: 0644]
Doc/c-api/cell.rst [new file with mode: 0644]
Doc/c-api/class.rst [new file with mode: 0644]
Doc/c-api/cobject.rst [new file with mode: 0644]
Doc/c-api/complex.rst [new file with mode: 0644]
Doc/c-api/concrete.rst
Doc/c-api/datetime.rst [new file with mode: 0644]
Doc/c-api/descriptor.rst [new file with mode: 0644]
Doc/c-api/dict.rst [new file with mode: 0644]
Doc/c-api/file.rst [new file with mode: 0644]
Doc/c-api/float.rst [new file with mode: 0644]
Doc/c-api/function.rst [new file with mode: 0644]
Doc/c-api/gcsupport.rst [new file with mode: 0644]
Doc/c-api/gen.rst [new file with mode: 0644]
Doc/c-api/index.rst
Doc/c-api/int.rst [new file with mode: 0644]
Doc/c-api/iter.rst [new file with mode: 0644]
Doc/c-api/iterator.rst [new file with mode: 0644]
Doc/c-api/list.rst [new file with mode: 0644]
Doc/c-api/long.rst [new file with mode: 0644]
Doc/c-api/mapping.rst [new file with mode: 0644]
Doc/c-api/method.rst [new file with mode: 0644]
Doc/c-api/module.rst [new file with mode: 0644]
Doc/c-api/none.rst [new file with mode: 0644]
Doc/c-api/number.rst [new file with mode: 0644]
Doc/c-api/objbuffer.rst [new file with mode: 0644]
Doc/c-api/object.rst [new file with mode: 0644]
Doc/c-api/objimpl.rst [new file with mode: 0644]
Doc/c-api/sequence.rst [new file with mode: 0644]
Doc/c-api/set.rst [new file with mode: 0644]
Doc/c-api/slice.rst [new file with mode: 0644]
Doc/c-api/string.rst [new file with mode: 0644]
Doc/c-api/structures.rst [new file with mode: 0644]
Doc/c-api/tuple.rst [new file with mode: 0644]
Doc/c-api/type.rst [new file with mode: 0644]
Doc/c-api/typeobj.rst [moved from Doc/c-api/newtypes.rst with 76% similarity]
Doc/c-api/unicode.rst [new file with mode: 0644]
Doc/c-api/weakref.rst [new file with mode: 0644]