summaryrefslogtreecommitdiff
path: root/test/test_phystokens.py
Commit message (Expand)AuthorAgeFilesLines
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+0
* Rename our future-happy unittest methods to match their future versions, and ...Ned Batchelder2009-11-261-1/+1
* Handle one more bizarro edge case in tokenizing source: I couldn't look at my...Ned Batchelder2009-11-211-4/+1
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-3/+1
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-2/+24
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-2/+8
* Fix a problem with syntax coloring continued lines, and refactor for testabil...Ned Batchelder2009-11-151-0/+58