aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/errors.c
Commit message (Expand)AuthorAge
* Oops, remove an unused variable from PyErr_Format().Guido van Rossum1997-02-14
* Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-14
* Add const to error and newstring functionsGuido van Rossum1996-12-10
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* remove unwanted fatal() from err_badcall()Guido van Rossum1995-09-18
* err_badcall() is fatal errorGuido van Rossum1995-08-28
* Porting to CW CFM68KJack Jansen1995-06-27
* changes in NT testsGuido van Rossum1995-03-09
* rename macstrerror to PyMac_StrError; no EINTR test in CWGuido van Rossum1995-02-18
* Undef strerror on the mac before redefining itJack Jansen1995-01-19
* Added 1995 to copyright message.Guido van Rossum1995-01-04
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-02
* Added hook for better mac error messages.Jack Jansen1994-12-14
* call err_clear in err_setvalGuido van Rossum1994-11-10
* * Python/errors.c (err_clear): clear interpreter stack traceGuido van Rossum1994-09-29
* err_clear: clear interpreter stack traceGuido van Rossum1994-08-29
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-05
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-16
* Copyright for 1992 addedGuido van Rossum1992-04-05
* EOF in source is a SyntaxError, not an EOFError.Guido van Rossum1992-02-05
* EOF while parsing should raise EOFError, not SyntaxError.Guido van Rossum1991-12-24
* Use SyntaxError.Guido van Rossum1991-12-16
* Use new exceptions.Guido van Rossum1991-12-10
* Check for EINTR and turn it into KeyboardInterruptGuido van Rossum1991-10-20
* Added copyright notice.Guido van Rossum1991-02-19
* Changed include of <errno.h>Guido van Rossum1990-12-20
* "Compiling" versionGuido van Rossum1990-12-20
* Reformulated err_badarg error message.Guido van Rossum1990-11-09
* Added prototype for strerror.Guido van Rossum1990-11-02
* Added intobject.h and tupleobject.h includes.Guido van Rossum1990-10-26
* Added err_badcall().Guido van Rossum1990-10-21
* Adde dconvenience functions.Guido van Rossum1990-10-14
* Initial revisionGuido van Rossum1990-10-14