summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | * many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user.
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-7/+6
| | | | | | | | | | * Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error.
* 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
| | | | in err_errno().
* 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