summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAgeFilesLines
* Py_Initialize(): move the call to _PyImport_FixupExtension() to afterBarry Warsaw1997-09-181-1/+1
* PyErr_Print(): When printing a class exception, try to dig out theBarry Warsaw1997-09-161-6/+21
* Fixed some details of printing the str() of an exception. This fixesGuido van Rossum1997-09-051-2/+6
* Two independent changes (oops):Guido van Rossum1997-08-291-4/+35
* Added Py_UseClassExceptionsFlag, the variable containing the state ofBarry Warsaw1997-08-291-5/+106
* PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointerBarry Warsaw1997-08-261-2/+4
* Added new Py_IsInitalized() API function to test the 'initialized' flag.Guido van Rossum1997-08-221-0/+8
* Use a counter instead of a Boolean to check for initialized; n callsGuido van Rossum1997-08-201-5/+5
* Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()Guido van Rossum1997-08-051-36/+43
* The last of the mass checkins for separate (sub)interpreters.Guido van Rossum1997-08-021-59/+193
* Moved some stuff here from main.c (part of a big restructuring - waitGuido van Rossum1997-07-191-1/+26
* Can't return 0 from void function...Guido van Rossum1997-05-231-1/+1
* Py_FlushLine and PyFile_WriteString now return error indicatorsGuido van Rossum1997-05-221-30/+41
* Added a space in an error messageGuido van Rossum1997-05-221-1/+1
* Instead of importing graminit.h whenever one of the three grammar 'root'Guido van Rossum1997-05-071-4/+3
* Keep MS compiler happy: use (int)strlen() when comparing; make sureGuido van Rossum1997-05-061-2/+8
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-8/+42
* Allow passing a .pyo file.Guido van Rossum1997-04-021-5/+8
* Greatly renamed. Not a very thorough job -- I'm going to restructureGuido van Rossum1997-03-051-210/+211
* Added new global flag variable Py_InteractiveFlag and new functionGuido van Rossum1997-02-141-1/+22
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Rationalized MS ifdefsGuido van Rossum1996-09-111-2/+2
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-241-1/+1
* Use new names for debug macros. Don't include pythonrun.h.Guido van Rossum1996-05-221-6/+5
* Add'l change for NT (Mark H.).Guido van Rossum1996-04-091-0/+1
* Moved mac-specific exit handling to macmain.cJack Jansen1995-10-271-21/+4
* keep exitfunc alive while calling itGuido van Rossum1995-10-071-0/+2
* #undef argument, for the MacGuido van Rossum1995-09-181-0/+1
* mac CW-only fix for messy windows upon exitJack Jansen1995-07-291-1/+1
* keyword arguments and faster callsGuido van Rossum1995-07-181-10/+3
* flush stdout before writing to stderr in print_error()Guido van Rossum1995-03-301-0/+1
* fix dusty debugging macrosGuido van Rossum1995-03-291-2/+2
* In NT, write fatal() msg to debugging deviceGuido van Rossum1995-03-141-0/+10
* mac changes:Jack Jansen1995-02-131-0/+8
* print class name for exceptions that are classesGuido van Rossum1995-02-071-2/+14
* Under CodeWarrior, make the window go away on exit(0)Jack Jansen1995-02-021-0/+11
* Think C mod to suppress pausing at normal exitGuido van Rossum1995-01-301-0/+8
* make call_pyc_file staticGuido van Rossum1995-01-261-1/+4
* use getbuiltins() everywhere, it defaults to getbuiltidict()Guido van Rossum1995-01-121-1/+1
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-091-0/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-5/+6
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-8/+7
* Removed extraneous fclose() in case of .pyc file argumentJack Jansen1994-12-141-1/+1
* * Python/pythonrun.c: add string "Python" to fatal error messageGuido van Rossum1994-09-291-1/+1
* * Python/pythonrun.c (print_error): print only last line ofGuido van Rossum1994-09-191-0/+12
* * Import/pythonrun.h, Python/{import,pythonrun}.c,Guido van Rossum1994-09-141-1/+47
* added Py_AtExit() -- register cleanup functions for C modulesGuido van Rossum1994-09-071-0/+16
* * Python/pythonrun.c (print_error): added INCREF/DECREF pair --Guido van Rossum1994-08-291-82/+170
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-1/+1