Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add more simple unit tests, plus support for tests with searchString and ↵ | Paul McGuire | 2018-09-21 | 1 | -17/+92 | |
| | | | | transformString | |||||
* | 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 | |
| | | | | parse conditions | |||||
* | clean up CHANGES notes and add output message if running ↵ | ptmcg | 2018-09-19 | 2 | -5/+5 | |
| | | | | simple_unit_tests.py on Py2 | |||||
* | 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; ↵ | ptmcg | 2018-09-17 | 3 | -11/+53 | |
| | | | | fix Literal/Keyword index error bug | |||||
* | 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 | |
| | | | Minor updates and added link to online module docs | |||||
* | 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 | |
|\ | | | | | Modify srange to better handle Unicode characters in the input range spec | |||||
| * | 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 | |||||
| * | | 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 of examples with pyupgrade | |||||
| * | | 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 | |||||
| * | | 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 | |||||
| * | | 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 | |
|\ \ | | | | | | | README: Use Python code formatting | |||||
| * | | Use Python code formatting | Hugo | 2018-08-09 | 1 | -4/+6 | |
| |/ | ||||||
* | | Include Python 2.6 builds | Paul McGuire | 2018-08-21 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #17 from hugovk/run-tests-on-travis-ci | Paul McGuire | 2018-08-21 | 1 | -0/+17 | |
|\ \ | |/ |/| | Run unit tests on Travis CI | |||||
| * | Run unit tests on Travis CI | Hugo | 2018-08-09 | 1 | -0/+17 | |
|/ | ||||||
* | Update and rename README to README.md | Paul McGuire | 2018-07-20 | 1 | -35/+34 | |
| | ||||||
* | Merge pull request #10 from jdufresne/wheel | Paul McGuire | 2018-07-14 | 1 | -3/+0 | |
|\ | | | | | Remove redundant [wheel] section | |||||
| * | Merge branch 'master' into wheel | Paul McGuire | 2018-07-14 | 2 | -0/+5 | |
| |\ | ||||||
| * | | Remove redundant [wheel] section | Jon Dufresne | 2018-06-16 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The [wheel] section is legacy and not required. [bdist_wheel] is enough. For additional details, see: https://github.com/pypa/wheel/blob/3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf/wheel/bdist_wheel.py#L127-L133 http://pythonwheels.com/ | |||||
* | | | Add note to CHANGES | Paul McGuire | 2018-07-14 | 1 | -1/+3 | |
| | | | ||||||
* | | | Add "group by" case to select_parser.py tests | Paul McGuire | 2018-07-14 | 1 | -0/+1 | |
| | | | | | | | | | Update test strings to demonstrate fix in group_by_terms results - original bug was reported on SF bugs by Adam Groszer | |||||
* | | | Wrong expression grouping in select_parser.py | Paul McGuire | 2018-07-14 | 1 | -1/+1 | |
| |/ |/| | | | Results name "group_by_terms" was defined at the wrong level in the "having_expr", causing those names to be left out of the results. | |||||
* | | Merge pull request #11 from jdufresne/metadat | Paul McGuire | 2018-07-14 | 1 | -0/+3 | |
|\ \ | | | | | | | Include license file in the generated wheel package | |||||
| * | | Include license file in the generated wheel package | Jon Dufresne | 2018-06-16 | 1 | -0/+3 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps project comply with its own license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software. | |||||
* | | Merge pull request #9 from jdufresne/trove | Paul McGuire | 2018-07-14 | 1 | -0/+2 | |
|\ \ | |/ |/| | Add additional trove classifiers for supported Pythons | |||||
| * | Add additional trove classifiers for supported Pythons | Jon Dufresne | 2018-06-16 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #1 from cngkaygusuz/master | Paul McGuire | 2018-01-06 | 121 | -0/+227 | |
|\ | | | | | Add Scrutinizer-CI configuration and other niceties | |||||
| * | Move comment up a line | Cengiz Kaygusuz | 2017-12-15 | 1 | -1/+2 | |
| | | ||||||
| * | Commentate .coveragerc | Cengiz Kaygusuz | 2017-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | Commentate .scrutinzer.yml | Cengiz Kaygusuz | 2017-12-15 | 1 | -1/+6 | |
| | | ||||||
| * | Scrutinizer-CI: Install dependencies under dependencies section, Have ↵ | Cengiz Kaygusuz | 2017-12-15 | 1 | -3/+7 | |
| | | | | | | | | scrutinizer not infer anything in tests and dependencies section | |||||
| * | Append -dev to requirements | Cengiz Kaygusuz | 2017-12-15 | 1 | -0/+0 | |
| | | ||||||
| * | Report coverage only for code in pyparsing.py | Cengiz Kaygusuz | 2017-12-09 | 1 | -0/+2 | |
| | | ||||||
| * | Enable code coverage for scrutinizer | Cengiz Kaygusuz | 2017-12-09 | 2 | -0/+15 | |
| | | ||||||
| * | Update .gitignore with a generated one | Cengiz Kaygusuz | 2017-11-20 | 5 | -1/+200 | |
| | |