summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag for release 2.0.3pyparsing_2.0.3ptmcg2014-10-110-0/+0
* 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
* Add latch to _trim_arity so that once the correct arg count has been found, f...ptmcg2012-12-161-3/+6
* Fix minor bug in ErrorStop name/strptmcg2012-11-291-0/+1
* Update unit tests to Python 3ptmcg2012-11-231-239/+253
* Fix indent typo in _trim_arityptmcg2012-11-231-1/+1
* Clean up examples to be Python 3 compatibleptmcg2012-11-2379-966/+1251
* Fix updates to Python 3: trim_arity count up from 0 instead of down from 2; p...ptmcg2012-11-231-33/+31
* Update to v2.0.0, Python 3 compatible onlyptmcg2012-11-196-7589/+90
* Rename operatorPrecedence to infixNotation; add optional lpar and rpar argume...ptmcg2012-11-171-4/+7
* Rename operatorPrecedence to infixNotation; add optional lpar and rpar argume...ptmcg2012-11-171-4/+7
* Add notes for operatorPrecedence renaming to infixNotation, and adding option...ptmcg2012-11-171-0/+8
* Rename operatorPrecedence to infixNotation; add optional lpar and rpar argume...ptmcg2012-11-171-4/+7
* Add example files to SVNptmcg2012-10-0288-0/+15956
* Make examples a subdirectory of srcptmcg2012-10-020-0/+0
* Fix 'copy' statements to use backslashesptmcg2012-10-021-4/+4
* Changes for release 1.5.7ptmcg2012-10-022-9/+10
* Update file structureptmcg2012-10-021-8/+13
* Create standard SVN structureptmcg2012-10-0117-0/+17592
* development trunkptmcg2012-10-010-0/+0