summaryrefslogtreecommitdiff
path: root/examples/booleansearchparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing Unicode block range in examples/booleansearchparser.py (#342)tc-yu2021-12-151-25/+59
* Fix misc. documentation typos (#280)luzpaz2021-05-141-5/+5
* Blacken the project (#141)Jon Dufresne2019-10-311-135/+211
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-11/+8
* Py3 cleanup: Remove workaround from Python3 unichr() (#144)Jon Dufresne2019-10-171-6/+1
* Add Py2 compat code at submitter's request; add non-Western test case; more h...Paul McGuire2019-08-181-98/+109
* Boolean Search query parser: allows to perform searches with the common boole...xecgr2019-08-131-0/+394