summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add more simple unit tests, plus support for tests with searchString and ↵Paul McGuire2018-09-211-17/+92
| | | | transformString
* simple_unit_tests with Dict and combination of parse action and conditionptmcg2018-09-191-0/+16
|
* convert to datetimes using utc, not local timeptmcg2018-09-191-4/+4
|
* Add to simple_unit_tests more examples, including groups, repetition, andptmcg2018-09-191-1/+73
| | | | parse conditions
* clean up CHANGES notes and add output message if running ↵ptmcg2018-09-192-5/+5
| | | | simple_unit_tests.py on Py2
* simple_unit_tests.py only runs on Py3ptmcg2018-09-191-0/+5
|
* fix import of pyparsing from simple_unit_tests.pyptmcg2018-09-192-1/+1
|
* add simple_unit_tests.py for instructional unit testsptmcg2018-09-193-0/+170
|
* Add Python 3.7 to supported versionspyparsing_2.2.1Paul McGuire2018-09-171-0/+1
|
* Stage for 2.2.1 release; add Getting Started section to module docstring; ↵ptmcg2018-09-173-11/+53
| | | | fix Literal/Keyword index error bug
* remove old release structureptmcg2018-09-171-2/+1
|
* Add Travis-CI status badge to README.mdPaul McGuire2018-09-171-0/+1
|
* Update HowToUsePyparsing.rstPaul McGuire2018-08-271-18/+10
| | | Minor updates and added link to online module docs
* Rename HowToUsePyparsing.txt to HowToUsePyparsing.rstPaul McGuire2018-08-271-1/+1
|
* Merge pull request #14 from demosdemon/srangePaul McGuire2018-08-261-1/+1
|\ | | | | Modify srange to better handle Unicode characters in the input range spec
| * forgot exactBrandon LeBlanc2018-08-061-1/+1
| |
| * use CharsNotIn instead of the Words/Regex combo for srangeBrandon LeBlanc2018-08-061-1/+1
| |
* | Merge pull request #16 from hugovk/patch-2Paul McGuire2018-08-211-3/+12
|\ \ | | | | | | Fix collections ABCs deprecation warning
| * | Fix collections ABCs deprecation warningHugo2018-08-211-3/+12
|/ /
* | Merge pull request #24 from hugovk/pyupgrade-examplesPaul McGuire2018-08-2117-108/+107
|\ \ | | | | | | Upgrade Python syntax of examples with pyupgrade
| * | Upgrade Python syntax with pyupgradeHugo2018-08-2117-108/+107
|/ /
* | Merge pull request #23 from hugovk/python_requiresPaul McGuire2018-08-211-0/+1
|\ \ | | | | | | Add python_requires to help pip
| * | Add python_requires to help pipHugo2018-08-211-0/+1
|/ /
* | Merge pull request #15 from hugovk/patch-1Paul McGuire2018-08-211-2/+2
|\ \ | | | | | | Update url and download_url
| * | Update url and download_urlHugo2018-08-091-2/+2
| |/
* | Merge pull request #18 from hugovk/patch-3Paul McGuire2018-08-211-4/+6
|\ \ | | | | | | README: Use Python code formatting
| * | Use Python code formattingHugo2018-08-091-4/+6
| |/
* | Include Python 2.6 buildsPaul McGuire2018-08-211-0/+1
| |
* | Merge pull request #17 from hugovk/run-tests-on-travis-ciPaul McGuire2018-08-211-0/+17
|\ \ | |/ |/| Run unit tests on Travis CI
| * Run unit tests on Travis CIHugo2018-08-091-0/+17
|/
* Update and rename README to README.mdPaul McGuire2018-07-201-35/+34
|
* Merge pull request #10 from jdufresne/wheelPaul McGuire2018-07-141-3/+0
|\ | | | | Remove redundant [wheel] section
| * Merge branch 'master' into wheelPaul McGuire2018-07-142-0/+5
| |\
| * | Remove redundant [wheel] sectionJon Dufresne2018-06-161-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 CHANGESPaul McGuire2018-07-141-1/+3
| | |
* | | Add "group by" case to select_parser.py testsPaul McGuire2018-07-141-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.pyPaul McGuire2018-07-141-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/metadatPaul McGuire2018-07-141-0/+3
|\ \ | | | | | | Include license file in the generated wheel package
| * | Include license file in the generated wheel packageJon Dufresne2018-06-161-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/trovePaul McGuire2018-07-141-0/+2
|\ \ | |/ |/| Add additional trove classifiers for supported Pythons
| * Add additional trove classifiers for supported PythonsJon Dufresne2018-06-161-0/+2
|/
* Merge pull request #1 from cngkaygusuz/masterPaul McGuire2018-01-06121-0/+227
|\ | | | | Add Scrutinizer-CI configuration and other niceties
| * Move comment up a lineCengiz Kaygusuz2017-12-151-1/+2
| |
| * Commentate .coveragercCengiz Kaygusuz2017-12-151-1/+1
| |
| * Commentate .scrutinzer.ymlCengiz Kaygusuz2017-12-151-1/+6
| |
| * Scrutinizer-CI: Install dependencies under dependencies section, Have ↵Cengiz Kaygusuz2017-12-151-3/+7
| | | | | | | | scrutinizer not infer anything in tests and dependencies section
| * Append -dev to requirementsCengiz Kaygusuz2017-12-151-0/+0
| |
| * Report coverage only for code in pyparsing.pyCengiz Kaygusuz2017-12-091-0/+2
| |
| * Enable code coverage for scrutinizerCengiz Kaygusuz2017-12-092-0/+15
| |
| * Update .gitignore with a generated oneCengiz Kaygusuz2017-11-205-1/+200
| |