index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
tokenizer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-25/+27
*
Now that the string-sig has settled on r"obin" strings, restrict the
Guido van Rossum
1997-04-25
1
-3/+7
*
(Jack:) On the Mac, give syntax error on \r.
Guido van Rossum
1997-04-11
1
-0/+11
*
Support for alternative string quotes (a"xx", b"xx", c"xx", ...).
Guido van Rossum
1997-04-06
1
-4/+9
*
Rename DEBUG macro to Py_DEBUG
Guido van Rossum
1996-12-30
1
-1/+1
*
Make gcc -Wall happy
Guido van Rossum
1996-12-02
1
-1/+0
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
use only j for imaginary constants
Guido van Rossum
1996-01-26
1
-2/+2
*
changes for pow(**) and complex
Guido van Rossum
1996-01-12
1
-1/+17
*
fix bogus resize length in nextc
Guido van Rossum
1995-09-21
1
-1/+1
*
ignore control-l in whitespace
Guido van Rossum
1995-07-07
1
-1/+3
*
replace "\r\n" with "\n" at line end (Jim Ahlstrom)
Guido van Rossum
1995-06-14
1
-0/+8
*
fix loop on unterminated triple quotes
Guido van Rossum
1995-01-17
1
-1/+6
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
Guido van Rossum
1994-12-30
1
-4/+3
*
* Parser/tokenizer.c (tok_nextc): count line numbers when parsing
Guido van Rossum
1994-09-19
1
-7/+21
*
* Parser/tokenizer.c: backup over illegal newline in string
Guido van Rossum
1994-08-29
1
-92/+119
*
Changes to accept double-quoted strings on input.
Guido van Rossum
1993-10-26
1
-1/+27
*
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
Guido van Rossum
1993-05-12
1
-2/+17
*
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum
1993-05-12
1
-41/+55
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Make tabs always 8 spaces wide -- it's more portable.
Guido van Rossum
1992-02-26
1
-6/+1
*
Add warning XXX that 09.9 isn't accepted.
Guido van Rossum
1991-12-10
1
-0/+2
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
1
-2/+25
*
Added 2-char tokens and new versions of comparisons
Guido van Rossum
1991-10-20
1
-0/+47
*
Completely ignore lines with only a newline token on them, except
Guido van Rossum
1991-07-27
1
-25/+47
*
Generalize to macintosh.
Guido van Rossum
1991-06-24
1
-1/+1
*
Added recognition of 'l' or 'L' as long integer suffix
Guido van Rossum
1991-05-05
1
-16/+23
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Changes for THINK C 4.0.
Guido van Rossum
1990-12-20
1
-2/+2
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-4/+12
*
Increment line number for continuation lines.
Guido van Rossum
1990-11-09
1
-0/+1
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+490