COMMITS
/ Python/errors.c January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
December 14, 1994
J
Added hook for better mac error messages.
Jack Jansen committed
November 10, 1994
G
call err_clear in err_setval
Guido van Rossum committed
September 29, 1994
G
* Python/errors.c (err_clear): clear interpreter stack trace
Guido van Rossum committed
August 29, 1994
G
err_clear: clear interpreter stack trace
Guido van Rossum committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 5, 1992
G
EOF in source is a SyntaxError, not an EOFError.
Guido van Rossum committed
December 24, 1991
G
EOF while parsing should raise EOFError, not SyntaxError.
Guido van Rossum committed
December 16, 1991
G
Use SyntaxError.
Guido van Rossum committed
December 10, 1991
G
Use new exceptions.
Guido van Rossum committed
October 20, 1991
G
Check for EINTR and turn it into KeyboardInterrupt
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
Changed include of <errno.h>
Guido van Rossum committed
G
"Compiling" version
Guido van Rossum committed
November 9, 1990
G
Reformulated err_badarg error message.
Guido van Rossum committed
November 2, 1990
G
Added prototype for strerror.
Guido van Rossum committed
October 26, 1990
G
Added intobject.h and tupleobject.h includes.
Guido van Rossum committed
October 21, 1990
G
Added err_badcall().
Guido van Rossum committed
October 14, 1990
G
Adde dconvenience functions.
Guido van Rossum committed
G
Initial revision
Guido van Rossum committed