| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove list comprehensions in favor of gen exprs | ptmcg | 2015-12-30 | 1 | -3/+3 |
* | Update wordsToNum.py example | ptmcg | 2015-12-25 | 1 | -19/+8 |
* | Fixed bug in ignore() (introduced in pyparsing 1.5.3) that would not accept a... | ptmcg | 2015-12-17 | 2 | -2/+8 |
* | Fixed up implementations of __dir__ to reduce maintenance overhead, and fix o... | ptmcg | 2015-12-13 | 2 | -4/+6 |
* | Remove duplicated code | ptmcg | 2015-12-07 | 1 | -1/+0 |
* | Cleaned up additional issues from enhancing the error messages for Or and Mat... | ptmcg | 2015-11-25 | 3 | -14/+26 |
* | Simplified string representation of Forward, to avoid memory and performance ... | ptmcg | 2015-11-25 | 2 | -2/+10 |
* | Forgot to add new unit test to main test suite | ptmcg | 2015-11-10 | 1 | -0/+1 |
* | Fix bug in Each when containing an Optional that has a results name or parse ... | ptmcg | 2015-11-10 | 3 | -3/+15 |
* | Fixed a bug in Or, when a parse action on an alternative raises an exception | ptmcg | 2015-11-04 | 3 | -13/+56 |
* | Fixed bug (introduced in 2.0.4) in dump where the lists would be shown in dup... | ptmcg | 2015-11-01 | 2 | -3/+4 |
* | Fixed bug in Each with multiple Optionals; added parseAll and output cleanup ... | ptmcg | 2015-10-31 | 3 | -14/+57 |
* | (#($&(#& print statements in runTests broke Py3 compatibility! | ptmcg | 2015-10-29 | 3 | -42/+31 |
* | Updates to support files | ptmcg | 2015-10-29 | 2 | -4/+9 |
* | Redo withClass; fix typo in Word, remove Token.setName() that does nothing si... | ptmcg | 2015-10-29 | 2 | -13/+6 |
* | Restore unit tests to perform all tests | ptmcg | 2015-10-24 | 1 | -2/+2 |
* | Added withClass helper method, a simplified version of withAttribute for | ptmcg | 2015-10-24 | 3 | -15/+39 |
* | Enhanced docstring for new addCondition method. | ptmcg | 2015-10-24 | 1 | -1/+3 |
* | Add ParserElement.runTests, quick-and-dirty test bench for testing an express... | ptmcg | 2015-10-14 | 2 | -1/+24 |
* | Add wheel release support | ptmcg | 2015-10-14 | 2 | -3/+4 |
* | Adopt new-fangled Python features, like decorators and ternary expressions, ... | ptmcg | 2015-09-13 | 3 | -38/+34 |
* | Add ParserElement.addCondition, to simplify creation of parse actions that ar... | ptmcg | 2015-07-28 | 3 | -7/+48 |
* | Remove duplicate '||' operator in select_parser.py example | ptmcg | 2015-07-28 | 1 | -1/+0 |
* | Fixed bug in fourFn.py example code, where pi and e were defined using Casele... | ptmcg | 2015-05-01 | 2 | -3/+13 |
* | Fixed enhanced ParseResults.dump() method when the results consists only of a... | ptmcg | 2015-04-30 | 2 | -18/+25 |
* | - update to srange to accept unicode literals in the input StringEnd | ptmcg | 2015-03-25 | 3 | -10/+26 |
* | Add support for WHEEL .whl distribution | ptmcg | 2014-11-19 | 2 | -1/+6 |
* | Minor mods to released examples | ptmcg | 2014-10-11 | 5 | -2/+245 |
* | Fixed bug in ParseResults __init__ method, when returning non-ParseResults ty... | ptmcg | 2014-08-16 | 2 | -2/+6 |
* | update internal versioning timestamp | ptmcg | 2014-08-12 | 1 | -1/+1 |
* | Properly return lists when parsing list values (instead of return ParseResults) | ptmcg | 2014-08-12 | 1 | -0/+2 |
* | Updated ParserElement.dump() to list out numbered array values if no results ... | ptmcg | 2014-08-12 | 2 | -3/+16 |
* | Fixed UnboundLocalError in oneOf based on new scoping rules in Python 3.4 | ptmcg | 2014-06-28 | 2 | -0/+6 |
* | Fixed bug in And class when initializing using a generator. | ptmcg | 2014-05-22 | 2 | -3/+5 |
* | Update pyparsing timestamp | ptmcg | 2014-05-07 | 1 | -1/+1 |
* | Fixed Bug #73, errors introduced to ParseResults.pop method after improvement... | ptmcg | 2014-05-07 | 3 | -5/+49 |
* | Fixed escaping behavior in QuotedString. Formerly, only quotation | ptmcg | 2014-04-29 | 3 | -11/+21 |
* | Cleanup *.pyc files from examples dir; add Python 3.4 Windows installer | ptmcg | 2014-04-13 | 1 | -1/+1 |
* | Added docstrings for new methods; added ending location for locatedExpr | ptmcg | 2014-04-13 | 4 | -5/+34 |
* | Added ParseResults.pprint method | ptmcg | 2014-04-13 | 2 | -1/+13 |
* | Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlo... | ptmcg | 2014-04-09 | 3 | -12/+34 |
* | - Expanded argument compatibility for classes and functions that take list ar... | ptmcg | 2013-09-21 | 2 | -66/+152 |
* | Cleanup unit tests for cross 2.x/3.x Python compatibility | ptmcg | 2013-09-21 | 8 | -205/+673 |
* | Added locatedExpr helper method | ptmcg | 2013-09-14 | 2 | -10/+20 |
* | Remove old Py2/3 setup flag | ptmcg | 2013-09-14 | 1 | -4/+2 |
* | Move _expanded to inside soope of srange, since it is not used anywhere else | ptmcg | 2013-09-14 | 1 | -2/+1 |
* | Fix Python 2.x/3.x compatibility (now that Pyparsing 2.0.x includes Python 2.... | ptmcg | 2013-09-14 | 1 | -55/+69 |
* | Extended "expr(name)" shortcut (same as "expr.setResultsName(name)") to accep... | ptmcg | 2013-08-21 | 2 | -4/+15 |
* | Minor cleanup before releasing 2.0.1 | ptmcg | 2013-07-17 | 5 | -95/+97 |
* | Prep release 2.0.1, to be compatible with Python 2.6 and 2.7, as well as Pyth... | ptmcg | 2013-07-17 | 4 | -20/+107 |