Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix strncpy call (uninitialized memory read) | Guido van Rossum | 1995-01-20 | 1 | -1/+2 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | |||||
* | don't call strncpy(str, NULL, 0) | Guido van Rossum | 1994-08-29 | 1 | -81/+79 |
| | |||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -4/+7 |
| | | | | | | | | | | * 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 |
| | |||||
* | Guess tab size on the Mac from tab resource. | Guido van Rossum | 1992-03-25 | 1 | -0/+7 |
| | |||||
* | Append a NEWLINE token at the end of a file. | Guido van Rossum | 1992-03-04 | 1 | -0/+7 |
| | |||||
* | When printing an error message, don't choke if tok->buf is NULL. | Guido van Rossum | 1991-06-07 | 1 | -10/+14 |
| | |||||
* | Don't print the line number for syntax errors in string parsing. | Guido van Rossum | 1991-06-03 | 1 | -0/+3 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -63/+65 |
| | |||||
* | Set parse tree in parser data structure to NULL when returning | Guido van Rossum | 1990-11-18 | 1 | -3/+4 |
| | | | | a valid parse tree to caller, so caller must free the tree. | ||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+131 |