Jeremy Hylton
|
3bee2f6011
|
Update to reflect new tokenize_test.py
|
2001-04-13 14:55:18 +00:00 |
Ka-Ping Yee
|
fa004ad36c
|
Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.
Switch from octal escapes to hex escapes for other nonprintable characters.
|
2001-01-24 17:19:08 +00:00 |
Ka-Ping Yee
|
10bc59320c
|
Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3;
it anticipates another patch i was about to propose.
|
2001-01-15 22:27:06 +00:00 |
Ka-Ping Yee
|
1ff08b1243
|
Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.
|
2001-01-15 22:04:30 +00:00 |
Guido van Rossum
|
a50547e0c0
|
Track changes in tokenize.py
|
1998-04-03 19:56:40 +00:00 |
Guido van Rossum
|
0874f7fdaf
|
Tests for tokenize.py (Ka-Ping Yee)
|
1997-10-27 22:15:06 +00:00 |