summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 226 railroad updates (#298)Paul McGuire2021-09-082-5/+11
* Docs cleanupptmcg2021-09-022-120/+151
* Update docs to use new-style snake_case names, add some missing blurbs to wha...ptmcg2021-09-021-6/+15
* Add note about names and using 3.0 docs for 2.4.7 environments.ptmcg2021-09-021-4/+11
* Add identchars and identbodychars symbols to make it easier to construct iden...ptmcg2021-08-191-0/+22
* Add note on enable/disable memoization methods in whats_new_in_3_0_0.rstptmcg2021-08-141-0/+13
* Add support for Suppress(...) to suppress the skipped textptmcg2021-08-121-8/+34
* Fix old method names in comparison (#295)Daniel Roseman2021-08-121-2/+2
* Sweep code for usage of Optional -> Opt; sweep HowToUsePyparsing.rst for lega...ptmcg2021-08-081-90/+80
* Update docs to include `delimited_list` added argument `allow_trailing_delim`Paul McGuire2021-08-071-1/+8
* Added PEP-8 notes to the whats_new_in_3_0_0.rst docPaul McGuire2021-08-071-1/+113
* Add PEP-8 naming, with compatibility synonymsptmcg2021-08-071-105/+132
* Update 2020 dates to 2021, fix TravisCI badge in README.rst to use travis-ci....ptmcg2021-08-012-2/+2
* Rename enable_left_recursion to enableLeftRecursion for consistency with othe...ptmcg2021-08-011-0/+33
* Remove old language stating that parseString returns "a list of matched strin...ptmcg2021-05-141-3/+33
* Fix misc. documentation typos (#280)luzpaz2021-05-142-3/+3
* Update whats_new_in_3_0_0.rst (#258)retsyo2021-01-031-1/+2
* Deprecate `locatedExpr` in favor of new `Located` classptmcg2020-12-241-1/+39
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-021-7/+67
* Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docsPaul McGuire2020-10-112-28/+25
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...Paul McGuire2020-08-191-2/+13
* 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
* Sphinx and docstring fixesptmcg2020-07-061-1/+1
* Sphinx config cleanupptmcg2020-06-252-3/+3
* Collapse _checkRecursion methods; moved 3.0.0 summary from CHANGES to whats_n...ptmcg2020-06-252-0/+303