Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update some examples to latest pyparsing style, PEP8 names | ptmcg | 2023-04-01 | 1 | -14/+14 |
| | |||||
* | Update eval_arith.py to have better representation of true and false eval ↵ | ptmcg | 2021-09-08 | 1 | -2/+4 |
| | | | | expressions | ||||
* | Update __versionTime__; blacken core code and examples | ptmcg | 2021-08-01 | 1 | -1/+4 |
| | |||||
* | enable packrat parsing in all examples using infixNotation | ptmcg | 2020-04-07 | 1 | -0/+3 |
| | |||||
* | ensure test can fail (#178) | Kyle Lahnakoski | 2020-02-23 | 1 | -102/+93 |
| | |||||
* | Blacken the project (#141) | Jon Dufresne | 2019-10-31 | 1 | -106/+146 |
| | |||||
* | Use pyupgrade to upgrade the code to use Python3 conventions (#138) | Jon Dufresne | 2019-10-24 | 1 | -6/+6 |
| | | | | | | | | | | | | The pyupgrade project is available at https://github.com/asottile/pyupgrade and can be installed through pip. The pyupgrade tool automatically upgrades syntax for newer versions of the language. As pyparsing is now Python 3 only, can apply some cleanups and simplifications. Ran the tool using the following command: $ find . -name \*.py -exec pyupgrade --py3-plus {} \; For now, pyparsing.py was skipped while it is refactored to a package. | ||||
* | Update/cleanup code in examples | Paul McGuire | 2019-07-13 | 1 | -227/+229 |
| | |||||
* | Trim trailing white space throughout the project | Jon Dufresne | 2018-12-22 | 1 | -54/+54 |
| | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines. | ||||
* | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 1 | -0/+227 |