COMMITS
/ Python/pythonrun.c 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