summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added regression test for bug in Python 3 with reflags and optimize=True (in ...Thomas Robitaille2018-02-092-0/+46
* test: update READMEEfimov Vasily2017-10-301-0/+1
* test: add example of IndexError during expansion of a parametrized macroEfimov Vasily2017-10-301-0/+15
* test: add example that leads preprocessor to a dead loopEfimov Vasily2017-10-301-0/+15
* test: add example of incorrect expansion of concatenation (##) in macroEfimov Vasily2017-10-301-0/+23
* test: add a framework for C preprocessor testingEfimov Vasily2017-10-301-0/+48
* Fixes for Python 3.5 compatibility.Barry Warsaw2015-09-141-30/+47
* Added test for module sort orderMoses Palmér2015-07-167-0/+138
* One more yacc package test addedDavid Beazley2015-04-265-0/+132
* Fixed permissions testDavid Beazley2015-04-251-1/+17
* IOError handling improvements. More tests. Doc updateDavid Beazley2015-04-255-0/+130
* Further refinement of table handling with packages. More unit tests.David Beazley2015-04-2414-0/+390
* Fixed potential package problems with lextab and parsetab filesDavid Beazley2015-04-241-1/+1
* Fixed minor bug in line-number tracking. Fixed failing yacc_error5 test.David Beazley2015-04-221-1/+1
* Continued work on defaulted states. Some bug fixes. In progress.David Beazley2015-04-221-0/+2
* Different approach for testing pyo filesDavid Beazley2015-04-171-16/+26
* Test improvements for Python >3.4 and PyPyDavid Beazley2015-04-162-41/+63
* Fixed issue #23. Filter out deprecation warnings in unit tests.David Beazley2013-05-291-1/+2
* Fixed from __future__ import unicode_literals bugDavid Beazley2013-05-292-0/+78
* Added Travis-CIDavid Beazley2013-05-291-2/+2
* More test fixesDavid Beazley2013-05-211-0/+5
* Fixed yacc tests to account for dict hash key randomizationDavid Beazley2013-05-213-7/+24
* reverted p_error() APIDavid Beazley2012-04-261-1/+1
* Reverted p_error() APIDavid Beazley2012-04-261-1/+1
* Changes to panic mode error recoveryDavid Beazley2012-04-265-1/+181
* Fixed lexer line tracking.David Beazley2012-04-261-1/+1
* New test added.David Beazley2012-04-191-1/+12
* New test added for error position tracking.David Beazley2012-04-191-0/+92
* Fixed some minor issues and typosDavid Beazley2012-04-181-0/+26
* Fixed for Python3.2David Beazley2011-02-171-1/+1
* Updated for Python3.2David Beazley2011-02-171-4/+0
* Fixed for Python 3.2David Beazley2011-02-172-22/+70
* Whoops. Left a debugging statement in one test. RemovedDavid Beazley2009-03-241-1/+0
* Cleanup. Added a new testDavid Beazley2009-03-242-0/+48
* Performance speedup. Improved warningsDavid Beazley2009-03-241-1/+1
* Refactored the lex builder. A lot of error messages changed so unit tests ha...David Beazley2009-02-022-83/+53
* Significant cleanup. Refactoring of yacc internalsDavid Beazley2009-01-132-65/+78
* Added missing testDavid Beazley2008-11-271-0/+50
* Python 2.6/3.0 compatibility changesDavid Beazley2008-11-2750-147/+176
* Fixed a bug with negative stack indicesDavid Beazley2008-11-042-0/+42
* Revamped testing frameworkDavid Beazley2008-05-29130-484/+1986
* Bug fixesDavid Beazley2008-05-2810-20/+10
* Change to rsplit() to split()David Beazley2008-05-0610-10/+10
* Various bug fixes and cleanupDavid Beazley2008-05-041-1/+1
* Cleanup. Few minor improvementsDavid Beazley2007-02-1913-11/+41
* test outputDavid Beazley2007-02-1711-11/+11
* initial checkinDavid Beazley2006-11-21108-0/+2830