aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/tokenize_tests.py
Commit message (Expand)AuthorAge
* Undo Barry's change. This file is not imported, it's fed as input toGuido van Rossum2002-08-29
* Quite down some FutureWarnings.Barry Warsaw2002-08-28
* There's no need for the tokenize tests to include a SyntaxError.Jeremy Hylton2001-04-13
* Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.Ka-Ping Yee2001-01-15
* Tests for tokenize.py (Ka-Ping Yee)Guido van Rossum1997-10-27