| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat docs for ParseResults bugfix to evaluate ParseResults as True if eit... | ptmcg | 2021-12-06 | 1 | -1/+1 |
* | Documented ParseResults bugfix to evaluate ParseResults as True if either lis... | ptmcg | 2021-12-06 | 1 | -1/+31 |
* | Add extended examples for using -Wd:::pyparsing to enable warnings just for p... | ptmcg | 2021-10-30 | 1 | -3/+4 |
* | Update docs to reflect change in attribute setting on ParseResults due to usi... | ptmcg | 2021-10-29 | 1 | -2/+21 |
* | Clean up markup in whats_new_in_3_0_0.rst doc | ptmcg | 2021-10-29 | 1 | -3/+3 |
* | Update docs to reflect reverting LineStart and StringStart changes made in 3.0.0pyparsing_3.0.2 | ptmcg | 2021-10-27 | 2 | -22/+29 |
* | Expand notes on enabling pyparsing warnings to include disabling with "-Wi:::... | ptmcg | 2021-10-26 | 2 | -2/+4 |
* | with_line_numbers enhancements: better display of separate lines in Unicode m... | ptmcg | 2021-10-23 | 1 | -2/+10 |
* | Update generated class diagram | ptmcg | 2021-10-23 | 1 | -0/+0 |
* | Added global method `autoname_elements()` | ptmcg | 2021-10-23 | 2 | -6/+18 |
* | Add missing globals() to class diagram; rename .jpg to include 3.0.0 version | ptmcg | 2021-10-23 | 2 | -0/+3 |
* | Updated CHANGES, HowToUsePyparsing.rst, and whats_new_in_3_0_0.rst to fill in... | ptmcg | 2021-10-22 | 2 | -3/+119 |
* | Added omitted names in ParseBaseException, globals, and ParserElement | ptmcg | 2021-10-22 | 1 | -0/+0 |
* | Added omitted names in ParseBaseException, globals, and ParserElement | ptmcg | 2021-10-22 | 1 | -1/+14 |
* | Added parser_element to synonymize with parserElement in ParseBaseException | ptmcg | 2021-10-22 | 1 | -0/+3 |
* | Added support for python -W warning option to call enable_all_warnings() at s... | ptmcg | 2021-10-22 | 1 | -0/+3 |
* | Added support for python -W warning option to call enable_all_warnings() at s... | ptmcg | 2021-10-22 | 1 | -0/+4 |
* | Add some usage tips for diagramming to HowToUsePyparsing.rst; update date and... | ptmcg | 2021-10-22 | 1 | -3/+17 |
* | Fix named fields returned by common.url expression; add more common.* items t... | ptmcg | 2021-10-22 | 1 | -4/+49 |
* | Update saved class diagram image files | ptmcg | 2021-10-20 | 3 | -0/+0 |
* | Update class diagram, with note and layout tweaks | ptmcg | 2021-10-20 | 1 | -28/+205 |
* | Updated class diagram | Paul McGuire | 2021-10-07 | 1 | -0/+151 |
* | Corrections in whats_new_in_3_0_0.rst | ptmcg | 2021-10-02 | 1 | -1/+5 |
* | Fix typos in whats_new_in_3_0_0.rst | ptmcg | 2021-10-02 | 1 | -4/+4 |
* | Update whats_new_in_3_0_0.rst doc to reflect new AtLineStart and AtStringStar... | ptmcg | 2021-10-01 | 1 | -1/+22 |
* | Cleanup whats_new_in_3_0_0.rst doc - add 'pyparsing_common.url', make backwar... | ptmcg | 2021-09-22 | 1 | -7/+18 |
* | 226 railroad updates (#298) | Paul McGuire | 2021-09-08 | 2 | -5/+11 |
* | Docs cleanup | ptmcg | 2021-09-02 | 2 | -120/+151 |
* | Update docs to use new-style snake_case names, add some missing blurbs to wha... | ptmcg | 2021-09-02 | 1 | -6/+15 |
* | Add note about names and using 3.0 docs for 2.4.7 environments. | ptmcg | 2021-09-02 | 1 | -4/+11 |
* | Add identchars and identbodychars symbols to make it easier to construct iden... | ptmcg | 2021-08-19 | 1 | -0/+22 |
* | Add note on enable/disable memoization methods in whats_new_in_3_0_0.rst | ptmcg | 2021-08-14 | 1 | -0/+13 |
* | Add support for Suppress(...) to suppress the skipped text | ptmcg | 2021-08-12 | 1 | -8/+34 |
* | Fix old method names in comparison (#295) | Daniel Roseman | 2021-08-12 | 1 | -2/+2 |
* | Sweep code for usage of Optional -> Opt; sweep HowToUsePyparsing.rst for lega... | ptmcg | 2021-08-08 | 1 | -90/+80 |
* | Update docs to include `delimited_list` added argument `allow_trailing_delim` | Paul McGuire | 2021-08-07 | 1 | -1/+8 |
* | Added PEP-8 notes to the whats_new_in_3_0_0.rst doc | Paul McGuire | 2021-08-07 | 1 | -1/+113 |
* | Add PEP-8 naming, with compatibility synonyms | ptmcg | 2021-08-07 | 1 | -105/+132 |
* | Update 2020 dates to 2021, fix TravisCI badge in README.rst to use travis-ci.... | ptmcg | 2021-08-01 | 2 | -2/+2 |
* | Rename enable_left_recursion to enableLeftRecursion for consistency with othe... | ptmcg | 2021-08-01 | 1 | -0/+33 |
* | Remove old language stating that parseString returns "a list of matched strin... | ptmcg | 2021-05-14 | 1 | -3/+33 |
* | Fix misc. documentation typos (#280) | luzpaz | 2021-05-14 | 2 | -3/+3 |
* | Update whats_new_in_3_0_0.rst (#258) | retsyo | 2021-01-03 | 1 | -1/+2 |
* | Deprecate `locatedExpr` in favor of new `Located` class | ptmcg | 2020-12-24 | 1 | -1/+39 |
* | Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1 | ptmcg | 2020-11-02 | 1 | -7/+67 |
* | Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docs | Paul McGuire | 2020-10-11 | 2 | -28/+25 |
* | Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos... | Paul McGuire | 2020-08-19 | 1 | -2/+13 |
* | Second markup cleanup pass | Paul McGuire | 2020-08-19 | 1 | -6/+6 |
* | Update HowToUsePyparsing.rst to include diagnostics, and general markup cleanup | Paul McGuire | 2020-08-19 | 1 | -49/+103 |
* | The metod getTokensEndLoc no longer exists (#228) | Juan VM | 2020-07-08 | 1 | -3/+0 |