| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix delimitedList regression when called with a literal string instead of a P... | ptmcg | 2021-11-09 | 1 | -0/+6 |
* | Removed spurious warnings when assigning results name to originalTextFor expr... | ptmcg | 2021-10-31 | 1 | -0/+16 |
* | Add tests to verify that warnings are not raised when not enabled | ptmcg | 2021-10-31 | 1 | -8/+47 |
* | Fix bug where streamline() did not return self if already streamlined | ptmcg | 2021-10-30 | 1 | -0/+22 |
* | Update version time, reblacken test_unit.py | ptmcg | 2021-10-29 | 1 | -1/+1 |
* | Fix Dict() bugfix to wrap tokenlist.as_dict() if self.resultsName | ptmcg | 2021-10-29 | 1 | -0/+95 |
* | Fix whitespace skipping bug introduced while reverting LineStart() changes - ... | ptmcg | 2021-10-27 | 1 | -10/+13 |
* | Fixed IndentedBlock | ptmcg | 2021-10-27 | 1 | -60/+59 |
* | Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317) | ptmcg | 2021-10-26 | 1 | -9/+52 |
* | Fixed bug where ParseResults accidentally created recursive contents. (Issue ...pyparsing_3.0.1 | ptmcg | 2021-10-24 | 1 | -0/+7 |
* | Fixed bug in Word with max argument (#314) | ptmcg | 2021-10-24 | 1 | -0/+38 |
* | Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ... | ptmcg | 2021-10-24 | 1 | -0/+5 |
* | refactor unit test TestCase to add assertDoesNotWarn | ptmcg | 2021-10-24 | 1 | -53/+70 |
* | Added global method `autoname_elements()` | ptmcg | 2021-10-23 | 1 | -0/+18 |
* | Added support for python -W warning option to call enable_all_warnings() at s... | ptmcg | 2021-10-22 | 1 | -0/+31 |
* | Modified helpers common_html_entity and replace_html_entity() to use the HTML... | ptmcg | 2021-10-22 | 1 | -0/+25 |
* | Guard against empty ParseExpressions | ptmcg | 2021-10-22 | 1 | -0/+8 |
* | Fix named fields returned by common.url expression; add more common.* items t... | ptmcg | 2021-10-22 | 1 | -0/+17 |
* | Code cleanup | ptmcg | 2021-09-28 | 1 | -20/+25 |
* | Fixed issue #272, reported by PhasecoreX, when LineStart() expressions would ... | ptmcg | 2021-09-28 | 1 | -0/+61 |
* | Blacken and update version time | ptmcg | 2021-09-25 | 1 | -5/+13 |
* | Added start_line and end_line args to with_line_numbers, and more docstring | ptmcg | 2021-09-25 | 1 | -1/+37 |
* | Allow multiplying an expr by 0 or (0,0) | ptmcg | 2021-09-24 | 1 | -6/+12 |
* | Include expr name in debug fail messages to make it easier to sync up match v... | ptmcg | 2021-09-23 | 1 | -19/+19 |
* | Add return types in results.py, and small perf change in __bool__ | ptmcg | 2021-09-22 | 1 | -9/+14 |
* | Code cleanup: replaced dynamic attrs in ParseBaseException with properties, s... | ptmcg | 2021-09-21 | 1 | -18/+0 |
* | Update version timestamp, blackening | ptmcg | 2021-09-19 | 1 | -3/+1 |
* | Fix ParseResults return of "" for dunder methods, which breaks some Python in... | ptmcg | 2021-09-19 | 1 | -0/+10 |
* | Fix handling of ParseFatalExceptions in a MatchFirst (reported in Issue #251) | ptmcg | 2021-09-19 | 1 | -8/+42 |
* | Handle types passed to ParseResults (Py3.9 behavior change) (#276) | ptmcg | 2021-09-09 | 1 | -0/+12 |
* | Add url expression to pyparsing_common (#249) | ptmcg | 2021-09-08 | 1 | -0/+80 |
* | Only collapse re character ranges if they consist of more than 3 characters | ptmcg | 2021-09-08 | 1 | -21/+23 |
* | Add test for optimized Word with max>0 | ptmcg | 2021-09-08 | 1 | -2/+48 |
* | 226 railroad updates (#298) | Paul McGuire | 2021-09-08 | 1 | -30/+68 |
* | add a caseless parameter to the CloseMatch class (#281) | Adrian Edwards | 2021-09-02 | 1 | -0/+32 |
* | Fix test issue; update version time | ptmcg | 2021-09-02 | 1 | -2/+4 |
* | Make static methods staticmethods | ptmcg | 2021-09-02 | 1 | -0/+2 |
* | Fix test bugs | ptmcg | 2021-08-20 | 1 | -9/+11 |
* | Add identchars and identbodychars symbols to make it easier to construct iden... | ptmcg | 2021-08-19 | 1 | -0/+47 |
* | Fix f-string 3.6 compat bug in test_unit.py; rename __versionTime__ to __vers... | ptmcg | 2021-08-16 | 1 | -3/+5 |
* | Additional unit tests for IndentedBlock, with bad indented code and indented ... | ptmcg | 2021-08-15 | 1 | -0/+25 |
* | Fixed bug in QuotedString class when the escaped quote string is not a repeat... | Paul McGuire | 2021-08-15 | 1 | -21/+32 |
* | Fix bug in Located class when used with a results name. (Issue #294) | ptmcg | 2021-08-14 | 1 | -0/+18 |
* | It is to black | ptmcg | 2021-08-14 | 1 | -5/+15 |
* | Fix unit test that enables/disables memoization, to not interfere with test-l... | ptmcg | 2021-08-14 | 1 | -1/+26 |
* | Add support for Suppress(...) to suppress the skipped text | ptmcg | 2021-08-12 | 1 | -29/+38 |
* | More informative exception messages | ptmcg | 2021-08-09 | 1 | -9/+9 |
* | Sweep code for calls using legacy names | ptmcg | 2021-08-08 | 1 | -43/+43 |
* | Add PEP-8 naming, with compatibility synonyms | ptmcg | 2021-08-07 | 2 | -2/+3 |
* | Minor code cleanups | ptmcg | 2021-08-07 | 2 | -56/+69 |