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