summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_tokenize
Commit message (Collapse)AuthorAgeFilesLines
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
|
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-154/+154
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3;Ka-Ping Yee2001-01-151-154/+154
| | | | it anticipates another patch i was about to propose.
* Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.Ka-Ping Yee2001-01-151-365/+421
|
* Track changes in tokenize.pyGuido van Rossum1998-04-031-30/+30
|
* Tests for tokenize.py (Ka-Ping Yee)Guido van Rossum1997-10-271-0/+592