Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effectively renamed tokenize_tests.py to have a txt extension instead. | Tim Peters | 2003-05-12 | 1 | -175/+0 |
* | Reverted whitespace normalization on this file. I should really change | Tim Peters | 2003-02-19 | 1 | -9/+10 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -10/+9 |
* | Undo Barry's change. This file is not imported, it's fed as input to | Guido van Rossum | 2002-08-29 | 1 | -3/+3 |
* | Quite down some FutureWarnings. | Barry Warsaw | 2002-08-28 | 1 | -3/+3 |
* | There's no need for the tokenize tests to include a SyntaxError. | Jeremy Hylton | 2001-04-13 | 1 | -1/+1 |
* | Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. | Ka-Ping Yee | 2001-01-15 | 1 | -0/+14 |
* | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 1 | -0/+161 |