summaryrefslogtreecommitdiff
path: root/unitTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-10/+12
* Unit test to test fix for issue #65ptmcg2019-01-071-0/+14
* Add experimental ParseException.explain() method, to return a multiline strin...Paul McGuire2019-01-051-4142/+4181
* Remove print() call left in to test decoyPaul McGuire2018-12-301-1/+1
* Cleanup unit tests for better Py2 compatibility and current pyparsing usage: ...Paul McGuire2018-12-301-83/+100
* Fix matching of dictOf with empty contents (Issue #53)ptmcg2018-12-281-0/+19
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-281-0/+25
* Replace bare 'except:' with 'except Exception;'Jon Dufresne2018-12-241-4/+4
* Remove unused imports throughout projectJon Dufresne2018-12-241-13/+10
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-223/+223
* Fix encoding cookie to use encoding "utf-8"Jon Dufresne2018-12-221-1/+1
* Fix postParse bug introduced in runTests; extended cleanup of unitTests (conv...Paul McGuire2018-12-211-439/+515
* Add support for optional postParse argument to ParserElement.runTestsPaul McGuire2018-12-211-1/+17
* Intern unicode range strings to prevent their listing in generated docs (pypa...ptmcg2018-11-221-3/+32
* Add support for combining unicode_sets using multiple inheritancePaul McGuire2018-11-171-2/+6
* Add unit test for named ParseResults combined with Dict-created named results...ptmcg2018-11-131-3/+20
* Added unicode sets for LatinA and LatinB rangesptmcg2018-11-091-0/+19
* assertRaises not compatible in Py2.6pyparsing_2.3.0ptmcg2018-10-311-9/+10
* Add unit test for indentedBlock expressionptmcg2018-10-301-0/+37
* Clean up old cruft from unit testsptmcg2018-10-301-30/+2
* Undefined name: file() was removed in Python 3cclauss2018-10-301-1/+1
* 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