summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64 from mcepl/denosepyparsing_2.3.1Paul McGuire2019-01-101-193/+190
|\
| * Remove dependency on noseMatěj Cepl2019-01-071-183/+180
| * Convert CRLF to LFMatěj Cepl2019-01-071-193/+193
* | Add note that explain() is only supported under Python 3.ptmcg2019-01-092-8/+6
* | Disable explain() tests if running in Py2ptmcg2019-01-091-0/+8
* | Modify explain() for Py2 compatptmcg2019-01-091-2/+7
* | Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-0918-80/+80
* | Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-10/+12
* | Update CHANGES to include note on fixing issue #65; generalized the note abou...ptmcg2019-01-071-2/+28
* | Unit test to test fix for issue #65ptmcg2019-01-071-0/+14
* | Fix inconsistency between Keyword(caseless=True) and CaselessKeyword (issue #65)ptmcg2019-01-071-7/+1
|/
* Merge pull request #62 from crowsonkb/changes_typoPaul McGuire2019-01-061-1/+1
|\
| * Fix typo: 'chemcialFormulas.py' -> 'chemicalFormulas.py'Katherine Crowson2019-01-061-1/+1
|/
* Convert exception logging to use ParseException.explain()Paul McGuire2019-01-051-5/+7
* Add experimental ParseException.explain() method, to return a multiline strin...Paul McGuire2019-01-053-4147/+4284
* Clean up CHANGES notes for new examplesptmcg2018-12-313-260/+11
* Add document signoff and library book state examples;ptmcg2018-12-317-38/+277
* Update statemachine demo code to Py3Paul McGuire2018-12-313-29/+60
* Update Lucene grammar example, but remove from Travis-CI acceptance scriptsPaul McGuire2018-12-302-2/+5
* Remove print() call left in to test decoyPaul McGuire2018-12-301-1/+1
* Cleanup unit tests for better Py2 compatibility and current pyparsing usage: ...Paul McGuire2018-12-301-83/+100
* Set PYTHONPATH before running examples in Travis-CIPaul McGuire2018-12-301-6/+6
* Update Travis-CI scripts to include examples; fix bug in runTests if postPars...Paul McGuire2018-12-305-23/+34
* Update chemicalFormulas.py example to use new runTests postParse argument, ad...Paul McGuire2018-12-302-28/+49
* Fix matching of dictOf with empty contents (Issue #53)ptmcg2018-12-283-2/+24
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-2810-12/+550
* Merge pull request #60 from jdufresne/typoPaul McGuire2018-12-271-1/+1
|\
| * Fix typo: 'whre' -> 'where'Jon Dufresne2018-12-251-1/+1
* | Merge pull request #61 from jdufresne/httpsPaul McGuire2018-12-2620-26/+26
|\ \ | |/ |/|
| * Use HTTPS URLs where available in docs, examples, and commentsJon Dufresne2018-12-2520-26/+26
|/
* Merge pull request #59 from jdufresne/psycoPaul McGuire2018-12-243-736/+710
|\
| * Merge branch 'master' into psycoPaul McGuire2018-12-245-713/+712
| |\ | |/ |/|
* | Merge pull request #58 from jdufresne/bare-exceptPaul McGuire2018-12-245-9/+9
|\ \
| * | Replace bare 'except:' with 'except Exception;'Jon Dufresne2018-12-245-9/+9
|/ /
| * Remove mentions of 'psyco' from docs and examplesJon Dufresne2018-12-243-30/+5
|/
* Merge pull request #57 from jdufresne/unusedPaul McGuire2018-12-2427-61/+46
|\
| * Remove unused imports throughout projectJon Dufresne2018-12-2427-61/+46
|/
* Merge changes from last PR, plus some more up-to-date coding styles and pypar...Paul McGuire2018-12-231-5/+21
* Merge pull request #55 from jdufresne/wsPaul McGuire2018-12-2387-1663/+1617
|\
| * Trim trailing white space throughout the projectJon Dufresne2018-12-2287-1663/+1617
|/
* Merge pull request #54 from jdufresne/unused-importPaul McGuire2018-12-222-11/+5
|\
| * Remove distutils fallback and outdated commentJon Dufresne2018-12-222-11/+5
* | Merge pull request #56 from jdufresne/cookiePaul McGuire2018-12-222-2/+2
|\ \ | |/ |/|
| * Fix encoding cookie to use encoding "utf-8"Jon Dufresne2018-12-222-2/+2
|/
* Fix runTests to strip leading BOM added for some unicode strings after splitl...Paul McGuire2018-12-222-3/+4
* Fix postParse bug introduced in runTests; extended cleanup of unitTests (conv...Paul McGuire2018-12-212-442/+518
* Add support for optional postParse argument to ParserElement.runTestsPaul McGuire2018-12-213-8/+37
* Issue #51 Expanded the whitespace characters recognized by the White class to...ptmcg2018-12-132-16/+56
* Do true division when computing average (be sure to import from __future__ fo...ptmcg2018-11-231-2/+3
* Minor update to module welcome; add version to generated docsptmcg2018-11-222-3/+4