summaryrefslogtreecommitdiff
path: root/src/CHANGES
Commit message (Expand)AuthorAgeFilesLines
...
* Removed use of partial in replaceWith, for PyPy compatibility. Removed no-lon...ptmcg2016-02-161-0/+4
* Added support for assigning to ParseResults using slices; reimplemented origi...ptmcg2016-02-151-0/+5
* Added stopOn arg to ZeroOrMore and OneOrMore; refactored/cleaned up SkipTo to...ptmcg2016-02-071-0/+24
* Removed deprecated class Upcase and deprecated class keepOriginalText; update...ptmcg2016-02-071-0/+7
* Switched version number to 2.1.0ptmcg2016-02-071-12/+12
* Add support for pickling ParseResults with protocols 2 and higher (default pr...ptmcg2016-02-061-0/+7
* Add CHANGES blurb for example fixesptmcg2016-01-271-0/+3
* Fixed ParseResults.asDict() to correctly convert nested ParseResults values t...ptmcg2016-01-231-0/+3
* Fix _trim_arity to distinguish between TypeErrors raised in parse actions and...ptmcg2016-01-181-0/+9
* Added expression names for many internal and builtin expressions, to reduce n...ptmcg2015-12-311-0/+9
* Added new example parseTabularData.pyptmcg2015-12-311-0/+6
* Fixed bug in ignore() (introduced in pyparsing 1.5.3) that would not accept a...ptmcg2015-12-171-0/+3
* Fixed up implementations of __dir__ to reduce maintenance overhead, and fix o...ptmcg2015-12-131-0/+3
* Cleaned up additional issues from enhancing the error messages for Or and Mat...ptmcg2015-11-251-1/+7
* Simplified string representation of Forward, to avoid memory and performance ...ptmcg2015-11-251-0/+6
* Fix bug in Each when containing an Optional that has a results name or parse ...ptmcg2015-11-101-0/+3
* Fixed a bug in Or, when a parse action on an alternative raises an exceptionptmcg2015-11-041-0/+4
* Fixed bug (introduced in 2.0.4) in dump where the lists would be shown in dup...ptmcg2015-11-011-0/+3
* Fixed bug in Each with multiple Optionals; added parseAll and output cleanup ...ptmcg2015-10-311-0/+18
* (#($&(#& print statements in runTests broke Py3 compatibility!ptmcg2015-10-291-0/+6
* Redo withClass; fix typo in Word, remove Token.setName() that does nothing si...ptmcg2015-10-291-1/+2
* Added withClass helper method, a simplified version of withAttribute forptmcg2015-10-241-1/+5
* Add ParserElement.runTests, quick-and-dirty test bench for testing an express...ptmcg2015-10-141-0/+5
* Adopt new-fangled Python features, like decorators and ternary expressions, ...ptmcg2015-09-131-6/+7
* Add ParserElement.addCondition, to simplify creation of parse actions that ar...ptmcg2015-07-281-0/+9
* Fixed bug in fourFn.py example code, where pi and e were defined using Casele...ptmcg2015-05-011-0/+4
* Fixed enhanced ParseResults.dump() method when the results consists only of a...ptmcg2015-04-301-0/+5
* - update to srange to accept unicode literals in the input StringEndptmcg2015-03-251-2/+11
* 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