summaryrefslogtreecommitdiffstats
path: root/Parser/parsetok.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a really stupid warning about 'yield' used as an identifier.Guido van Rossum2001-07-171-0/+12
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-5/+22
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* PyParser_ParseString(): When the err_ret structure is initialized, theBarry Warsaw2000-08-181-0/+2
* Mass ANSIfication.Thomas Wouters2000-07-221-17/+4
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-2/+2
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: familiar simple Win64 patchesGuido van Rossum2000-06-281-2/+2
* Jack Jansen: Removed Macintosh tab-guessing codeGuido van Rossum2000-06-281-7/+0
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Make sure that -t and -tt also work on strings passed to compile().Guido van Rossum1998-12-211-0/+7
* Declare and use Py_TabcheckFlag here.Guido van Rossum1998-04-101-0/+8
* Finally plug the memory leak caused by syntax error (includingGuido van Rossum1997-07-271-1/+4
* Another directory quickly renamed.Guido van Rossum1997-04-291-11/+12
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* fix strncpy call (uninitialized memory read)Guido van Rossum1995-01-201-1/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* don't call strncpy(str, NULL, 0)Guido van Rossum1994-08-291-81/+79
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-4/+7
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* 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