summaryrefslogtreecommitdiff
path: root/src/unitTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* More internal expression naming, in internal elements of infixNotationPaul McGuire2016-01-011-1/+11
* Added expression names for many internal and builtin expressions, to reduce n...Paul McGuire2015-12-311-11/+55
* Cleaned up additional issues from enhancing the error messages for Or and Mat...Paul McGuire2015-11-251-0/+13
* Forgot to add new unit test to main test suitePaul McGuire2015-11-101-0/+1
* Fix bug in Each when containing an Optional that has a results name or parse ...Paul McGuire2015-11-101-1/+9
* Fixed a bug in Or, when a parse action on an alternative raises an exceptionPaul McGuire2015-11-041-1/+32
* Fixed bug in Each with multiple Optionals; added parseAll and output cleanup ...Paul McGuire2015-10-311-1/+17
* (#($&(#& print statements in runTests broke Py3 compatibility!Paul McGuire2015-10-291-1/+1
* Restore unit tests to perform all testsPaul McGuire2015-10-241-2/+2
* Added withClass helper method, a simplified version of withAttribute forPaul McGuire2015-10-241-12/+20
* Adopt new-fangled Python features, like decorators and ternary expressions, ...Paul McGuire2015-09-131-2/+2
* Add ParserElement.addCondition, to simplify creation of parse actions that ar...Paul McGuire2015-07-281-3/+18
* - update to srange to accept unicode literals in the input StringEndPaul McGuire2015-03-251-4/+7
* Fixed Bug #73, errors introduced to ParseResults.pop method after improvement...Paul McGuire2014-05-071-3/+39
* Fixed escaping behavior in QuotedString. Formerly, only quotationPaul McGuire2014-04-291-7/+10
* Added docstrings for new methods; added ending location for locatedExprPaul McGuire2014-04-131-1/+15
* Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlo...Paul McGuire2014-04-091-1/+21
* Cleanup unit tests for cross 2.x/3.x Python compatibilityPaul McGuire2013-09-211-199/+220
* Update unit tests to Python 3Paul McGuire2012-11-231-239/+253
* Create standard SVN structurePaul McGuire2012-10-011-0/+2375