summaryrefslogtreecommitdiff
path: root/Demo/embed/demo.c
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-301-89/+0
* #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Dem...Georg Brandl2010-08-011-2/+2
* Merged revisions 81881-81882 via svnmerge fromBenjamin Peterson2010-06-271-3/+12
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-43/+43
* Issue #3717: Fix Demo/embed/demo.c.Martin v. Löwis2008-10-171-14/+29
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Update to use more modern calling conventions; also avoid a magic numberFred Drake2001-11-171-3/+2
* 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
* 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
* adapted to new naming; clarify comments somewhatGuido van Rossum1995-03-281-7/+8
* initial checkinGuido van Rossum1994-10-081-0/+46