summaryrefslogtreecommitdiff
path: root/pyparsing.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added support for omitted integer part of the float numberAndrey Sobolev2019-06-121-1/+1
* | | Add support for expr.setParseAction(None) to clear all parse actionsPaul McGuire2019-06-291-3/+11
|/ /
* | Fix runTests to output results if post_parse returns NonePaul McGuire2019-06-291-1/+3
* | Fix issue #87, regression in indentedBlockPaul McGuire2019-06-291-8/+11
* | Fix typo: "the the" (#99)Jon Dufresne2019-06-291-1/+1
|/
* Add better help directing to ParseResults as the return type for ParserElemen...Paul McGuire2019-06-051-1/+7
* Fix runTests output bug introduced in d2332c95675d71c10605eaf00b1171ef11d0970dPaul McGuire2019-06-021-3/+6
* Updated runTests to call postParse before dumping parsed results; added neste...Paul McGuire2019-05-261-3/+5
* Additional useful kwargs for Char (passthru to Word)Paul McGuire2019-04-071-3/+4
* Improved support for "python setup.py test"Paul McGuire2019-04-071-3/+3
* Fixed dict structure in makeHTMLTags expressions, and added tag_body attribut...Paul McGuire2019-04-061-2/+5
* General code cleanup; have unit test module exit(0 or 1) depending on test su...Paul McGuire2019-04-011-23/+36
* Modifies makeXXXTags to reuse expressions for '<' and '>' literals, to be mor...Paul McGuire2019-03-301-14/+19
* Convert docstrings containing regex examples to raw string literals, to avoid...Paul McGuire2019-03-301-3/+3
* Merge remote-tracking branch 'origin/master'Paul McGuire2019-03-301-10/+12
|\
| * Fix cases where an indentedBlock partially parsing will cause all other corre...TMiguelT2019-03-121-1/+7
| * Descriptive names for Forward expressions (#71)Eric Wald2019-03-101-9/+5
| * Support for simple_unit_tests under Python 2 (#72)Eric Wald2019-03-101-1/+5
* | Add __compat__.collect_all_And_tokens to address version incompatibility, and...Paul McGuire2019-03-301-7/+22
|/
* Add compiler from rosettacode.org; fix bug in ParserElement.runTests that int...Paul McGuire2019-01-311-4/+6
* Add note that explain() is only supported under Python 3.ptmcg2019-01-091-8/+4
* Modify explain() for Py2 compatptmcg2019-01-091-2/+7
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-9/+9
* Fix inconsistency between Keyword(caseless=True) and CaselessKeyword (issue #65)ptmcg2019-01-071-7/+1
* Add experimental ParseException.explain() method, to return a multiline strin...Paul McGuire2019-01-051-3/+71
* Update Travis-CI scripts to include examples; fix bug in runTests if postPars...Paul McGuire2018-12-301-1/+3
* Fix matching of dictOf with empty contents (Issue #53)ptmcg2018-12-281-2/+2
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-281-2/+24
* Use HTTPS URLs where available in docs, examples, and commentsJon Dufresne2018-12-251-5/+5
* Remove mentions of 'psyco' from docs and examplesJon Dufresne2018-12-241-5/+3
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
* Fix runTests to strip leading BOM added for some unicode strings after splitl...Paul McGuire2018-12-221-2/+3
* Fix postParse bug introduced in runTests; extended cleanup of unitTests (conv...Paul McGuire2018-12-211-3/+3
* Add support for optional postParse argument to ParserElement.runTestsPaul McGuire2018-12-211-7/+15
* Issue #51 Expanded the whitespace characters recognized by the White class to...ptmcg2018-12-131-16/+53
* Minor update to module welcome; add version to generated docsptmcg2018-11-221-3/+3
* Intern unicode range strings to prevent their listing in generated docs (pypa...ptmcg2018-11-221-13/+25
* Convert sphinx inline code literal markups to less-verbose formptmcg2018-11-211-225/+242
* More sphinx cleanupptmcg2018-11-211-143/+194
* Update timestamp and CHANGES file to reflect mcepl improvementsptmcg2018-11-201-1/+1
* Reformatting of documentation strings.Matěj Cepl2018-11-201-364/+562
* Add some fixesMatěj Cepl2018-11-201-19/+40
* Initial conversion to Sphinx generated documentation.Matěj Cepl2018-11-201-271/+283
* Convert pyparsing.py by a scriptMatěj Cepl2018-11-201-123/+123
* CRLF -> LFMatěj Cepl2018-11-201-6010/+6010
* Add support for combining unicode_sets using multiple inheritancePaul McGuire2018-11-171-8/+10
* Added unicode sets for LatinA and LatinB rangesptmcg2018-11-091-5/+9
* Remove _Constants in favor of types.SimpleNamespaceptmcg2018-10-301-4/+7
* Add Devanagari language set; make unicode_set public so users can define and ...ptmcg2018-10-271-17/+21
* Add Py2 unicodeismsptmcg2018-10-271-4/+9