summaryrefslogtreecommitdiff
path: root/unitTests.py
Commit message (Expand)AuthorAgeFilesLines
* Add Py2 unicodeismsptmcg2018-10-271-2/+2
* Add unicode character ranges by nameptmcg2018-10-271-0/+14
* Add unit test for ParserElement.setBreak()ptmcg2018-10-271-0/+24
* Fix extra nesting level in ParseResults when defining results name in another...ptmcg2018-10-121-0/+15
* Better description of bug and fix for Issue #22ptmcg2018-10-071-1/+10
* Fix Issue #22, test for returning given parse results from a parse action; co...ptmcg2018-10-071-83/+100
* Added PrecededBy class (Issue#30); updated FollowedBy to accept results names...ptmcg2018-10-061-4/+48
* Issue #4 - add special handling for IndexError exceptions raised in user pars...ptmcg2018-09-301-0/+22
* tighten up error checking in Regex.sub()Paul McGuire2018-09-291-0/+27
* Add Regex.sub() method, and asMatch and asGroupList parametersPaul McGuire2018-09-291-0/+45
* Fix tab-space inconsistency wrought by misconfigured editorPaul McGuire2018-09-241-7/+7
* Issue #28, bug in SkipTo when skipping to an expr that saves as a listPaul McGuire2018-09-241-0/+8
* Stage for 2.2.1 release; add Getting Started section to module docstring; fix...ptmcg2018-09-171-1/+14
* Move src to rootCengiz Kaygusuz2017-11-201-0/+3675