summaryrefslogtreecommitdiff
path: root/pyparsing.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Must use setattr syntax with unicode identifiers pre-Py3ptmcg2018-10-271-11/+11
|
* Unicode identifiers only in Py3ptmcg2018-10-271-11/+12
|
* Add unicode character ranges by nameptmcg2018-10-271-221/+321
|
* Fix extra nesting level in ParseResults when defining results name in ↵ptmcg2018-10-121-1/+1
| | | | another non-Group named expression
* Fix Issue #22, test for returning given parse results from a parse action; ↵ptmcg2018-10-071-2/+2
| | | | convert pyparsing.xxx references to pp.xxx references in unitTests.py
* Added PrecededBy class (Issue#30); updated FollowedBy to accept results ↵ptmcg2018-10-061-14/+122
| | | | names on the lookahead expression; added inline example for NotAny; added Char class
* Issue #4 - add special handling for IndexError exceptions raised in user ↵ptmcg2018-09-301-4/+16
| | | | parse actions
* tighten up error checking in Regex.sub()Paul McGuire2018-09-291-1/+17
|
* Add Regex.sub() method, and asMatch and asGroupList parametersPaul McGuire2018-09-291-6/+19
|
* Issue #28, bug in SkipTo when skipping to an expr that saves as a listPaul McGuire2018-09-241-3/+3
|
* Stage for 2.2.1 release; add Getting Started section to module docstring; ↵ptmcg2018-09-171-8/+21
| | | | fix Literal/Keyword index error bug
* Merge pull request #14 from demosdemon/srangePaul McGuire2018-08-261-1/+1
|\ | | | | Modify srange to better handle Unicode characters in the input range spec
| * forgot exactBrandon LeBlanc2018-08-061-1/+1
| |
| * use CharsNotIn instead of the Words/Regex combo for srangeBrandon LeBlanc2018-08-061-1/+1
| |
* | Fix collections ABCs deprecation warningHugo2018-08-211-3/+12
|/
* Move src to rootCengiz Kaygusuz2017-11-201-0/+5720