summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_tokenize
Commit message (Expand)AuthorAgeFilesLines
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-154/+154
* Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3;Ka-Ping Yee2001-01-151-154/+154
* 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