summaryrefslogtreecommitdiff
path: root/docs/HowToUsePyparsing.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove old language stating that parseString returns "a list of matched ↵ptmcg2021-05-141-3/+33
| | | | strings", and clarify use of the returned ParseResults
* Fix misc. documentation typos (#280)luzpaz2021-05-141-2/+2
| | | Found via `codespell -q 3 -L ba,fourty,halp,inout,strng`
* Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docsPaul McGuire2020-10-111-3/+3
|
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change ↵Paul McGuire2020-08-191-2/+13
| | | | diagnostics to an enum, and add enable_diag(), disable_diag() and enable_all_warnings() methods; clean up pyparsing imports in test_unit.py
* Second markup cleanup passPaul McGuire2020-08-191-6/+6
|
* Update HowToUsePyparsing.rst to include diagnostics, and general markup cleanupPaul McGuire2020-08-191-49/+103
|
* The metod getTokensEndLoc no longer exists (#228)Juan VM2020-07-081-3/+0
| | | The metod getTokensEndLoc no longer exists
* Diagram improvements IV (#225)Michael Milton2020-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add diagram documentation, add more diagram tests, allow more customization of diagrams * Remove accidental edit of unrelated documentation * Add diagram package * Add jinja file to manifest * Add to bdist also * package_data * Railroad improvements * Partial rewrite * Update * Use partials everywhere so we can edit the tree before it's constructed * Rewrite the diagram generator to not duplicate any content; use monospaced font for titles * Small documentation change * Revert back to Python 3.5 type hints, fix a small bug * More diagram fixes * Even more pruning; update docs to use SQL example * Don't check the string value of names now that we don't have to
* Railroad Diagram Improvements (#220)Michael Milton2020-06-031-0/+58
| | | | | | * Add diagram documentation, add more diagram tests, allow more customization of diagrams * Remove accidental edit of unrelated documentation
* Update HowTo doc, address comments in #213Paul McGuire2020-05-281-21/+93
|
* 3.x-ify some print statements and an except (#114)kms708472019-08-131-5/+5
| | | Thanks, and nice catch on the except statement too!
* Typo and whitespace cleanupPaul McGuire2019-08-031-1/+1
|
* Updates to prep for 2.4.2 releasePaul McGuire2019-07-281-53/+52
|
* Add unit test for #103; also make CHANGES blurb and HowToUse notes a little ↵pyparsing_2.4.2a1pyparsing_2.4.1.1Paul McGuire2019-07-241-2/+2
| | | | clearer
* Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMorePaul McGuire2019-07-231-975/+974
|
* Remove mentions of 'psyco' from docs and examplesJon Dufresne2018-12-241-12/+2
| | | | | | | | | | | | | | | The psyco package has been declared umaintained and dead. It is no longer receiving bug fixes including for security issues. From http://psyco.sourceforge.net/ > 12 March 2012 > > Psyco is unmaintained and dead. Please look at PyPy for the > state-of-the-art in JIT compilers for Python. Avoid recommending the use of an unmaintained package (since 2012). Users can continue to use PyPy for the latest and greatest in Python JIT.
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-187/+187
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Initial conversion to Sphinx generated documentation.Matěj Cepl2018-11-201-0/+985
There are still many bugs in the documentation strings, but at least genration of documentaiton works.