summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_tokenize
Commit message (Collapse)AuthorAgeFilesLines
* Undo Barry's change. This file is not imported, it's fed as input toGuido van Rossum2002-08-291-12/+12
| | | | | | the tokenize module by test_tokenize.py. The FutureWarnings only appeared during installation, and I've figured out a way to suppress those in a different way.
* The test_tokenize output has changed slightly, by the addition of someBarry Warsaw2002-08-291-12/+12
| | | | trailing `L's.
* 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