summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
| * Move src to rootCengiz Kaygusuz2017-11-20113-0/+0
| |
| * Add gitignore, Ignore pycharm filesCengiz Kaygusuz2017-11-201-0/+1
|/
* Update oc.py example: fix regex for '==' operator, add packrat parsing and ↵Paul McGuire2017-04-231-0/+7
| | | | function call as expression operand
* Update oc.py example: fix regex for '==' operator, add packrat parsing and ↵Paul McGuire2017-04-231-4/+6
| | | | function call as expression operand
* Add minor enht for infixNotation, to accept a sequence of parse actions at ↵Paul McGuire2017-03-063-6/+83
| | | | each precedence level
* Prep for 2.2.0 releasePaul McGuire2017-03-032-1/+29
|
* Fix error and expand docstring examples for ParserElement.searchStringPaul McGuire2017-03-031-1/+5
|
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ↵Paul McGuire2017-03-034-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 McGuire2017-02-282-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 McGuire2017-02-281-1/+7
| | | | part of 'packaging' (used by setuptools).
* Minor change when using '-' operator, to be compatible with ↵Paul McGuire2017-02-281-1/+1
| | | | ParserElement.streamline() method.
* Fix KeyError when packrat cache gets updated recursivelyPaul McGuire2017-02-281-5/+20
|
* Add 2.1.10 release date to CHANGESPaul McGuire2016-10-071-1/+1
|
* Fix docstring formatting for epydoc compatibilityPaul McGuire2016-10-071-2/+2
|
* Fix @(*#&$#& typoPaul McGuire2016-10-061-4/+2
|
* Add example to LineStart docstringPaul McGuire2016-10-061-0/+19
|
* Fixed bug in col, which allowed simplification of LineStart down to minimal ↵Paul McGuire2016-10-063-12/+44
| | | | implementation
* Fixed behavior of LineStart; added AutoReset to other unit tests that modify ↵Paul McGuire2016-10-043-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 testsPaul McGuire2016-10-022-11/+16
|
* Fix bug in ZeroOrMore results name reportingPaul McGuire2016-09-283-6/+21
|
* Fixed bug in ParseResults.dump when keys were not strings. Also changed ↵Paul McGuire2016-09-242-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 methodsPaul McGuire2016-09-244-155/+86
|
* (no commit message)Paul McGuire2016-09-151-8/+3
|
* Remove all uses of 'eval'Paul McGuire2016-09-151-4/+9
|
* Minor changes to unitTests.pyPaul McGuire2016-09-151-4/+1
|
* Expand results names to capture multiple values; add '*' as potential ↵Paul McGuire2016-09-131-3/+3
| | | | function argument