COMMITS
/ Python/pythonrun.c 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
May 20, 1993
G
Access checks now work, at least for instance data (not for methods
Guido van Rossum committed
May 12, 1993
G
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum committed
March 30, 1993
G
* Fixed some subtleties with fastlocals. You can no longer access
Guido van Rossum committed
G
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
October 18, 1992
G
* bltinmodule.c: added built-in function cmp(a, b)
Guido van Rossum committed
September 25, 1992
G
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum committed
September 3, 1992
G
Add sys.exitfunc feature. Make askync non-static.
Guido van Rossum committed
August 17, 1992
G
New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()
Guido van Rossum committed
August 12, 1992
G
To ignore a call, cast it to (void), not to (void *)...
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
August 4, 1992
G
* Makefile adapted to changes below.
Guido van Rossum committed