summaryrefslogtreecommitdiff
path: root/pyparsing
Commit message (Expand)AuthorAgeFilesLines
* Added __str__ method to pyparsing __version_info__, for nicer-looking outputpyparsing_3.0.4ptmcg2021-10-301-0/+3
* Fixed bug in railroad diagramming where the vertical limit would count all ex...ptmcg2021-10-303-13/+30
* Update version time, reblacken test_unit.pyptmcg2021-10-291-1/+1
* Fix Dict() bugfix to wrap tokenlist.as_dict() if self.resultsNameptmcg2021-10-291-1/+1
* Wrap tokenlist in list if `self.resultsName` is present (#324)Bu Sun Kim2021-10-281-1/+4
* Update version to prep for next release (and black)ptmcg2021-10-283-8/+14
* Update version timepyparsing_3.0.3ptmcg2021-10-271-1/+1
* Added header column labeling > 100 in `with_line_numbers`ptmcg2021-10-271-1/+12
* Fix whitespace skipping bug introduced while reverting LineStart() changes - ...ptmcg2021-10-271-4/+5
* Fix regex typo in one_of (:? should be (?:ptmcg2021-10-271-1/+1
* Update version for next releaseptmcg2021-10-271-2/+2
* Fixed type annotation in IndentedBlockptmcg2021-10-271-1/+1
* Fixed IndentedBlockptmcg2021-10-273-36/+81
* Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317)ptmcg2021-10-262-24/+19
* To blackenptmcg2021-10-262-3/+4
* Fix one_of to generate regex internally, even if caseless or as_keyword given...ptmcg2021-10-262-13/+27
* Update version for next release workptmcg2021-10-251-2/+2
* Fixed bug where ParseResults accidentally created recursive contents. (Issue ...pyparsing_3.0.1ptmcg2021-10-242-2/+5
* Fixed bug in Word with max argument (#314)ptmcg2021-10-242-2/+6
* blackeningptmcg2021-10-243-10/+20
* Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ...ptmcg2021-10-241-1/+2
* 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 m...ptmcg2021-10-231-4/+9
* Clean up warning and exception messages with oneOf -> one_ofptmcg2021-10-231-3/+3
* Added global method `autoname_elements()`ptmcg2021-10-232-1/+17
* Add '*' marker to results name annotations in railroad diagram if listAllMatc...ptmcg2021-10-231-0/+2
* Updated version timestamp prep for release.ptmcg2021-10-221-1/+1
* Added parser_element to synonymize with parserElement in ParseBaseExceptionptmcg2021-10-221-1/+1
* Added support for python -W warning option to call enable_all_warnings() at s...ptmcg2021-10-222-1/+23
* 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 HTML...ptmcg2021-10-221-3/+4
* 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-221-2/+36
* Guard against empty ParseExpressionsptmcg2021-10-223-22/+39
* Fix named fields returned by common.url expression; add more common.* items t...ptmcg2021-10-221-3/+3
* Prep for final 3.0.0 release, update author email addressptmcg2021-10-221-3/+3
* Bump version timestamppyparsing_3.0.0rc2ptmcg2021-10-021-1/+1
* Clean up bullet lists in docstringsptmcg2021-10-027-256/+259
* Fix docstring of set_debug_actions to fix markupptmcg2021-10-011-1/+1
* Fix docstring of set_debug_actions to reflect added cache_hit bool argument, ...ptmcg2021-10-011-3/+5
* Fixup type annotationsptmcg2021-09-293-32/+33
* Code cleanupptmcg2021-09-282-1/+85
* Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ...ptmcg2021-09-272-28/+38
* Blacken and update version timeptmcg2021-09-253-6/+6
* Added start_line and end_line args to with_line_numbers, and more docstringptmcg2021-09-252-19/+25
* Added start and end args to with_line_numbers, and more docstringptmcg2021-09-251-4/+24
* Added with_line_numbers method to pyparsing_testingptmcg2021-09-251-0/+24