summaryrefslogtreecommitdiffstats
path: root/Modules/python.c
Commit message (Collapse)AuthorAgeFilesLines
* Now include Python.hGuido van Rossum1998-08-081-0/+2
|
* Keep gcc -Wall happyGuido van Rossum1997-08-151-0/+1
|
* This is now the "real" main program -- it calls Py_Main(argc, argv)Guido van Rossum1997-07-191-0/+10
which is in the library and does all the work.