| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CHANGES blurb on unicode sets, prep for 2.3.0 releasepp_unicode | ptmcg | 2018-10-28 | 1 | -7/+13 |
| * | Add Devanagari language set; make unicode_set public so users can define and ... | ptmcg | 2018-10-27 | 1 | -17/+21 |
| * | Add Py2 unicodeisms | ptmcg | 2018-10-27 | 2 | -6/+11 |
| * | Must use setattr syntax with unicode identifiers pre-Py3 | ptmcg | 2018-10-27 | 1 | -11/+11 |
| * | Unicode identifiers only in Py3 | ptmcg | 2018-10-27 | 1 | -11/+12 |
| * | Add unicode character ranges by name | ptmcg | 2018-10-27 | 5 | -231/+368 |
| * | Add unit test for ParserElement.setBreak() | ptmcg | 2018-10-27 | 1 | -0/+24 |
| * | Fix extra nesting level in ParseResults when defining results name in another... | ptmcg | 2018-10-12 | 3 | -1/+74 |
| * | Better description of bug and fix for Issue #22 | ptmcg | 2018-10-07 | 2 | -5/+45 |
| * | Fix Issue #22, test for returning given parse results from a parse action; co... | ptmcg | 2018-10-07 | 3 | -87/+108 |
| * | Added PrecededBy class (Issue#30); updated FollowedBy to accept results names... | ptmcg | 2018-10-06 | 3 | -20/+204 |
| * | Bad example for beginner users | Paul McGuire | 2018-10-04 | 1 | -6/+0 |
| * | add a few more simple unit tests | ptmcg | 2018-10-02 | 1 | -0/+22 |
| * | Issue #4 - add special handling for IndexError exceptions raised in user pars... | ptmcg | 2018-09-30 | 3 | -4/+52 |
| * | stage for 2.2.2. releasepyparsing_2.2.2 | Paul McGuire | 2018-09-30 | 1 | -2/+2 |
| * | tighten up error checking in Regex.sub() | Paul McGuire | 2018-09-29 | 2 | -1/+44 |
| * | Update CHANGES to reflect source tarball updates | Paul McGuire | 2018-09-29 | 1 | -0/+4 |
| * | Add Regex.sub() method, and asMatch and asGroupList parameters | Paul McGuire | 2018-09-29 | 3 | -6/+82 |
| * | Issue #31 - fix up MANIFEST.in to be used when creating source distributions,... | Paul McGuire | 2018-09-29 | 2 | -1/+75 |
| * | Fix tab-space inconsistency wrought by misconfigured editor | Paul McGuire | 2018-09-24 | 1 | -7/+7 |
| * | Issue #28, bug in SkipTo when skipping to an expr that saves as a list | Paul McGuire | 2018-09-24 | 3 | -3/+17 |
| * | Formatting and comment cleanup in simple_unit_tests | Paul McGuire | 2018-09-24 | 1 | -2/+4 |
| * | force order of simple unit tests to make it easier to see test output corresp... | Paul McGuire | 2018-09-23 | 1 | -2/+13 |
| * | Add codecov to travis.yml | Paul McGuire | 2018-09-23 | 1 | -0/+6 |
| * | add more simple unit tests, plus support for tests with searchString and tran... | Paul McGuire | 2018-09-21 | 1 | -17/+92 |
| * | simple_unit_tests with Dict and combination of parse action and condition | ptmcg | 2018-09-19 | 1 | -0/+16 |
| * | convert to datetimes using utc, not local time | ptmcg | 2018-09-19 | 1 | -4/+4 |
| * | Add to simple_unit_tests more examples, including groups, repetition, and | ptmcg | 2018-09-19 | 1 | -1/+73 |
| * | clean up CHANGES notes and add output message if running simple_unit_tests.py... | ptmcg | 2018-09-19 | 2 | -5/+5 |
| * | simple_unit_tests.py only runs on Py3 | ptmcg | 2018-09-19 | 1 | -0/+5 |
| * | fix import of pyparsing from simple_unit_tests.py | ptmcg | 2018-09-19 | 2 | -1/+1 |
| * | add simple_unit_tests.py for instructional unit tests | ptmcg | 2018-09-19 | 3 | -0/+170 |
| * | Add Python 3.7 to supported versionspyparsing_2.2.1 | Paul McGuire | 2018-09-17 | 1 | -0/+1 |
| * | Stage for 2.2.1 release; add Getting Started section to module docstring; fix... | ptmcg | 2018-09-17 | 3 | -11/+53 |
| * | remove old release structure | ptmcg | 2018-09-17 | 1 | -2/+1 |
| * | Add Travis-CI status badge to README.md | Paul McGuire | 2018-09-17 | 1 | -0/+1 |
| * | Update HowToUsePyparsing.rst | Paul McGuire | 2018-08-27 | 1 | -18/+10 |
| * | Rename HowToUsePyparsing.txt to HowToUsePyparsing.rst | Paul McGuire | 2018-08-27 | 1 | -1/+1 |
| * | Merge pull request #14 from demosdemon/srange | Paul McGuire | 2018-08-26 | 1 | -1/+1 |
| |\ |
|
| | * | forgot exact | Brandon LeBlanc | 2018-08-06 | 1 | -1/+1 |
| | * | use CharsNotIn instead of the Words/Regex combo for srange | Brandon LeBlanc | 2018-08-06 | 1 | -1/+1 |
| * | | Merge pull request #16 from hugovk/patch-2 | Paul McGuire | 2018-08-21 | 1 | -3/+12 |
| |\ \ |
|
| | * | | Fix collections ABCs deprecation warning | Hugo | 2018-08-21 | 1 | -3/+12 |
| |/ / |
|
| * | | Merge pull request #24 from hugovk/pyupgrade-examples | Paul McGuire | 2018-08-21 | 17 | -108/+107 |
| |\ \ |
|
| | * | | Upgrade Python syntax with pyupgrade | Hugo | 2018-08-21 | 17 | -108/+107 |
| |/ / |
|
| * | | Merge pull request #23 from hugovk/python_requires | Paul McGuire | 2018-08-21 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Add python_requires to help pip | Hugo | 2018-08-21 | 1 | -0/+1 |
| |/ / |
|
| * | | Merge pull request #15 from hugovk/patch-1 | Paul McGuire | 2018-08-21 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Update url and download_url | Hugo | 2018-08-09 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge pull request #18 from hugovk/patch-3 | Paul McGuire | 2018-08-21 | 1 | -4/+6 |
| |\ \ |
|