COMMITS
/ Include/pyerrors.h April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
February 28, 2001
G
Add declaration for PyErr_WarnExplicit().
Guido van Rossum committed
J
Improve SyntaxErrors for bad future statements. Set file and location
Jeremy Hylton committed
December 15, 2000
G
Add declarations for standard warning category classes (PyExc_Warning
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
J
refactor __del__ exception handler into PyErr_WriteUnraisable
Jeremy Hylton committed
August 24, 2000
F
Improve the exceptions raised by PyErr_BadInternalCall(); adding the
Fred Drake committed
July 8, 2000
F
ANSI-fication of the sources -- remove Py_PROTO!
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: add PyExc_UnicodeError
Guido van Rossum committed
February 17, 2000
G
Declarations related to new WindowsError exception.
Guido van Rossum committed
June 22, 1999
G
Patch by Tim Peters:
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
December 1, 1998
B
Added PyExc_NotImplementedError
Barry Warsaw committed
July 23, 1998
B
New global variables: PyExc_EnvironmentError and PyExc_OSError
Barry Warsaw committed
September 16, 1997
G
New API PyErr_NewException(name, base, dict) to create simple new exceptions.
Guido van Rossum committed
B
[Py_Exc]NumberError => [Py_Exc]ArithmeticError
Barry Warsaw committed
G
Introduce PyExc_Exception as the conceptual root class for all exceptions.
Guido van Rossum committed
August 29, 1997
B
Added externs for three new exceptions PyExc_StandardError,
Barry Warsaw committed
August 22, 1997
B
Three new C API functions:
Barry Warsaw committed
April 2, 1997
G
Added AssertionError.
Guido van Rossum committed
March 31, 1997
G
Remove ConflictError (which was also removed from bltinmodule.c, even
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
G
Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL.
Guido van Rossum committed
January 3, 1997
B
Added declaration for PyErr_SetInterrupt.
Barry Warsaw 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
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 17, 1995
G
new names for lots of new functions
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
December 30, 1994
G
Lots of small things, see ChangeLog
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
December 31, 1991
G
Added SystemExit.
Guido van Rossum committed
December 24, 1991
G
Added ImportError.
Guido van Rossum committed
December 16, 1991
G
Regularize exceptions.
Guido van Rossum committed
G
SyntaxError.
Guido van Rossum committed
December 10, 1991
G
New exceptions.
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed
October 21, 1990
G
Added err_badcall() and planned new errors.
Guido van Rossum committed
October 14, 1990
G
Made exception objects extern.
Guido van Rossum committed
G
Initial revision
Guido van Rossum committed