summaryrefslogtreecommitdiffstats
path: root/Demo/embed
Commit message (Collapse)AuthorAgeFilesLines
* Slight reworking to make it more useful for debuggingBarry Warsaw2001-01-231-5/+12
| | | | | | | | | | Py_Initialize()/Py_Finalize() loop leaks. - allow an optional 3rd argument which is the loop count. -1 means infloop (the default). - Add a setting of Py_NoSiteFlag=1, but leave it commented out by default.
* Updates and changes:Barry Warsaw2001-01-231-2/+2
| | | | | | | - set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
* Add loop.c -- a test program for repeatedly calling Py_Initialize()Guido van Rossum2001-01-103-1/+41
| | | | and Py_Finalize(). It seems to dump core right now...
* Fix weird typo caused by ANSIfication (nobody bothered to test itGuido van Rossum2001-01-101-1/+1
| | | | since! :-( ).
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-8/+5
| | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
* Add linker flag -export-dynamic so symbols in libpython*.a are exported.Guido van Rossum2000-07-101-1/+2
|
* Adapted for Python 2.0 under RH Linux.Guido van Rossum2000-07-101-5/+6
|
* Call Py_SetProgramName() instead of redefining getprogramname(),Guido van Rossum1999-03-091-11/+3
| | | | reflecting changes in the runtime around 1.5 or earlier.
* Just for fun, add a static module, "xyzzy" -- show that calling itsGuido van Rossum1997-12-251-0/+30
| | | | initxyzzy() works.
* Updated the Makefile to work with the new build strategy.Guido van Rossum1997-07-191-19/+18
|
* adapted to new naming; clarify comments somewhatGuido van Rossum1995-03-283-12/+14
|
* initial checkinGuido van Rossum1994-10-083-0/+100