Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -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 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 | |
| | ||||||
* | EOF in source is a SyntaxError, not an EOFError. | Guido van Rossum | 1992-02-05 | 1 | -1/+1 | |
| | ||||||
* | EOF while parsing should raise EOFError, not SyntaxError. | Guido van Rossum | 1991-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use SyntaxError. | Guido van Rossum | 1991-12-16 | 1 | -4/+4 | |
| | ||||||
* | Use new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -3/+3 | |
| | ||||||
* | Check for EINTR and turn it into KeyboardInterrupt | Guido van Rossum | 1991-10-20 | 1 | -1/+6 | |
| | | | | in err_errno(). | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | ||||||
* | Changed include of <errno.h> | Guido van Rossum | 1990-12-20 | 1 | -2/+5 | |
| | ||||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -33/+50 | |
| | ||||||
* | Reformulated err_badarg error message. | Guido van Rossum | 1990-11-09 | 1 | -1/+1 | |
| | ||||||
* | Added prototype for strerror. | Guido van Rossum | 1990-11-02 | 1 | -0/+2 | |
| | ||||||
* | Added intobject.h and tupleobject.h includes. | Guido van Rossum | 1990-10-26 | 1 | -0/+2 | |
| | ||||||
* | Added err_badcall(). | Guido van Rossum | 1990-10-21 | 1 | -0/+6 | |
| | ||||||
* | Adde dconvenience functions. | Guido van Rossum | 1990-10-14 | 1 | -0/+31 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+111 | |