summaryrefslogtreecommitdiff
path: root/test/testyacc.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganization. Added makefileDavid Beazley2022-10-271-404/+0
* Replace removed assert_ with assertTrueHugo van Kemenade2021-12-301-36/+36
* Massive refactoring/cleanupDavid Beazley2020-02-221-48/+0
* Added test for module sort orderMoses Palmér2015-07-161-0/+8
* One more yacc package test addedDavid Beazley2015-04-261-0/+8
* IOError handling improvements. More tests. Doc updateDavid Beazley2015-04-251-0/+8
* Further refinement of table handling with packages. More unit tests.David Beazley2015-04-241-0/+24
* 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
* Test improvements for Python >3.4 and PyPyDavid Beazley2015-04-161-19/+13
* 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-291-0/+8
* More test fixesDavid Beazley2013-05-211-0/+5
* Fixed yacc tests to account for dict hash key randomizationDavid Beazley2013-05-211-3/+21
* Changes to panic mode error recoveryDavid Beazley2012-04-261-0/+18
* New test added.David Beazley2012-04-191-1/+12
* Fixed for Python 3.2David Beazley2011-02-171-2/+25
* Whoops. Left a debugging statement in one test. RemovedDavid Beazley2009-03-241-1/+0
* Cleanup. Added a new testDavid Beazley2009-03-241-0/+18
* Performance speedup. Improved warningsDavid Beazley2009-03-241-1/+1
* Significant cleanup. Refactoring of yacc internalsDavid Beazley2009-01-131-64/+77
* Python 2.6/3.0 compatibility changesDavid Beazley2008-11-271-8/+18
* Fixed a bug with negative stack indicesDavid Beazley2008-11-041-0/+9
* Revamped testing frameworkDavid Beazley2008-05-291-53/+270
* initial checkinDavid Beazley2006-11-211-0/+58