COMMITS
/ Python/pythonrun.c April 3, 1998
G
Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr
Guido van Rossum committed
February 28, 1998
G
Fix the handling of errors in Py_FlushLine() in a few places.
Guido van Rossum committed
February 6, 1998
G
Ehm, three unrelated changes.
Guido van Rossum committed
January 19, 1998
G
It seems obvious that when Py_Finalize() decides that there's nothing
Guido van Rossum committed
December 8, 1997
G
Changed the finalization order again so that the reference count
Guido van Rossum committed
November 25, 1997
G
Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so
Guido van Rossum committed
November 19, 1997
G
Two changes (here we go again :-( ).
Guido van Rossum committed
November 4, 1997
G
Undo half of the previous change :-(
Guido van Rossum committed
November 3, 1997
G
Two independent changes (alas):
Guido van Rossum committed
October 3, 1997
G
Initialize Py_UseClassExceptionsFlag to 1.
Guido van Rossum committed
G
Fix small omission: with all the new code, sys.exit(None) would print
Guido van Rossum committed
September 18, 1997
B
Py_Initialize(): move the call to _PyImport_FixupExtension() to after
Barry Warsaw committed
September 16, 1997
B
PyErr_Print(): When printing a class exception, try to dig out the
Barry Warsaw committed
September 5, 1997
G
Fixed some details of printing the str() of an exception. This fixes
Guido van Rossum committed
August 29, 1997
G
Two independent changes (oops):
Guido van Rossum committed
B
Added Py_UseClassExceptionsFlag, the variable containing the state of
Barry Warsaw committed
August 26, 1997
B
PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer
Barry Warsaw committed
August 22, 1997
G
Added new Py_IsInitalized() API function to test the 'initialized' flag.
Guido van Rossum committed
August 20, 1997
G
Use a counter instead of a Boolean to check for initialized; n calls
Guido van Rossum committed
August 5, 1997
G
Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 19, 1997
G
Moved some stuff here from main.c (part of a big restructuring - wait
Guido van Rossum committed
May 23, 1997
G
Can't return 0 from void function...
Guido van Rossum committed
May 22, 1997
G
Py_FlushLine and PyFile_WriteString now return error indicators
Guido van Rossum committed
G
Added a space in an error message
Guido van Rossum committed
May 7, 1997
G
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum committed
May 6, 1997
G
Keep MS compiler happy: use (int)strlen() when comparing; make sure
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
April 2, 1997
G
Allow passing a .pyo file.
Guido van Rossum committed
March 5, 1997
G
Greatly renamed. Not a very thorough job -- I'm going to restructure
Guido van Rossum committed
February 14, 1997
G
Added new global flag variable Py_InteractiveFlag and new function
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
September 11, 1996
G
Rationalized MS ifdefs
Guido van Rossum committed
May 24, 1996
G
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum committed
May 22, 1996
G
Use new names for debug macros. Don't include pythonrun.h.
Guido van Rossum committed
April 9, 1996
G
Add'l change for NT (Mark H.).
Guido van Rossum committed
October 27, 1995
J
Moved mac-specific exit handling to macmain.c
Jack Jansen committed
October 7, 1995
G
keep exitfunc alive while calling it
Guido van Rossum committed
September 18, 1995
G
#undef argument, for the Mac
Guido van Rossum committed
July 29, 1995
J
mac CW-only fix for messy windows upon exit
Jack Jansen committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
March 30, 1995
G
flush stdout before writing to stderr in print_error()
Guido van Rossum committed
March 29, 1995
G
fix dusty debugging macros
Guido van Rossum committed
March 14, 1995
G
In NT, write fatal() msg to debugging device
Guido van Rossum committed
February 13, 1995
J
mac changes:
Jack Jansen committed
February 7, 1995
G
print class name for exceptions that are classes
Guido van Rossum committed
February 2, 1995
J
Under CodeWarrior, make the window go away on exit(0)
Jack Jansen committed
January 30, 1995
G
Think C mod to suppress pausing at normal exit
Guido van Rossum committed
January 26, 1995
G
make call_pyc_file static
Guido van Rossum committed