summaryrefslogtreecommitdiffstats
path: root/Doc/ext/embedding.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix peculiar (and ungrammatical) wording in an example program.Greg Ward2002-08-221-2/+2
|
* Typo fix.Greg Ward2002-06-211-1/+1
|
* Change example of retrieving & calling a Python function to not useFred Drake2002-04-121-12/+9
| | | | | PyModule_GetDict(), which is also more flexible: it does not assume that the "module" is a real module.
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-3/+3
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-171-3/+4
| | | | | always fill in all slots of table entries. Fixed a few minor markup errors.
* Use the standard argument convention for main(), and conform to theFred Drake2001-09-061-1/+2
| | | | Python/C style guide.
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-201-0/+317