summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add convenience assert methods (to parse and check list or dict contents in o...unittest_integrationPaul McGuire2019-09-263-9/+37
* Merge changes from masterPaul McGuire2019-09-263-104/+123
* First take on unittest integration methods and classesPaul McGuire2019-09-064-199/+307
* Fix simple typo: pyaprsing -> pyparsing (#121)Tim Gates2019-09-031-1/+1
* More codecov changesptmcg2019-09-021-1/+1
* Add links to codecov and codecov badge to READMEptmcg2019-09-021-1/+3
* Add long_description for setup.py; add py3.8-dev and pypy3 to Travis CI versionsptmcg2019-09-022-1/+4
* Update version timestampPaul McGuire2019-09-021-1/+1
* Propagate setDefaultWhitespaceChars to helper expressions defined in pyparsin...Paul McGuire2019-09-023-10/+144
* Fixed bug when ZeroOrMore parses no matching exprs, did not include a named r...Paul McGuire2019-08-263-2/+81
* Merge remote-tracking branch 'origin/master'Paul McGuire2019-08-251-9/+11
|\
| * Additional problematic characters when generating re's in Word added to unit ...ptmcg2019-08-221-9/+11
* | Make next release 3.0.0 instead of 2.5.0 to reflect Py3-only; fix warning mes...Paul McGuire2019-08-252-7/+8
|/
* Fix minor bug in creating regex range for single character; add unit testsPaul McGuire2019-08-202-2/+73
* Add regex range collapsing to compress large character ranges for faster re p...Paul McGuire2019-08-182-16/+45
* Minor unit test cleanupsPaul McGuire2019-08-181-5/+11
* Update contribution guidelinesPaul McGuire2019-08-181-0/+4
* Add Py2 compat code at submitter's request; add non-Western test case; more h...Paul McGuire2019-08-181-98/+109
* Add .DS_Store to .gitignore (#115)Cengiz Kaygusuz2019-08-181-0/+5
* Boolean Search query parser: allows to perform searches with the common boole...xecgr2019-08-131-0/+394
* Update example to proto3 syntax (#113)Andrew Artyushok2019-08-131-5/+18
* 3.x-ify some print statements and an except (#114)kms708472019-08-131-5/+5
* More Py2 compatibility scrubbing in unit tests, and migration ZeroOrMore to [...ptmcg2019-08-111-337/+327
* Remove Py2 compatibility code from unit testsPaul McGuire2019-08-102-217/+128
* Rework __diag__ and __compat__ to be actual classes instead of just namespace...Paul McGuire2019-08-103-63/+180
* Fixed bug in indentedBlock with a parser using two different types of nested ...Paul McGuire2019-08-092-7/+45
* Typo and spelling cleanup, add helpful commentsPaul McGuire2019-08-071-3/+10
* Fixed bug in CloseMatch where end location was incorrectly computed; and upda...Paul McGuire2019-08-053-90/+56
* Code style updates; remove deprecated methodsPaul McGuire2019-08-053-144/+147
* Remove deprecated methods and names; disabled __compat__.collect_all_And_toke...Paul McGuire2019-08-053-73/+73
* First pass removing Py2 cross-compatibility featuresPaul McGuire2019-08-055-571/+231
* Improved handling of '-' ErrorStop's when used within EachPaul McGuire2019-08-043-17/+104
* Example BigQuery view SQL parser (#112)Michael Smedberg2019-08-041-0/+1510
* fourFn.py updates - handle leading '+' and '-' unary signs for parenthesized ...Paul McGuire2019-08-042-9/+15
* Update fourFn.py to handle functions that take multiple args, and nested func...Paul McGuire2019-08-033-331/+401
* Typo and whitespace cleanupPaul McGuire2019-08-032-364/+365
* Merge pull request #108 from cngkaygusuz/word-docPaul McGuire2019-07-301-28/+37
|\
| * Revise ParserElement.parseString docstringCengiz Kaygusuz2019-07-271-28/+37
* | Include new files filetypes and dirs in MANIFEST.inpyparsing_2.4.2Paul McGuire2019-07-291-4/+4
* | Update README to include links to online docs - also remove numerous special ...Paul McGuire2019-07-291-14/+27
* | Updates to prep for 2.4.2 releasePaul McGuire2019-07-284-78/+86
|/
* Fold in 2.4.1.1 blurb from 2.4.1.x branch, describing known issues in 2.4.1.1Paul McGuire2019-07-251-0/+46
* Add unit test for #103; also make CHANGES blurb and HowToUse notes a little c...pyparsing_2.4.2a1pyparsing_2.4.1.1Paul McGuire2019-07-243-2/+32
* More accurate description of bugs and their respective fixesPaul McGuire2019-07-241-10/+21
* Fixed faux iteration behavior implicit with using __getitem__, found while in...Paul McGuire2019-07-241-10/+19
* Merge branch 'pyparsing_2.4.x'Paul McGuire2019-07-236-1260/+1352
|\
| * Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMorePaul McGuire2019-07-236-1260/+1352
* | Update version in prep for new 2.5.x workPaul McGuire2019-07-221-2/+2
|/
* Fix latent bug if adding a parse action after having cleared parse actions wi...pyparsing_2.4.1Paul McGuire2019-07-202-2/+6
* Update coding styles; better comments, attribution of example filePaul McGuire2019-07-201-9/+21