summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGES blurb on unicode sets, prep for 2.3.0 releasepp_unicodeptmcg2018-10-281-7/+13
|
* Add Devanagari language set; make unicode_set public so users can define and ↵ptmcg2018-10-271-17/+21
| | | | submit their own language sets
* Add Py2 unicodeismsptmcg2018-10-272-6/+11
|
* 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-275-231/+368
|
* Add unit test for ParserElement.setBreak()ptmcg2018-10-271-0/+24
|
* Fix extra nesting level in ParseResults when defining results name in ↵ptmcg2018-10-123-1/+74
| | | | another non-Group named expression
* Better description of bug and fix for Issue #22ptmcg2018-10-072-5/+45
|
* Fix Issue #22, test for returning given parse results from a parse action; ↵ptmcg2018-10-073-87/+108
| | | | convert pyparsing.xxx references to pp.xxx references in unitTests.py
* Added PrecededBy class (Issue#30); updated FollowedBy to accept results ↵ptmcg2018-10-063-20/+204
| | | | names on the lookahead expression; added inline example for NotAny; added Char class
* Bad example for beginner usersPaul McGuire2018-10-041-6/+0
|
* add a few more simple unit testsptmcg2018-10-021-0/+22
|
* Issue #4 - add special handling for IndexError exceptions raised in user ↵ptmcg2018-09-303-4/+52
| | | | parse actions
* stage for 2.2.2. releasepyparsing_2.2.2Paul McGuire2018-09-301-2/+2
|
* tighten up error checking in Regex.sub()Paul McGuire2018-09-292-1/+44
|
* Update CHANGES to reflect source tarball updatesPaul McGuire2018-09-291-0/+4
|
* Add Regex.sub() method, and asMatch and asGroupList parametersPaul McGuire2018-09-293-6/+82
|
* Issue #31 - fix up MANIFEST.in to be used when creating source ↵Paul McGuire2018-09-292-1/+75
| | | | distributions, and add CODE_OF_CONDUCT.md
* Fix tab-space inconsistency wrought by misconfigured editorPaul McGuire2018-09-241-7/+7
|
* Issue #28, bug in SkipTo when skipping to an expr that saves as a listPaul McGuire2018-09-243-3/+17
|
* Formatting and comment cleanup in simple_unit_testsPaul McGuire2018-09-241-2/+4
|
* force order of simple unit tests to make it easier to see test output ↵Paul McGuire2018-09-231-2/+13
| | | | corresponding to each test case
* Add codecov to travis.ymlPaul McGuire2018-09-231-0/+6
|
* add more simple unit tests, plus support for tests with searchString and ↵Paul McGuire2018-09-211-17/+92
| | | | transformString
* simple_unit_tests with Dict and combination of parse action and conditionptmcg2018-09-191-0/+16
|
* convert to datetimes using utc, not local timeptmcg2018-09-191-4/+4
|
* Add to simple_unit_tests more examples, including groups, repetition, andptmcg2018-09-191-1/+73
| | | | parse conditions
* clean up CHANGES notes and add output message if running ↵ptmcg2018-09-192-5/+5
| | | | simple_unit_tests.py on Py2
* simple_unit_tests.py only runs on Py3ptmcg2018-09-191-0/+5
|
* fix import of pyparsing from simple_unit_tests.pyptmcg2018-09-192-1/+1
|
* add simple_unit_tests.py for instructional unit testsptmcg2018-09-193-0/+170
|
* Add Python 3.7 to supported versionspyparsing_2.2.1Paul McGuire2018-09-171-0/+1
|
* Stage for 2.2.1 release; add Getting Started section to module docstring; ↵ptmcg2018-09-173-11/+53
| | | | fix Literal/Keyword index error bug
* remove old release structureptmcg2018-09-171-2/+1
|
* Add Travis-CI status badge to README.mdPaul McGuire2018-09-171-0/+1
|
* Update HowToUsePyparsing.rstPaul McGuire2018-08-271-18/+10
| | | Minor updates and added link to online module docs
* Rename HowToUsePyparsing.txt to HowToUsePyparsing.rstPaul McGuire2018-08-271-1/+1
|
* 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
| |
* | Merge pull request #16 from hugovk/patch-2Paul McGuire2018-08-211-3/+12
|\ \ | | | | | | Fix collections ABCs deprecation warning
| * | Fix collections ABCs deprecation warningHugo2018-08-211-3/+12
|/ /
* | Merge pull request #24 from hugovk/pyupgrade-examplesPaul McGuire2018-08-2117-108/+107
|\ \ | | | | | | Upgrade Python syntax of examples with pyupgrade
| * | Upgrade Python syntax with pyupgradeHugo2018-08-2117-108/+107
|/ /
* | Merge pull request #23 from hugovk/python_requiresPaul McGuire2018-08-211-0/+1
|\ \ | | | | | | Add python_requires to help pip
| * | Add python_requires to help pipHugo2018-08-211-0/+1
|/ /
* | Merge pull request #15 from hugovk/patch-1Paul McGuire2018-08-211-2/+2
|\ \ | | | | | | Update url and download_url
| * | Update url and download_urlHugo2018-08-091-2/+2
| |/
* | Merge pull request #18 from hugovk/patch-3Paul McGuire2018-08-211-4/+6
|\ \ | | | | | | README: Use Python code formatting