Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | ||||||
| * | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 113 | -0/+0 | |
| | | ||||||
| * | Add gitignore, Ignore pycharm files | Cengiz Kaygusuz | 2017-11-20 | 1 | -0/+1 | |
|/ | ||||||
* | Update oc.py example: fix regex for '==' operator, add packrat parsing and ↵ | Paul McGuire | 2017-04-23 | 1 | -0/+7 | |
| | | | | function call as expression operand | |||||
* | Update oc.py example: fix regex for '==' operator, add packrat parsing and ↵ | Paul McGuire | 2017-04-23 | 1 | -4/+6 | |
| | | | | function call as expression operand | |||||
* | Add minor enht for infixNotation, to accept a sequence of parse actions at ↵ | Paul McGuire | 2017-03-06 | 3 | -6/+83 | |
| | | | | each precedence level | |||||
* | Prep for 2.2.0 release | Paul McGuire | 2017-03-03 | 2 | -1/+29 | |
| | ||||||
* | Fix error and expand docstring examples for ParserElement.searchString | Paul McGuire | 2017-03-03 | 1 | -1/+5 | |
| | ||||||
* | Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ↵ | Paul McGuire | 2017-03-03 | 4 | -7/+7 | |
| | | | | (Deprecated in Python 3.6, will become SyntaxError in a future release) | |||||
* | Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ↵ | Paul McGuire | 2017-02-28 | 2 | -7/+7 | |
| | | | | (Deprecated in Python 3.6, will become SyntaxError in a future release) | |||||
* | Updated setup.py to address recursive import problems now that pyparsing is ↵ | Paul McGuire | 2017-02-28 | 1 | -1/+7 | |
| | | | | part of 'packaging' (used by setuptools). | |||||
* | Minor change when using '-' operator, to be compatible with ↵ | Paul McGuire | 2017-02-28 | 1 | -1/+1 | |
| | | | | ParserElement.streamline() method. | |||||
* | Fix KeyError when packrat cache gets updated recursively | Paul McGuire | 2017-02-28 | 1 | -5/+20 | |
| | ||||||
* | Add 2.1.10 release date to CHANGES | Paul McGuire | 2016-10-07 | 1 | -1/+1 | |
| | ||||||
* | Fix docstring formatting for epydoc compatibility | Paul McGuire | 2016-10-07 | 1 | -2/+2 | |
| | ||||||
* | Fix @(*#&$#& typo | Paul McGuire | 2016-10-06 | 1 | -4/+2 | |
| | ||||||
* | Add example to LineStart docstring | Paul McGuire | 2016-10-06 | 1 | -0/+19 | |
| | ||||||
* | Fixed bug in col, which allowed simplification of LineStart down to minimal ↵ | Paul McGuire | 2016-10-06 | 3 | -12/+44 | |
| | | | | implementation | |||||
* | Fixed behavior of LineStart; added AutoReset to other unit tests that modify ↵ | Paul McGuire | 2016-10-04 | 3 | -33/+95 | |
| | | | | global state in pyparsing; also, disable output buffering in unit tests when specific test classes are given to build the test suite | |||||
* | Fix all bare 'except:' statements in pyparsing; add more 'n-or-more' unit tests | Paul McGuire | 2016-10-02 | 2 | -11/+16 | |
| | ||||||
* | Fix bug in ZeroOrMore results name reporting | Paul McGuire | 2016-09-28 | 3 | -6/+21 | |
| | ||||||
* | Fixed bug in ParseResults.dump when keys were not strings. Also changed ↵ | Paul McGuire | 2016-09-24 | 2 | -3/+12 | |
| | | | | display of string values to show them in quotes, to help distinguish parsed numeric strings from parsed integers that have been converted to Python ints. | |||||
* | Updated some examples to more current pyparsing coding methods | Paul McGuire | 2016-09-24 | 4 | -155/+86 | |
| | ||||||
* | (no commit message) | Paul McGuire | 2016-09-15 | 1 | -8/+3 | |
| | ||||||
* | Remove all uses of 'eval' | Paul McGuire | 2016-09-15 | 1 | -4/+9 | |
| | ||||||
* | Minor changes to unitTests.py | Paul McGuire | 2016-09-15 | 1 | -4/+1 | |
| | ||||||
* | Expand results names to capture multiple values; add '*' as potential ↵ | Paul McGuire | 2016-09-13 | 1 | -3/+3 | |
| | | | | function argument |