summaryrefslogtreecommitdiff
path: root/src/pyparsing.py
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified string representation of Forward, to avoid memory and performance ...Paul McGuire2015-11-251-2/+4
* Fix bug in Each when containing an Optional that has a results name or parse ...Paul McGuire2015-11-101-2/+3
* Fixed a bug in Or, when a parse action on an alternative raises an exceptionPaul McGuire2015-11-041-12/+20
* Fixed bug (introduced in 2.0.4) in dump where the lists would be shown in dup...Paul McGuire2015-11-011-3/+1
* Fixed bug in Each with multiple Optionals; added parseAll and output cleanup ...Paul McGuire2015-10-311-13/+22
* (#($&(#& print statements in runTests broke Py3 compatibility!Paul McGuire2015-10-291-41/+24
* Redo withClass; fix typo in Word, remove Token.setName() that does nothing si...Paul McGuire2015-10-291-12/+4
* Added withClass helper method, a simplified version of withAttribute forPaul McGuire2015-10-241-2/+14
* Enhanced docstring for new addCondition method.Paul McGuire2015-10-241-1/+3
* Add ParserElement.runTests, quick-and-dirty test bench for testing an express...Paul McGuire2015-10-141-1/+19
* Adopt new-fangled Python features, like decorators and ternary expressions, ...Paul McGuire2015-09-131-30/+25
* Add ParserElement.addCondition, to simplify creation of parse actions that ar...Paul McGuire2015-07-281-4/+21
* Fixed enhanced ParseResults.dump() method when the results consists only of a...Paul McGuire2015-04-301-18/+20
* - update to srange to accept unicode literals in the input StringEndPaul McGuire2015-03-251-4/+8
* Fixed bug in ParseResults __init__ method, when returning non-ParseResults ty...Paul McGuire2014-08-161-2/+2
* update internal versioning timestampPaul McGuire2014-08-121-1/+1
* Updated ParserElement.dump() to list out numbered array values if no results ...Paul McGuire2014-08-121-3/+13
* Fixed UnboundLocalError in oneOf based on new scoping rules in Python 3.4Paul McGuire2014-06-281-0/+3
* Fixed bug in And class when initializing using a generator.Paul McGuire2014-05-221-3/+3
* Update pyparsing timestampPaul McGuire2014-05-071-1/+1
* Fixed Bug #73, errors introduced to ParseResults.pop method after improvement...Paul McGuire2014-05-071-2/+6
* Fixed escaping behavior in QuotedString. Formerly, only quotationPaul McGuire2014-04-291-4/+3
* Added docstrings for new methods; added ending location for locatedExprPaul McGuire2014-04-131-3/+16
* Added ParseResults.pprint methodPaul McGuire2014-04-131-1/+5
* Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlo...Paul McGuire2014-04-091-9/+9
* - Expanded argument compatibility for classes and functions that take list ar...Paul McGuire2013-09-211-66/+123
* Added locatedExpr helper methodPaul McGuire2013-09-141-9/+11
* Move _expanded to inside soope of srange, since it is not used anywhere elsePaul McGuire2013-09-141-2/+1
* Extended "expr(name)" shortcut (same as "expr.setResultsName(name)") to accep...Paul McGuire2013-08-211-4/+9
* Minor cleanup before releasing 2.0.1Paul McGuire2013-07-171-3/+1
* Prep release 2.0.1, to be compatible with Python 2.6 and 2.7, as well as Pyth...Paul McGuire2013-07-171-20/+86
* Add latch to _trim_arity so that once the correct arg count has been found, f...Paul McGuire2012-12-161-3/+6
* Fix minor bug in ErrorStop name/strPaul McGuire2012-11-291-0/+1
* Fix indent typo in _trim_arityPaul McGuire2012-11-231-1/+1
* Fix updates to Python 3: trim_arity count up from 0 instead of down from 2; p...Paul McGuire2012-11-231-33/+31
* Update to v2.0.0, Python 3 compatible onlyPaul McGuire2012-11-191-211/+70
* Rename operatorPrecedence to infixNotation; add optional lpar and rpar argume...Paul McGuire2012-11-171-4/+7
* Create standard SVN structurePaul McGuire2012-10-011-0/+3740