summaryrefslogtreecommitdiff
path: root/tests/test_tokens.py
Commit message (Expand)AuthorAgeFilesLines
* Share data files between Py2 and Py3 test suites.xi2008-12-291-77/+0
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-281-76/+67
* Major refactoring.xi2006-04-151-7/+3
* * Add the token STREAM-START.xi2006-03-191-2/+2
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-191-5/+8
* Scanner is complete.xi2006-02-181-3/+1
* Working on the scanner.xi2006-02-171-2/+2
* Some renaming.xi2006-02-161-2/+4
* All tests passed! Scanner and Parser seem to be correct.xi2006-02-151-21/+21
* Scanner is mostly completed. Need to write alias, tag, and scalar scanners.xi2006-02-151-21/+46
* Working on the scanner.xi2006-02-121-0/+62