]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Break the Python/C API manual into smaller files by chapter. This manual
authorFred Drake <fdrake@acm.org>
Fri, 12 Oct 2001 19:01:43 +0000 (19:01 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Oct 2001 19:01:43 +0000 (19:01 +0000)
commit3adf79e3e2ac4ba0c2960997234c0d36c40468a8
tree86cbac99bf498cbc2db49feb345b4bd4a17608f4
parent716aac0448ef9fb6f3fd8c82237a7e73e9adb307
Break the Python/C API manual into smaller files by chapter.  This manual
has grown beyond what font-lock will work with using the default (X)Emacs
settings.

Indentation of the description has been made consistent, and a number of
smaller markup adjustments have been made as well.
Doc/api/abstract.tex [new file with mode: 0644]
Doc/api/api.tex
Doc/api/concrete.tex [new file with mode: 0644]
Doc/api/exceptions.tex [new file with mode: 0644]
Doc/api/init.tex [new file with mode: 0644]
Doc/api/intro.tex [new file with mode: 0644]
Doc/api/memory.tex [new file with mode: 0644]
Doc/api/newtypes.tex [new file with mode: 0644]
Doc/api/refcounting.tex [new file with mode: 0644]
Doc/api/utilities.tex [new file with mode: 0644]
Doc/api/veryhigh.tex [new file with mode: 0644]