Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type annotations | ptmcg | 2022-07-14 | 1 | -5/+7 |
| | |||||
* | Convert most str.format() calls to use f-strings | ptmcg | 2022-05-30 | 1 | -7/+4 |
| | |||||
* | More added type annotations; reworked Word.__init__ so that excludeChars ↵ | ptmcg | 2022-05-29 | 1 | -0/+1 |
| | | | | exclusion code is clearer | ||||
* | Reworked mypy typing, removed definitions of OptionalType, DictType, and ↵ | ptmcg | 2022-04-11 | 1 | -5/+5 |
| | | | | IterableType | ||||
* | Update version to prep for next release (and black) | ptmcg | 2021-10-28 | 1 | -4/+6 |
| | |||||
* | Added header column labeling > 100 in `with_line_numbers` | ptmcg | 2021-10-27 | 1 | -1/+12 |
| | |||||
* | blackening | ptmcg | 2021-10-24 | 1 | -1/+1 |
| | |||||
* | with_line_numbers enhancements: better display of separate lines in Unicode ↵ | ptmcg | 2021-10-23 | 1 | -4/+9 |
| | | | | mode; configurable eol_mark character | ||||
* | Enhanced args to with_line_numbers | ptmcg | 2021-10-22 | 1 | -2/+36 |
| | |||||
* | Clean up bullet lists in docstrings | ptmcg | 2021-10-02 | 1 | -6/+6 |
| | |||||
* | Blacken and update version time | ptmcg | 2021-09-25 | 1 | -1/+1 |
| | |||||
* | Added start_line and end_line args to with_line_numbers, and more docstring | ptmcg | 2021-09-25 | 1 | -13/+18 |
| | |||||
* | Added start and end args to with_line_numbers, and more docstring | ptmcg | 2021-09-25 | 1 | -4/+24 |
| | |||||
* | Added with_line_numbers method to pyparsing_testing | ptmcg | 2021-09-25 | 1 | -0/+24 |
| | |||||
* | Sweep code for calls using legacy names | ptmcg | 2021-08-08 | 1 | -6/+6 |
| | |||||
* | Update __versionTime__; blacken core code and examples | ptmcg | 2021-08-01 | 1 | -2/+6 |
| | |||||
* | renamed bounded to left recursion | Max Fischer | 2021-06-21 | 1 | -2/+2 |
| | |||||
* | basic LR unit test | Max Fischer | 2021-06-20 | 1 | -0/+3 |
| | |||||
* | Fixed traceback trimming, and added ParserElement.verbose_traceback ↵ | Paul McGuire | 2020-06-28 | 1 | -0/+4 |
| | | | | save/restore to reset_pyparsing_context() | ||||
* | Fix bug when using pyparsing_testing.reset_pyparsing_context as a context ↵ | Paul McGuire | 2020-06-27 | 1 | -1/+1 |
| | | | | manager, suppressing raised exceptions | ||||
* | Blackening | ptmcg | 2020-06-26 | 1 | -1/+3 |
| | |||||
* | Restructure unit tests to do proper testing with and without packrat enabled | ptmcg | 2020-06-26 | 1 | -2/+25 |
| | |||||
* | Convert internal imports to relative imports, to support projects that ↵ | ptmcg | 2020-05-13 | 1 | -1/+1 |
| | | | | vendor pyparsing | ||||
* | Docstring formatting changes (#197) | Matt Carmody | 2020-03-29 | 1 | -9/+10 |
| | | | | | | | * Tidy docstring formatting for lists and example codeblock * Add class references and formatting to docstrings * Experimental docstring formatting changes | ||||
* | Don't import unittest in testing.py (#196) | Daniel Wagner-Hall | 2020-03-24 | 1 | -1/+0 |
| | | | | | | | | | This import is currently unused in the file. I'm looking at optimising start-up times of a project I work on, and importing pyparsing currently takes about 82ms, which is quite a lot for my domain. Just not importing `unittest` shaves 14ms off of that import time. | ||||
* | Rollforward infixNotation ternary op fix from 2.4.6 branch, plus related ↵ | ptmcg | 2020-01-04 | 1 | -2/+6 |
| | | | | unit test; change TestParseResultsAsserts to mixin instead of subclass; rollforward 2.4.6 CHANGES blurb from 2.4.6 branch | ||||
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -0/+190 |
* Break up pyparsing.py monolith into sub-modules in a pyparsing package * Convert relative imports to absolutes * Reference submodule pyparsing in setup.py modules * Remove recursive import of pyparsing from setup.py * Black updates * setup.py updates - packages vs. modules. use .dev1 for the version |