Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use correct function in example | Fred Drake | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | fix stupid typo | Fred Drake | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Oops. | Georg Brandl | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" | Georg Brandl | 2005-07-12 | 1 | -6/+4 |
| | |||||
* | Fix SF # 626275, missing DECREF's in embedding example | Neal Norwitz | 2002-12-17 | 1 | -3/+8 |
| | | | | | | | Tested w/valgrind, all paths except the return on PyInt_AsLong() failure I think I got all of these right. Backport candidate. | ||||
* | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | Do not #include <stdio.h> since Python.h already does that. | Fred Drake | 2001-09-06 | 1 | -1/+0 |
| | |||||
* | Lots of new text and example code on embedding Python in C, contributed | Fred Drake | 2001-08-04 | 1 | -0/+66 |
by Albert Hofkamp. Some editing has been done for style and markup consistency. This also supplies an example of importing modules and calling a function defined in the module, so this closes SF bug #440037 as well. (The long example code was moved to a separate file so that it would format properly.) |