summaryrefslogtreecommitdiff
path: root/pyparsing/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* No longer use undocumented module "sre_constants" (#379)Serhiy Storchaka2022-03-291-1/+1
* Add tests and updated docs for changes to lpar and rpar args to infix_notatio...ptmcg2022-03-241-5/+15
* Fix bug #375 (#376)Philippe PRADOS2022-03-241-2/+4
* Clean up dump() examples in docstringsptmcg2022-02-151-4/+4
* Updated version number for development; blackening; some timestamp cleanupptmcg2022-02-151-1/+3
* Fixed exception generated in a ParserElementEnhance if the contained expr is ...ptmcg2022-01-181-1/+1
* Fix #345 - delimitedList calling streamline() changes content of expr in some...ptmcg2021-12-141-1/+1
* Added further type annotationsptmcg2021-12-061-1/+1
* Added min/max keyword arguments for delimited_list (#335)Marius2021-12-041-1/+11
* Revert results names for packaging compatibility (#110)ptmcg2021-11-121-10/+4
* Fix delimitedList regression when called with a literal string instead of a P...ptmcg2021-11-091-1/+4
* Added type hints for col, line, and lineno public methods; plus blackptmcg2021-11-021-2/+8
* Removed spurious warnings when assigning results name to originalTextFor expr...ptmcg2021-10-311-3/+4
* PEP-8 some internal namesptmcg2021-10-311-2/+2
* Fix bug where streamline() did not return self if already streamlinedptmcg2021-10-301-1/+1
* Fix regex typo in one_of (:? should be (?:ptmcg2021-10-271-1/+1
* Fixed IndentedBlockptmcg2021-10-271-35/+0
* To blackenptmcg2021-10-261-1/+3
* Fix one_of to generate regex internally, even if caseless or as_keyword given...ptmcg2021-10-261-12/+26
* blackeningptmcg2021-10-241-4/+7
* Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ...ptmcg2021-10-241-1/+2
* Clean up warning and exception messages with oneOf -> one_ofptmcg2021-10-231-3/+3
* Modified helpers common_html_entity and replace_html_entity() to use the HTML...ptmcg2021-10-221-3/+4
* Clean up bullet lists in docstringsptmcg2021-10-021-58/+58
* Fixup type annotationsptmcg2021-09-291-1/+1
* Blacken and update version timeptmcg2021-09-251-4/+4
* Added start_line and end_line args to with_line_numbers, and more docstringptmcg2021-09-251-6/+7
* Allow multiplying an expr by 0 or (0,0)ptmcg2021-09-241-5/+6
* Fix to IndentedBlock where first line of block was suppressed; use Empty().pr...ptmcg2021-09-231-1/+5
* The blackeningptmcg2021-09-081-6/+3
* Better type matching for infix_notation operator specsptmcg2021-09-081-6/+14
* Optimization in infixNotationptmcg2021-09-081-2/+5
* 226 railroad updates (#298)Paul McGuire2021-09-081-8/+6
* Update docstrings to use new-style snake_case namesptmcg2021-09-021-2/+2
* mypy cleanupptmcg2021-09-021-4/+11
* Fix annotations using Iterable, must import and use as IterableType so as not...ptmcg2021-08-231-1/+1
* Adding type annotationsptmcg2021-08-231-26/+55
* Fix f-string 3.6 compat bug in test_unit.py; rename __versionTime__ to __vers...ptmcg2021-08-161-6/+6
* Sweep code for usage of Optional -> Opt; sweep HowToUsePyparsing.rst for lega...ptmcg2021-08-081-16/+16
* Sweep code for calls using legacy namesptmcg2021-08-081-15/+30
* Add PEP-8 naming, with compatibility synonymsptmcg2021-08-071-145/+190
* Add allowTrailingDelim to delimitedList helper (#285)Kazantcev Andrey2021-07-291-4/+17
* Deprecate `locatedExpr` in favor of new `Located` classptmcg2020-12-241-1/+3
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-021-1/+36
* minor perf changes IIptmcg2020-10-251-5/+7
* Fix enum auto() incompat with Py3.5Paul McGuire2020-08-191-2/+2
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...Paul McGuire2020-08-191-13/+7
* Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...ptmcg2020-07-081-31/+30
* infixNotation unit tests require infixNotation bug fixes!ptmcg2020-07-071-14/+11
* Convert internal imports to relative imports, to support projects that vendor...ptmcg2020-05-131-2/+15