summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Doc updates, remove references to deprecated delimitedList and ↵ptmcg2023-04-194-19/+31
| | | | delimited_list (use DelimitedList class)
* Add ParseResults.deepcopy() - fixes #463ptmcg2023-03-061-3/+3
|
* Add docs that `expr * ...` is a valid alternative to `ZeroOrMore(expr)` ↵ptmcg2022-11-061-1/+1
| | | | (Issue #445)
* Deprecate ParserElement.validate() (Issue #444)ptmcg2022-11-061-1/+3
|
* docs: minor correction to labels (#446)Kyle King2022-10-311-2/+2
|
* Clean up old class diagramsptmcg2022-08-232-836/+0
|
* Fix set_debug variable name in documentation (#435)Allen Porter2022-07-191-1/+1
|
* Fix typo in HowToUsePyparsing.rst ("aslist" should be "asdict"). Issue #431.ptmcg2022-07-181-3/+11
|
* Add doc and error message clarifications about Word with as_keyword=True. ↵ptmcg2022-07-181-8/+13
| | | | Fixes #433.
* Added python_quoted_string; fixed exception messages for ParseElementEnhance ↵ptmcg2022-06-291-1/+3
| | | | subclasses
* Additional docstring and sphinx cleanupptmcg2022-06-181-1/+1
|
* fix Sphinx errors/warnings (#410)Devin J. Pohly2022-06-101-1/+3
| | | | | | Two warnings remain from the Hebrew and Devanagari names in pyparsing_unicode, but those are due to Sphinx using Python's builtin `re` library to parse identifiers (which does not have thorough Unicode handling for `\w`).
* Updates to HowToUsePyparsing.rstptmcg2022-05-311-4/+8
|
* Updates to HowToUsePyparsing.rst, and added pyparsingClassDiagram_3.0.9.jpgptmcg2022-05-312-8/+41
|
* Cleaned up/expanded some docstrings and docs to reflect new 3.0.10 changesptmcg2022-05-201-2/+16
|
* Fixed some reStructured text errors in whats_new_in_3_0_0.rstptmcg2022-05-141-3/+3
|
* Update UML class diagram, and add SVG renderingptmcg2022-05-012-21/+862
|
* Fix .rst markup for tables and some code samplesptmcg2022-04-302-112/+112
|
* Added notes to HowToUsePyparsing.rst for using Unicode language setsptmcg2022-04-301-0/+40
|
* Added BMP unicode_set for the Unicode Basic Multilingual Plane (issue #392)ptmcg2022-04-281-0/+2
|
* Cleanup markup in whats_new_in_3_0_0.rstptmcg2022-04-171-16/+16
|
* Add tests and updated docs for changes to lpar and rpar args to ↵ptmcg2022-03-241-0/+36
| | | | infix_notation; add grouping of non-suppressed tokens with grouped contents
* Fix typo in pyparsing 3.0.0 example code (#365)Takahiro Ueda2022-02-261-1/+1
|
* Update HowToUsePyparsing.rst doc with set_parse_action notesptmcg2022-02-151-1/+14
|
* Reformat docs for ParseResults bugfix to evaluate ParseResults as True if ↵ptmcg2021-12-061-1/+1
| | | | either list is non empty or results names dict is non empty
* Documented ParseResults bugfix to evaluate ParseResults as True if either ↵ptmcg2021-12-061-1/+31
| | | | list is non empty or results names dict is non empty
* Add extended examples for using -Wd:::pyparsing to enable warnings just for ↵ptmcg2021-10-301-3/+4
| | | | pyparsing
* Update docs to reflect change in attribute setting on ParseResults due to ↵ptmcg2021-10-291-2/+21
| | | | using __slots__.
* Clean up markup in whats_new_in_3_0_0.rst docptmcg2021-10-291-3/+3
|
* Update docs to reflect reverting LineStart and StringStart changes made in 3.0.0pyparsing_3.0.2ptmcg2021-10-272-22/+29
|
* Expand notes on enabling pyparsing warnings to include disabling with ↵ptmcg2021-10-262-2/+4
| | | | "-Wi:::pyparsing"
* with_line_numbers enhancements: better display of separate lines in Unicode ↵ptmcg2021-10-231-2/+10
| | | | mode; configurable eol_mark character
* Update generated class diagramptmcg2021-10-231-0/+0
|
* Added global method `autoname_elements()`ptmcg2021-10-232-6/+18
|
* Add missing globals() to class diagram; rename .jpg to include 3.0.0 versionptmcg2021-10-232-0/+3
|
* Updated CHANGES, HowToUsePyparsing.rst, and whats_new_in_3_0_0.rst to fill ↵ptmcg2021-10-222-3/+119
| | | | in missing features and bug fixes
* Added omitted names in ParseBaseException, globals, and ParserElementptmcg2021-10-221-0/+0
|
* Added omitted names in ParseBaseException, globals, and ParserElementptmcg2021-10-221-1/+14
|
* Added parser_element to synonymize with parserElement in ParseBaseExceptionptmcg2021-10-221-0/+3
|
* Added support for python -W warning option to call enable_all_warnings() at ↵ptmcg2021-10-221-0/+3
| | | | startup. Also detects setting of PYPARSINGENABLEALLWARNINGS environment variable to any non-blank value.
* Added support for python -W warning option to call enable_all_warnings() at ↵ptmcg2021-10-221-0/+4
| | | | startup. Also detects setting of PYPARSINGENABLEALLWARNINGS environment variable to any non-blank value.
* Add some usage tips for diagramming to HowToUsePyparsing.rst; update date ↵ptmcg2021-10-221-3/+17
| | | | and e-mail
* Fix named fields returned by common.url expression; add more common.* items ↵ptmcg2021-10-221-4/+49
| | | | to HowToUsePyparsing.rst
* Update saved class diagram image filesptmcg2021-10-203-0/+0
|
* Update class diagram, with note and layout tweaksptmcg2021-10-201-28/+205
|
* Updated class diagramPaul McGuire2021-10-071-0/+151
|
* Corrections in whats_new_in_3_0_0.rstptmcg2021-10-021-1/+5
|
* Fix typos in whats_new_in_3_0_0.rstptmcg2021-10-021-4/+4
|
* Update whats_new_in_3_0_0.rst doc to reflect new AtLineStart and ↵ptmcg2021-10-011-1/+22
| | | | AtStringStart classes
* Cleanup whats_new_in_3_0_0.rst doc - add 'pyparsing_common.url', make ↵ptmcg2021-09-221-7/+18
| | | | backward compat synonyms more prominent; fix instructions on pip install for railroad diags