summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAgeFilesLines
* Ehm, three unrelated changes.Guido van Rossum1998-02-061-3/+31
* It seems obvious that when Py_Finalize() decides that there's nothingGuido van Rossum1998-01-191-2/+2
* Changed the finalization order again so that the reference countGuido van Rossum1997-12-081-13/+18
* Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, soGuido van Rossum1997-11-251-16/+14
* Two changes (here we go again :-( ).Guido van Rossum1997-11-191-35/+3
* Undo half of the previous change :-(Guido van Rossum1997-11-041-7/+6
* Two independent changes (alas):Guido van Rossum1997-11-031-19/+16
* Initialize Py_UseClassExceptionsFlag to 1.Guido van Rossum1997-10-031-1/+1
* Fix small omission: with all the new code, sys.exit(None) would printGuido van Rossum1997-10-031-0/+2
* 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