summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove list comprehensions in favor of gen exprsptmcg2015-12-301-3/+3
* Update wordsToNum.py exampleptmcg2015-12-251-19/+8
* Fixed bug in ignore() (introduced in pyparsing 1.5.3) that would not accept a...ptmcg2015-12-172-2/+8
* Fixed up implementations of __dir__ to reduce maintenance overhead, and fix o...ptmcg2015-12-132-4/+6
* Remove duplicated codeptmcg2015-12-071-1/+0
* Cleaned up additional issues from enhancing the error messages for Or and Mat...ptmcg2015-11-253-14/+26
* Simplified string representation of Forward, to avoid memory and performance ...ptmcg2015-11-252-2/+10
* Forgot to add new unit test to main test suiteptmcg2015-11-101-0/+1
* Fix bug in Each when containing an Optional that has a results name or parse ...ptmcg2015-11-103-3/+15
* Fixed a bug in Or, when a parse action on an alternative raises an exceptionptmcg2015-11-043-13/+56
* Fixed bug (introduced in 2.0.4) in dump where the lists would be shown in dup...ptmcg2015-11-012-3/+4
* Fixed bug in Each with multiple Optionals; added parseAll and output cleanup ...ptmcg2015-10-313-14/+57
* (#($&(#& print statements in runTests broke Py3 compatibility!ptmcg2015-10-293-42/+31
* Updates to support filesptmcg2015-10-292-4/+9
* Redo withClass; fix typo in Word, remove Token.setName() that does nothing si...ptmcg2015-10-292-13/+6
* Restore unit tests to perform all testsptmcg2015-10-241-2/+2
* Added withClass helper method, a simplified version of withAttribute forptmcg2015-10-243-15/+39
* Enhanced docstring for new addCondition method.ptmcg2015-10-241-1/+3
* Add ParserElement.runTests, quick-and-dirty test bench for testing an express...ptmcg2015-10-142-1/+24
* Add wheel release supportptmcg2015-10-142-3/+4
* Adopt new-fangled Python features, like decorators and ternary expressions, ...ptmcg2015-09-133-38/+34
* Add ParserElement.addCondition, to simplify creation of parse actions that ar...ptmcg2015-07-283-7/+48
* Remove duplicate '||' operator in select_parser.py exampleptmcg2015-07-281-1/+0
* Fixed bug in fourFn.py example code, where pi and e were defined using Casele...ptmcg2015-05-012-3/+13
* Fixed enhanced ParseResults.dump() method when the results consists only of a...ptmcg2015-04-302-18/+25
* - update to srange to accept unicode literals in the input StringEndptmcg2015-03-253-10/+26
* Add support for WHEEL .whl distributionptmcg2014-11-192-1/+6
* Minor mods to released examples ptmcg2014-10-115-2/+245
* Fixed bug in ParseResults __init__ method, when returning non-ParseResults ty...ptmcg2014-08-162-2/+6
* update internal versioning timestampptmcg2014-08-121-1/+1
* Properly return lists when parsing list values (instead of return ParseResults)ptmcg2014-08-121-0/+2
* Updated ParserElement.dump() to list out numbered array values if no results ...ptmcg2014-08-122-3/+16
* Fixed UnboundLocalError in oneOf based on new scoping rules in Python 3.4ptmcg2014-06-282-0/+6
* Fixed bug in And class when initializing using a generator.ptmcg2014-05-222-3/+5
* Update pyparsing timestampptmcg2014-05-071-1/+1
* Fixed Bug #73, errors introduced to ParseResults.pop method after improvement...ptmcg2014-05-073-5/+49
* Fixed escaping behavior in QuotedString. Formerly, only quotationptmcg2014-04-293-11/+21
* Cleanup *.pyc files from examples dir; add Python 3.4 Windows installerptmcg2014-04-131-1/+1
* Added docstrings for new methods; added ending location for locatedExprptmcg2014-04-134-5/+34
* Added ParseResults.pprint methodptmcg2014-04-132-1/+13
* Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlo...ptmcg2014-04-093-12/+34
* - Expanded argument compatibility for classes and functions that take list ar...ptmcg2013-09-212-66/+152
* Cleanup unit tests for cross 2.x/3.x Python compatibilityptmcg2013-09-218-205/+673
* Added locatedExpr helper methodptmcg2013-09-142-10/+20
* Remove old Py2/3 setup flagptmcg2013-09-141-4/+2
* Move _expanded to inside soope of srange, since it is not used anywhere elseptmcg2013-09-141-2/+1
* Fix Python 2.x/3.x compatibility (now that Pyparsing 2.0.x includes Python 2....ptmcg2013-09-141-55/+69
* Extended "expr(name)" shortcut (same as "expr.setResultsName(name)") to accep...ptmcg2013-08-212-4/+15
* Minor cleanup before releasing 2.0.1ptmcg2013-07-175-95/+97
* Prep release 2.0.1, to be compatible with Python 2.6 and 2.7, as well as Pyth...ptmcg2013-07-174-20/+107