summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* delta_time fixes: add more time validations; add 1-second epsilon when verify...ptmcg2019-05-281-2/+24
* Update generated code for both unnamed and named state transition state machinesPaul McGuire2019-05-271-1/+9
* Typo - `isinstance` should be `issubclass`Paul McGuire2019-05-271-1/+1
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-277-12/+167
* Updated runTests to call postParse before dumping parsed results; added neste...Paul McGuire2019-05-266-211/+383
* Fix generated stateMixin class to properly implement overridable transition m...Paul McGuire2019-04-172-9/+7
* Added change note re: changes to statemachine example; some code reformat/cle...Paul McGuire2019-04-162-1/+21
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-154-78/+117
* Code updates to current idiomspyparsing_2.4.0Paul McGuire2019-04-072-54/+117
* Additional useful kwargs for Char (passthru to Word)Paul McGuire2019-04-071-3/+4
* Merge remote-tracking branch 'origin/master'Paul McGuire2019-04-071-1/+1
|\
| * snmp_api.h missing from manifest (#83)Brandon Bergren2019-04-071-1/+1
* | Improved support for "python setup.py test"Paul McGuire2019-04-076-275/+308
|/
* Fixed dict structure in makeHTMLTags expressions, and added tag_body attribut...Paul McGuire2019-04-0613-544/+497
* Updated examples to current pyparsing styles, and to use runTestsPaul McGuire2019-04-062-96/+90
* Some reformatting for better readability, and more explanatory commentsPaul McGuire2019-04-051-22/+33
* Add example include_preprocessor.pyPaul McGuire2019-04-052-0/+79
* Fix tests for Py2 when using explainPaul McGuire2019-04-021-0/+24
* Remove disabling of tests for Py2 when using explainPaul McGuire2019-04-011-8/+0
* Fix unnumbered str format placeholders for Py2.6Paul McGuire2019-04-011-1/+1
* General code cleanup; have unit test module exit(0 or 1) depending on test su...Paul McGuire2019-04-014-29/+46
* Separate bullet to collect all updates in Examples, and included new HTML tab...Paul McGuire2019-03-311-4/+11
* Modifies makeXXXTags to reuse expressions for '<' and '>' literals, to be mor...Paul McGuire2019-03-301-14/+19
* SimpleSQL.py update - nested select and infixNotation for 'where'Paul McGuire2019-03-302-88/+98
* Add example showing scraping/parsing of an HTML table into a Python dictPaul McGuire2019-03-301-0/+61
* Update original "Hello, World!" parser to latest coding, plus runTestsPaul McGuire2019-03-301-17/+25
* Convert docstrings containing regex examples to raw string literals, to avoid...Paul McGuire2019-03-302-3/+6
* Catch up CHANGES file with other PRs and commits since last relaesePaul McGuire2019-03-301-0/+10
* Merge remote-tracking branch 'origin/master'Paul McGuire2019-03-303-23/+113
|\
| * Fix cases where an indentedBlock partially parsing will cause all other corre...TMiguelT2019-03-122-1/+83
| * Descriptive names for Forward expressions (#71)Eric Wald2019-03-102-12/+13
| * Py2 simple_unit_tests.py compat changes - part 2ptmcg2019-03-101-4/+3
| * Support for simple_unit_tests under Python 2 (#72)Eric Wald2019-03-102-7/+19
* | Add __compat__.collect_all_And_tokens to address version incompatibility, and...Paul McGuire2019-03-303-7/+69
|/
* Add compiler from rosettacode.org; fix bug in ParserElement.runTests that int...Paul McGuire2019-01-312-4/+284
* Update examples and unit tests to more preferred coding styles, imports for p...ptmcg2019-01-3014-115/+124
* Add tests to show use of Combine and simple Regexptmcg2019-01-301-0/+32
* Merge pull request #64 from mcepl/denosepyparsing_2.3.1Paul McGuire2019-01-101-193/+190
|\
| * Remove dependency on noseMatěj Cepl2019-01-071-183/+180
| * Convert CRLF to LFMatěj Cepl2019-01-071-193/+193
* | Add note that explain() is only supported under Python 3.ptmcg2019-01-092-8/+6
* | Disable explain() tests if running in Py2ptmcg2019-01-091-0/+8
* | Modify explain() for Py2 compatptmcg2019-01-091-2/+7
* | Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-0918-80/+80
* | Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-10/+12
* | Update CHANGES to include note on fixing issue #65; generalized the note abou...ptmcg2019-01-071-2/+28
* | Unit test to test fix for issue #65ptmcg2019-01-071-0/+14
* | Fix inconsistency between Keyword(caseless=True) and CaselessKeyword (issue #65)ptmcg2019-01-071-7/+1
|/
* Merge pull request #62 from crowsonkb/changes_typoPaul McGuire2019-01-061-1/+1
|\
| * Fix typo: 'chemcialFormulas.py' -> 'chemicalFormulas.py'Katherine Crowson2019-01-061-1/+1
|/