summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAgeFilesLines
* Hack for Windows so that if (1) the exit status is nonzero and (2) weGuido van Rossum1999-01-081-0/+47
* Move the prototype for dump_counts() to before where it is used.Guido van Rossum1998-12-151-4/+4
* Support PYTHONOPTIMIZE variable; by Marc Lemburg.Guido van Rossum1998-10-071-0/+2
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+1
* On second though, NEXITFUNCS should be defined here and not inGuido van Rossum1998-10-011-1/+1
* Remove redundant definition of NEXITFUNCS.Guido van Rossum1998-09-281-1/+1
* Don't release the interpreter lock around PyParser_ParseFile().Guido van Rossum1998-08-271-4/+0
* Add DebugBreak() call to Py_FatalError() for Mark Hammond (only onGuido van Rossum1998-08-131-0/+3
* Translate E_INDENT to the clearest error message I can think of.Guido van Rossum1998-04-101-0/+3
* Make sure that the message "Error in sys.exitfunc:" goes to sys.stderrGuido van Rossum1998-04-031-2/+4
* Fix the handling of errors in Py_FlushLine() in a few places.Guido van Rossum1998-02-281-5/+7
* 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