COMMITS
/ Python/errors.c September 30, 1997
B
PyErr_NormalizeException(): If the exception's type is a class and the
Barry Warsaw committed
September 16, 1997
G
New API PyErr_NewException(name, base, dict) to create simple new exceptions.
Guido van Rossum committed
August 29, 1997
B
PyErr_NoMemory(): If the pre-instantiated memory exception is non-null
Barry Warsaw committed
August 22, 1997
B
Three new C API functions:
Barry Warsaw committed
August 12, 1997
G
Use strerror on the mac if using MSL (Jack).
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed
April 29, 1997
G
Quickly renamed. Also removed the long comment explaining why this is
Guido van Rossum committed
April 11, 1997
G
Keep Microsoft VC happy.
Guido van Rossum committed
G
(Jack:) On the Mac, use standard strerror() if using MSL C-library.
Guido van Rossum committed
February 14, 1997
G
Oops, remove an unused variable from PyErr_Format().
Guido van Rossum committed
G
Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL.
Guido van Rossum committed
December 10, 1996
G
Add const to error and newstring functions
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
September 18, 1995
G
remove unwanted fatal() from err_badcall()
Guido van Rossum committed
August 28, 1995
G
err_badcall() is fatal error
Guido van Rossum committed
June 27, 1995
J
Porting to CW CFM68K
Jack Jansen committed
March 9, 1995
G
changes in NT tests
Guido van Rossum committed
February 18, 1995
G
rename macstrerror to PyMac_StrError; no EINTR test in CW
Guido van Rossum committed
January 19, 1995
J
Undef strerror on the mac before redefining it
Jack Jansen 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
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