summaryrefslogtreecommitdiffstats
path: root/Parser/tokenizer.c
Commit message (Expand)AuthorAgeFilesLines
* tok_nextc() should return unsigned characters, to avoid mistakingGuido van Rossum1998-01-191-2/+10
* Another directory quickly renamed.Guido van Rossum1997-04-291-25/+27
* Now that the string-sig has settled on r"obin" strings, restrict theGuido van Rossum1997-04-251-3/+7
* (Jack:) On the Mac, give syntax error on \r.Guido van Rossum1997-04-111-0/+11
* Support for alternative string quotes (a"xx", b"xx", c"xx", ...).Guido van Rossum1997-04-061-4/+9
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* Make gcc -Wall happyGuido van Rossum1996-12-021-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* use only j for imaginary constantsGuido van Rossum1996-01-261-2/+2
* changes for pow(**) and complexGuido van Rossum1996-01-121-1/+17
* fix bogus resize length in nextcGuido van Rossum1995-09-211-1/+1
* ignore control-l in whitespaceGuido van Rossum1995-07-071-1/+3
* replace "\r\n" with "\n" at line end (Jim Ahlstrom)Guido van Rossum1995-06-141-0/+8
* fix loop on unterminated triple quotesGuido van Rossum1995-01-171-1/+6
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-301-4/+3
* * Parser/tokenizer.c (tok_nextc): count line numbers when parsingGuido van Rossum1994-09-191-7/+21
* * Parser/tokenizer.c: backup over illegal newline in stringGuido van Rossum1994-08-291-92/+119
* Changes to accept double-quoted strings on input.Guido van Rossum1993-10-261-1/+27
* * selectmodule.c: fix (another!) two memory leaks -- this time in list2setGuido van Rossum1993-05-121-2/+17
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-121-41/+55
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Make tabs always 8 spaces wide -- it's more portable.Guido van Rossum1992-02-261-6/+1
* Add warning XXX that 09.9 isn't accepted.Guido van Rossum1991-12-101-0/+2
* Added shift and mask ops.Guido van Rossum1991-10-241-2/+25
* Added 2-char tokens and new versions of comparisonsGuido van Rossum1991-10-201-0/+47
* Completely ignore lines with only a newline token on them, exceptGuido van Rossum1991-07-271-25/+47
* Generalize to macintosh.Guido van Rossum1991-06-241-1/+1
* Added recognition of 'l' or 'L' as long integer suffixGuido van Rossum1991-05-051-16/+23
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Changes for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
* "Compiling" versionGuido van Rossum1990-12-201-4/+12
* Increment line number for continuation lines.Guido van Rossum1990-11-091-0/+1
* Initial revisionGuido van Rossum1990-10-141-0/+490