cpython/Doc/ext
Fred Drake 81b750d467 Move some of the longer example code to external fragments, and
include them using \verbatiminput.  This has the advantage that pages
can still break at reasonable places, and examples that go longer than
a page won't get cut off.

Make a few small markup adjustments for consistency.

Explain that PyObject_New() is not a C function but a polymorphic
beast that returns a pointer to the type that's passed as the first
arg.

Explain why type objects use the PyObject_VAR_HEAD.
2002-03-28 23:12:09 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
building.tex Patch #500136: Update Update ext build documentation. 2.2.1 candidate. 2002-03-09 10:06:14 +00:00
embedding.tex Clean up some markup cruft. A number of the macros that take no 2001-11-28 07:26:15 +00:00
ext.tex Patch #500136: Update Update ext build documentation. 2.2.1 candidate. 2002-03-09 10:06:14 +00:00
extending.tex Added index entries. 2002-03-28 22:36:56 +00:00
newtypes.tex Move some of the longer example code to external fragments, and 2002-03-28 23:12:09 +00:00
run-func.c Do not #include <stdio.h> since Python.h already does that. 2001-09-06 16:20:33 +00:00
windows.tex Patch #500136: Update Update ext build documentation. 2.2.1 candidate. 2002-03-09 10:06:14 +00:00