summaryrefslogtreecommitdiffstats
path: root/Parser/parsetok.c
Commit message (Expand)AuthorAgeFilesLines
* Guess tab size on the Mac from tab resource.Guido van Rossum1992-03-251-0/+7
* Append a NEWLINE token at the end of a file.Guido van Rossum1992-03-041-0/+7
* When printing an error message, don't choke if tok->buf is NULL.Guido van Rossum1991-06-071-10/+14
* Don't print the line number for syntax errors in string parsing.Guido van Rossum1991-06-031-0/+3
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-63/+65
* Set parse tree in parser data structure to NULL when returningGuido van Rossum1990-11-181-3/+4
* Initial revisionGuido van Rossum1990-10-141-0/+131