Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to reflect new tokenize_test.py | Jeremy Hylton | 2001-04-13 | 1 | -8/+8 |
| | |||||
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -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 Yee | 2001-01-15 | 1 | -154/+154 |
| | | | | it anticipates another patch i was about to propose. | ||||
* | Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. | Ka-Ping Yee | 2001-01-15 | 1 | -365/+421 |
| | |||||
* | Track changes in tokenize.py | Guido van Rossum | 1998-04-03 | 1 | -30/+30 |
| | |||||
* | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 1 | -0/+592 |