summaryrefslogtreecommitdiff
path: root/src/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in ParseResults __init__ method, when returning non-ParseResults ty...ptmcg2014-08-161-0/+4
* Updated ParserElement.dump() to list out numbered array values if no results ...ptmcg2014-08-121-0/+3
* Fixed UnboundLocalError in oneOf based on new scoping rules in Python 3.4ptmcg2014-06-281-0/+3
* Fixed bug in And class when initializing using a generator.ptmcg2014-05-221-0/+2
* Fixed Bug #73, errors introduced to ParseResults.pop method after improvement...ptmcg2014-05-071-0/+4
* Fixed escaping behavior in QuotedString. Formerly, only quotationptmcg2014-04-291-0/+8
* Added docstrings for new methods; added ending location for locatedExprptmcg2014-04-131-1/+2
* Added ParseResults.pprint methodptmcg2014-04-131-0/+8
* Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlo...ptmcg2014-04-091-2/+4
* - Expanded argument compatibility for classes and functions that take list ar...ptmcg2013-09-211-0/+29
* Added locatedExpr helper methodptmcg2013-09-141-1/+9
* Extended "expr(name)" shortcut (same as "expr.setResultsName(name)") to accep...ptmcg2013-08-211-0/+6
* Prep release 2.0.1, to be compatible with Python 2.6 and 2.7, as well as Pyth...ptmcg2013-07-171-0/+13
* Update to v2.0.0, Python 3 compatible onlyptmcg2012-11-191-2/+17
* Add notes for operatorPrecedence renaming to infixNotation, and adding option...ptmcg2012-11-171-0/+8
* Changes for release 1.5.7ptmcg2012-10-021-2/+10
* Create standard SVN structureptmcg2012-10-011-0/+1668