summaryrefslogtreecommitdiff
path: root/test/testlex.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganization. Added makefileDavid Beazley2022-10-271-402/+0
* Replace removed assert_ with assertTrueHugo van Kemenade2021-12-301-38/+38
* Massive refactoring/cleanupDavid Beazley2020-02-221-281/+1
* Fix several ResourceWarning: unclosed fileMickaƫl Schoentgen2018-11-091-2/+4
* Added regression test for bug in Python 3 with reflags and optimize=True (in ...Thomas Robitaille2018-02-091-0/+20
* Fixes for Python 3.5 compatibility.Barry Warsaw2015-09-141-30/+47
* Different approach for testing pyo filesDavid Beazley2015-04-171-16/+26
* Test improvements for Python >3.4 and PyPyDavid Beazley2015-04-161-22/+50
* Fixed yacc tests to account for dict hash key randomizationDavid Beazley2013-05-211-2/+1
* Fixed for Python 3.2David Beazley2011-02-171-20/+45
* Refactored the lex builder. A lot of error messages changed so unit tests ha...David Beazley2009-02-021-53/+53
* Python 2.6/3.0 compatibility changesDavid Beazley2008-11-271-21/+37
* Revamped testing frameworkDavid Beazley2008-05-291-52/+560
* initial checkinDavid Beazley2006-11-211-0/+57