summaryrefslogtreecommitdiffstats
path: root/Demo/embed
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-305-221/+0
* #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Dem...Georg Brandl2010-08-013-4/+4
* Merged revisions 81880 via svnmerge fromBenjamin Peterson2010-06-271-3/+3
* Merged revisions 81881-81882 via svnmerge fromBenjamin Peterson2010-06-271-3/+12
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-092-62/+62
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-1/+7
* Issue #3717: Fix Demo/embed/demo.c.Martin v. Löwis2008-10-171-14/+29
* correct versionBenjamin Peterson2008-08-181-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* Update version.Michael W. Hudson2005-06-151-1/+1
* - Make number in comment match the targets in that section of theFred Drake2002-07-251-2/+2
* Update to use more modern calling conventions; also avoid a magic numberFred Drake2001-11-171-3/+2
* Bump the version number; used to identify the Python runtime we link to.Fred Drake2001-11-171-1/+1
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+2
* import.c -> importexc.cBarry Warsaw2001-02-201-0/+0
* import -> importexcBarry Warsaw2001-02-201-1/+1
* import.c -> importexc.cBarry Warsaw2001-02-201-4/+6
* Simple embedded program that does a module import. Useful forBarry Warsaw2001-01-311-0/+17
* Ignore the programs created in this directory.Barry Warsaw2001-01-311-0/+3
* Add targets to make building `loop' and `import' easier. Useful forBarry Warsaw2001-01-311-2/+5
* Slight reworking to make it more useful for debuggingBarry Warsaw2001-01-231-5/+12
* Updates and changes:Barry Warsaw2001-01-231-2/+2
* Add loop.c -- a test program for repeatedly calling Py_Initialize()Guido van Rossum2001-01-103-1/+41
* Fix weird typo caused by ANSIfication (nobody bothered to test itGuido van Rossum2001-01-101-1/+1
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-8/+5
* 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
* Just for fun, add a static module, "xyzzy" -- show that calling itsGuido van Rossum1997-12-251-0/+30
* 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