]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Split C API docs in Py3k branch.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 09:30:57 +0000 (09:30 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 09:30:57 +0000 (09:30 +0000)
commit54a3faae0806ab1dd8290e16acc8ab7acdd4762b
tree3f58890aaea549244ca64e911f8deee3ca5bd08d
parent135bf209ac9a44244a97fd3bf5ff638a320e1a43
Split C API docs in Py3k branch.
45 files changed:
Doc/c-api/abstract.rst
Doc/c-api/allocation.rst [new file with mode: 0644]
Doc/c-api/arg.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/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/conversion.rst [new file with mode: 0644]
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/import.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/marshal.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/reflection.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/sys.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 [new file with mode: 0644]
Doc/c-api/unicode.rst [new file with mode: 0644]
Doc/c-api/utilities.rst
Doc/c-api/weakref.rst [new file with mode: 0644]