COMMITS
/ Python/pythonrun.c 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
January 12, 1995
G
use getbuiltins() everywhere, it defaults to getbuiltidict()
Guido van Rossum committed
January 9, 1995
G
__builtins__ mods (and sys_checkinterval for ceval.c)
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
December 14, 1994
J
Removed extraneous fclose() in case of .pyc file argument
Jack Jansen committed
September 29, 1994
G
* Python/pythonrun.c: add string "Python" to fatal error message
Guido van Rossum committed
September 19, 1994
G
* Python/pythonrun.c (print_error): print only last line of
Guido van Rossum committed
September 14, 1994
G
* Import/pythonrun.h, Python/{import,pythonrun}.c,
Guido van Rossum committed
September 7, 1994
G
added Py_AtExit() -- register cleanup functions for C modules
Guido van Rossum committed
August 29, 1994
G
* Python/pythonrun.c (print_error): added INCREF/DECREF pair --
Guido van Rossum committed
November 23, 1993
G
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum committed
November 1, 1993
G
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
Guido van Rossum committed
October 11, 1993
S
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed