summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix delimitedList regression when called with a literal string instead of a P...ptmcg2021-11-091-0/+6
* Removed spurious warnings when assigning results name to originalTextFor expr...ptmcg2021-10-311-0/+16
* Add tests to verify that warnings are not raised when not enabledptmcg2021-10-311-8/+47
* Fix bug where streamline() did not return self if already streamlinedptmcg2021-10-301-0/+22
* Update version time, reblacken test_unit.pyptmcg2021-10-291-1/+1
* Fix Dict() bugfix to wrap tokenlist.as_dict() if self.resultsNameptmcg2021-10-291-0/+95
* Fix whitespace skipping bug introduced while reverting LineStart() changes - ...ptmcg2021-10-271-10/+13
* Fixed IndentedBlockptmcg2021-10-271-60/+59
* Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317)ptmcg2021-10-261-9/+52
* Fixed bug where ParseResults accidentally created recursive contents. (Issue ...pyparsing_3.0.1ptmcg2021-10-241-0/+7
* Fixed bug in Word with max argument (#314)ptmcg2021-10-241-0/+38
* Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ...ptmcg2021-10-241-0/+5
* refactor unit test TestCase to add assertDoesNotWarnptmcg2021-10-241-53/+70
* Added global method `autoname_elements()`ptmcg2021-10-231-0/+18
* Added support for python -W warning option to call enable_all_warnings() at s...ptmcg2021-10-221-0/+31
* Modified helpers common_html_entity and replace_html_entity() to use the HTML...ptmcg2021-10-221-0/+25
* Guard against empty ParseExpressionsptmcg2021-10-221-0/+8
* Fix named fields returned by common.url expression; add more common.* items t...ptmcg2021-10-221-0/+17
* Code cleanupptmcg2021-09-281-20/+25
* Fixed issue #272, reported by PhasecoreX, when LineStart() expressions would ...ptmcg2021-09-281-0/+61
* Blacken and update version timeptmcg2021-09-251-5/+13
* Added start_line and end_line args to with_line_numbers, and more docstringptmcg2021-09-251-1/+37
* Allow multiplying an expr by 0 or (0,0)ptmcg2021-09-241-6/+12
* Include expr name in debug fail messages to make it easier to sync up match v...ptmcg2021-09-231-19/+19
* Add return types in results.py, and small perf change in __bool__ptmcg2021-09-221-9/+14
* Code cleanup: replaced dynamic attrs in ParseBaseException with properties, s...ptmcg2021-09-211-18/+0
* Update version timestamp, blackeningptmcg2021-09-191-3/+1
* Fix ParseResults return of "" for dunder methods, which breaks some Python in...ptmcg2021-09-191-0/+10
* Fix handling of ParseFatalExceptions in a MatchFirst (reported in Issue #251)ptmcg2021-09-191-8/+42
* Handle types passed to ParseResults (Py3.9 behavior change) (#276)ptmcg2021-09-091-0/+12
* Add url expression to pyparsing_common (#249)ptmcg2021-09-081-0/+80
* Only collapse re character ranges if they consist of more than 3 charactersptmcg2021-09-081-21/+23
* Add test for optimized Word with max>0ptmcg2021-09-081-2/+48
* 226 railroad updates (#298)Paul McGuire2021-09-081-30/+68
* add a caseless parameter to the CloseMatch class (#281)Adrian Edwards2021-09-021-0/+32
* Fix test issue; update version timeptmcg2021-09-021-2/+4
* Make static methods staticmethodsptmcg2021-09-021-0/+2
* Fix test bugsptmcg2021-08-201-9/+11
* Add identchars and identbodychars symbols to make it easier to construct iden...ptmcg2021-08-191-0/+47
* Fix f-string 3.6 compat bug in test_unit.py; rename __versionTime__ to __vers...ptmcg2021-08-161-3/+5
* Additional unit tests for IndentedBlock, with bad indented code and indented ...ptmcg2021-08-151-0/+25
* Fixed bug in QuotedString class when the escaped quote string is not a repeat...Paul McGuire2021-08-151-21/+32
* Fix bug in Located class when used with a results name. (Issue #294)ptmcg2021-08-141-0/+18
* It is to blackptmcg2021-08-141-5/+15
* Fix unit test that enables/disables memoization, to not interfere with test-l...ptmcg2021-08-141-1/+26
* Add support for Suppress(...) to suppress the skipped textptmcg2021-08-121-29/+38
* More informative exception messagesptmcg2021-08-091-9/+9
* Sweep code for calls using legacy namesptmcg2021-08-081-43/+43
* Add PEP-8 naming, with compatibility synonymsptmcg2021-08-072-2/+3
* Minor code cleanupsptmcg2021-08-072-56/+69