summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Doc updates, remove references to deprecated delimitedList and delimited_list...ptmcg2023-04-194-19/+31
* Add ParseResults.deepcopy() - fixes #463ptmcg2023-03-061-3/+3
* Add docs that `expr * ...` is a valid alternative to `ZeroOrMore(expr)` (Issu...ptmcg2022-11-061-1/+1
* 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. Fix...ptmcg2022-07-181-8/+13
* Added python_quoted_string; fixed exception messages for ParseElementEnhance ...ptmcg2022-06-291-1/+3
* Additional docstring and sphinx cleanupptmcg2022-06-181-1/+1
* fix Sphinx errors/warnings (#410)Devin J. Pohly2022-06-101-1/+3
* 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 infix_notatio...ptmcg2022-03-241-0/+36
* 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 eit...ptmcg2021-12-061-1/+1
* Documented ParseResults bugfix to evaluate ParseResults as True if either lis...ptmcg2021-12-061-1/+31
* Add extended examples for using -Wd:::pyparsing to enable warnings just for p...ptmcg2021-10-301-3/+4
* Update docs to reflect change in attribute setting on ParseResults due to usi...ptmcg2021-10-291-2/+21
* 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 "-Wi:::...ptmcg2021-10-262-2/+4
* with_line_numbers enhancements: better display of separate lines in Unicode m...ptmcg2021-10-231-2/+10
* 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 in...ptmcg2021-10-222-3/+119
* 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 s...ptmcg2021-10-221-0/+3
* Added support for python -W warning option to call enable_all_warnings() at s...ptmcg2021-10-221-0/+4
* Add some usage tips for diagramming to HowToUsePyparsing.rst; update date and...ptmcg2021-10-221-3/+17
* Fix named fields returned by common.url expression; add more common.* items t...ptmcg2021-10-221-4/+49
* 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 AtStringStar...ptmcg2021-10-011-1/+22
* Cleanup whats_new_in_3_0_0.rst doc - add 'pyparsing_common.url', make backwar...ptmcg2021-09-221-7/+18