summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
Commit message (Expand)AuthorAgeFilesLines
* remove unwanted fatal() from err_badcall()Guido van Rossum1995-09-181-1/+0
* err_badcall() is fatal errorGuido van Rossum1995-08-281-0/+1
* Porting to CW CFM68KJack Jansen1995-06-271-1/+1
* changes in NT testsGuido van Rossum1995-03-091-2/+3
* rename macstrerror to PyMac_StrError; no EINTR test in CWGuido van Rossum1995-02-181-8/+13
* Undef strerror on the mac before redefining itJack Jansen1995-01-191-0/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-7/+20
* Added hook for better mac error messages.Jack Jansen1994-12-141-0/+10
* call err_clear in err_setvalGuido van Rossum1994-11-101-2/+2
* * Python/errors.c (err_clear): clear interpreter stack traceGuido van Rossum1994-09-291-1/+5
* err_clear: clear interpreter stack traceGuido van Rossum1994-08-291-40/+7
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-3/+0
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-7/+6
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* EOF in source is a SyntaxError, not an EOFError.Guido van Rossum1992-02-051-1/+1
* EOF while parsing should raise EOFError, not SyntaxError.Guido van Rossum1991-12-241-1/+1
* Use SyntaxError.Guido van Rossum1991-12-161-4/+4
* Use new exceptions.Guido van Rossum1991-12-101-3/+3
* Check for EINTR and turn it into KeyboardInterruptGuido van Rossum1991-10-201-1/+6
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Changed include of <errno.h>Guido van Rossum1990-12-201-2/+5
* "Compiling" versionGuido van Rossum1990-12-201-33/+50
* Reformulated err_badarg error message.Guido van Rossum1990-11-091-1/+1
* Added prototype for strerror.Guido van Rossum1990-11-021-0/+2
* Added intobject.h and tupleobject.h includes.Guido van Rossum1990-10-261-0/+2
* Added err_badcall().Guido van Rossum1990-10-211-0/+6
* Adde dconvenience functions.Guido van Rossum1990-10-141-0/+31
* Initial revisionGuido van Rossum1990-10-141-0/+111