summaryrefslogtreecommitdiff
path: root/pyparsing/testing.py
Commit message (Expand)AuthorAgeFilesLines
* Update version to prep for next release (and black)ptmcg2021-10-281-4/+6
* Added header column labeling > 100 in `with_line_numbers`ptmcg2021-10-271-1/+12
* blackeningptmcg2021-10-241-1/+1
* with_line_numbers enhancements: better display of separate lines in Unicode m...ptmcg2021-10-231-4/+9
* Enhanced args to with_line_numbersptmcg2021-10-221-2/+36
* Clean up bullet lists in docstringsptmcg2021-10-021-6/+6
* Blacken and update version timeptmcg2021-09-251-1/+1
* Added start_line and end_line args to with_line_numbers, and more docstringptmcg2021-09-251-13/+18
* 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
* Sweep code for calls using legacy namesptmcg2021-08-081-6/+6
* Update __versionTime__; blacken core code and examplesptmcg2021-08-011-2/+6
* renamed bounded to left recursionMax Fischer2021-06-211-2/+2
* basic LR unit testMax Fischer2021-06-201-0/+3
* Fixed traceback trimming, and added ParserElement.verbose_traceback save/rest...Paul McGuire2020-06-281-0/+4
* Fix bug when using pyparsing_testing.reset_pyparsing_context as a context man...Paul McGuire2020-06-271-1/+1
* Blackeningptmcg2020-06-261-1/+3
* Restructure unit tests to do proper testing with and without packrat enabledptmcg2020-06-261-2/+25
* Convert internal imports to relative imports, to support projects that vendor...ptmcg2020-05-131-1/+1
* Docstring formatting changes (#197)Matt Carmody2020-03-291-9/+10
* Don't import unittest in testing.py (#196)Daniel Wagner-Hall2020-03-241-1/+0
* Rollforward infixNotation ternary op fix from 2.4.6 branch, plus related unit...ptmcg2020-01-041-2/+6
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+190