summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to reflect reverting LineStart and StringStart changes made in 3.0.0pyparsing_3.0.2ptmcg2021-10-273-83/+92
|
* Fixed type annotation in IndentedBlockptmcg2021-10-271-1/+1
|
* Fixed IndentedBlockptmcg2021-10-275-96/+144
|
* Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317)ptmcg2021-10-265-40/+102
|
* To blackenptmcg2021-10-262-3/+4
|
* Expand notes on enabling pyparsing warnings to include disabling with ↵ptmcg2021-10-263-4/+7
| | | | "-Wi:::pyparsing"
* Fix one_of to generate regex internally, even if caseless or as_keyword ↵ptmcg2021-10-263-22/+43
| | | | given as True
* Update version for next release workptmcg2021-10-251-2/+2
|
* Fixed bug where ParseResults accidentally created recursive contents. (Issue ↵pyparsing_3.0.1ptmcg2021-10-244-2/+16
| | | | #315)
* Fixed bug in Word with max argument (#314)ptmcg2021-10-244-2/+46
|
* blackeningptmcg2021-10-243-10/+20
|
* Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ↵ptmcg2021-10-243-1/+13
| | | | when not enabled
* refactor unit test TestCase to add assertDoesNotWarnptmcg2021-10-241-53/+70
|
* update version for next release workptmcg2021-10-241-2/+2
|
* update version timestamp; prep for releasepyparsing_3.0.0ptmcg2021-10-231-1/+1
|
* with_line_numbers enhancements: better display of separate lines in Unicode ↵ptmcg2021-10-233-7/+21
| | | | mode; configurable eol_mark character
* Clean up warning and exception messages with oneOf -> one_ofptmcg2021-10-231-3/+3
|
* Update generated class diagramptmcg2021-10-231-0/+0
|
* Added global method `autoname_elements()`ptmcg2021-10-236-7/+64
|
* Add missing globals() to class diagram; rename .jpg to include 3.0.0 versionptmcg2021-10-232-0/+3
|
* Add '*' marker to results name annotations in railroad diagram if ↵ptmcg2021-10-231-0/+2
| | | | listAllMatches=True
* Separated 3.0.0.final changes from the 3.0.0 version in CHANGES, so that it ↵ptmcg2021-10-221-0/+7
| | | | doesn't look like 3.0.0 has just the last few changes in it
* Updated version timestamp prep for release.ptmcg2021-10-221-1/+1
|
* Updated CHANGES, HowToUsePyparsing.rst, and whats_new_in_3_0_0.rst to fill ↵ptmcg2021-10-223-7/+123
| | | | in missing features and bug fixes
* Added omitted names in ParseBaseException, globals, and ParserElementptmcg2021-10-221-0/+3
|
* Added omitted names in ParseBaseException, globals, and ParserElementptmcg2021-10-221-0/+0
|
* Added omitted names in ParseBaseException, globals, and ParserElementptmcg2021-10-221-1/+14
|
* Added parser_element to synonymize with parserElement in ParseBaseExceptionptmcg2021-10-222-1/+4
|
* Added support for python -W warning option to call enable_all_warnings() at ↵ptmcg2021-10-225-1/+61
| | | | startup. Also detects setting of PYPARSINGENABLEALLWARNINGS environment variable to any non-blank value.
* Added support for python -W warning option to call enable_all_warnings() at ↵ptmcg2021-10-221-0/+4
| | | | startup. Also detects setting of PYPARSINGENABLEALLWARNINGS environment variable to any non-blank value.
* Update some internal type annotationsptmcg2021-10-221-2/+2
|
* Update some internal type annotationsptmcg2021-10-221-4/+8
|
* Modified helpers common_html_entity and replace_html_entity() to use the ↵ptmcg2021-10-223-3/+32
| | | | HTML entity definitions from html.entities.html5
* Fix set_parse_action type definitions, and docstringptmcg2021-10-221-14/+48
|
* Tighten up determination of identbodychars to use "_*".isidentifier()ptmcg2021-10-221-7/+21
|
* Enhanced args to with_line_numbersptmcg2021-10-222-2/+45
|
* Add some usage tips for diagramming to HowToUsePyparsing.rst; update date ↵ptmcg2021-10-221-3/+17
| | | | and e-mail
* Guard against empty ParseExpressionsptmcg2021-10-224-22/+47
|
* Fix named fields returned by common.url expression; add more common.* items ↵ptmcg2021-10-224-7/+75
| | | | to HowToUsePyparsing.rst
* Prep for final 3.0.0 release, update author email addressptmcg2021-10-222-4/+4
|
* Update saved class diagram image filesptmcg2021-10-203-0/+0
|
* Update class diagram, with note and layout tweaksptmcg2021-10-201-28/+205
|
* Test Python 3.10 (#308)Hugo van Kemenade2021-10-122-6/+8
|
* Updated class diagramPaul McGuire2021-10-071-0/+151
|
* Corrections in whats_new_in_3_0_0.rstptmcg2021-10-021-1/+5
|
* Bump version timestamppyparsing_3.0.0rc2ptmcg2021-10-021-1/+1
|
* Fix typos in whats_new_in_3_0_0.rstptmcg2021-10-021-4/+4
|
* Clean up bullet lists in docstringsptmcg2021-10-027-256/+259
|
* Update whats_new_in_3_0_0.rst doc to reflect new AtLineStart and ↵ptmcg2021-10-011-1/+22
| | | | AtStringStart classes
* Fix docstring of set_debug_actions to fix markupptmcg2021-10-011-1/+1
|