summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Return NotImplemented for unsupported operations (#425)Devin J. Pohly2022-07-041-36/+12
* Add new classifiers to pyproject.tomlptmcg2022-06-301-0/+3
* Added python_quoted_string; fixed exception messages for ParseElementEnhance ...ptmcg2022-06-297-114/+193
* Update test_diagram.py testing with and without embedptmcg2022-06-241-6/+6
* Update latest version timestampptmcg2022-06-241-1/+1
* Minor changes in verilogParse.py - remove unused timing vars, change time.tim...ptmcg2022-06-241-4/+3
* Update diagram tests to reflect changes in jinja2ptmcg2022-06-243-2/+4
* Remove assignment to __class__ in Word, remove internal _WordRegex classptmcg2022-06-243-14/+15
* Simplify code that incrementally builds a ParseResultsptmcg2022-06-232-5/+6
* Update tox.ini to run packaging tests using Python 3.7ptmcg2022-06-181-0/+1
* Additional docstring and sphinx cleanupptmcg2022-06-184-10/+22
* Replace OrderedDict in FIFOCache with dict+key ringbufferptmcg2022-06-181-3/+8
* More docstring fixesptmcg2022-06-171-4/+7
* Enable packrat in verilogParse.py by defaultptmcg2022-06-171-2/+2
* Add note to CHANGES about upcoming DeprecationWarnings to be emitted in next ...ptmcg2022-06-171-0/+8
* There will be blackptmcg2022-06-172-3/+1
* Explicitly declare compatibility alias functions (#414)Devin J. Pohly2022-06-174-90/+203
* Docstring cleanups in col and lineno functionsptmcg2022-06-171-2/+2
* Fix docstring synonyms for parseString, scanString, et al.; refactor replaces...ptmcg2022-06-172-18/+44
* Add mypy ignore directives for intentional Python rule-bendingptmcg2022-06-162-11/+14
* Cleanup docstrings using replaces_prePEP8_function decorator; and blackptmcg2022-06-162-31/+36
* Add CHANGES blurb for Optional/Literal/Empty changes (Issue #412) (PR #413)ptmcg2022-06-161-0/+16
* Use Literal.__new__ to select optimized subclasses (#413)Devin J. Pohly2022-06-162-24/+47
* Clean up docstrings to use new PEP8 names instead of old camelCase namesptmcg2022-06-161-1/+1
* Clean up docstrings to use new PEP8 names instead of old camelCase namesptmcg2022-06-163-18/+18
* More docstring fixup, in exceptions.py - issue #411ptmcg2022-06-161-3/+2
* Fix up docstrings for deprecated functions (doc as deprecated, instead of dup...ptmcg2022-06-167-58/+99
* Acknowledge DJPohly docstring cleanup efforts in CHANGES fileptmcg2022-06-101-0/+4
* fix Sphinx errors/warnings (#410)Devin J. Pohly2022-06-104-9/+15
* Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha...ptmcg2022-06-104-23/+92
* Clean up unicode set naming to remove # type: ignore directivesptmcg2022-06-081-23/+22
* Fix list formatting in docstrings (#407)Devin J. Pohly2022-06-071-26/+37
* Updates to HowToUsePyparsing.rstptmcg2022-05-311-4/+8
* Updates to HowToUsePyparsing.rst, and added pyparsingClassDiagram_3.0.9.jpgptmcg2022-05-312-8/+41
* Convert most str.format() calls in tests to use f-stringsptmcg2022-05-302-251/+105
* Convert most str.format() calls to use f-stringsptmcg2022-05-308-194/+103
* Enable mypy-test in CI (#406)Stephen Rosen2022-05-302-9/+8
* More added type annotations; reworked Word.__init__ so that excludeChars excl...ptmcg2022-05-296-55/+92
* Tighten up unit test calls to parseString, to pass parseAll=True except when ...ptmcg2022-05-291-273/+330
* Fix/ignore mypy attr-defined errors, where attr definitions are intentionalptmcg2022-05-294-19/+22
* Update CI to avoid `tox -e ALL` (#405)Stephen Rosen2022-05-291-15/+6
* Fix type annotations of Forward dunder-methods (#402)Stephen Rosen2022-05-294-4/+36
* Cleaned up/expanded some docstrings and docs to reflect new 3.0.10 changesptmcg2022-05-203-3/+24
* Add embed argument to create_diagram, to suppress DOCTYPE, HEAD, and BODY tagsptmcg2022-05-206-5/+195
* Make expr[:ender] equivalent to expr[...:ender]ptmcg2022-05-183-13/+54
* Add support for slice in expr[] notation, to pass stop_on repetition sentinelptmcg2022-05-184-12/+48
* Fixed some reStructured text errors in whats_new_in_3_0_0.rstptmcg2022-05-141-3/+3
* Updated version headers in CHANGES to include release datesptmcg2022-05-141-24/+24
* Fixed bug in srange (escaped chars inside range set); fixed ignore type annot...ptmcg2022-05-146-13/+40
* Back out Lox language parser (from Crafting Interpreters, by Robert Nystrom)pyparsing_3.0.9ptmcg2022-05-101-220/+0