summaryrefslogtreecommitdiff
path: root/tests/test_tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six dependency.Andi Albrecht2015-01-171-4/+3
* Add tests to static code analysis and clean up tests.Andi Albrecht2015-01-171-1/+1
* Migrate to six and get rid of 2to3.Andi Albrecht2015-01-171-12/+10
* Add test case for JOIN, update Changelog and AUTHORS.Andi Albrecht2013-10-241-5/+6
* Allow whitespaces in certain keywords (fixes #97).Andi Albrecht2013-06-171-0/+26
* Python 3 is now fully supported without any patches.Andi Albrecht2012-12-311-1/+6
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-30/+31
* We can now work with file-like objects.quest2012-04-211-0/+39
* Fixed lexer to accept negative numbers (fixes issue56).Kevin Jing Qiu2012-01-101-0/+6
* Fix incorrect detection of keyword fragments in names (fixes issue7, reported...Andi Albrecht2009-06-241-0/+21
* * Python and PHP output filter now add a trailing whitespace.Andi Albrecht2009-05-061-0/+5
* Code cleanup and test coverage.Andi Albrecht2009-05-061-0/+46
* Added unittest for issue1 (linebreaks).Andi Albrecht2009-05-031-0/+14
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-291-0/+5
* Initial import.Andi Albrecht2009-04-031-0/+21