------------------
- Support for python 3.4, 3.5 and 3.6 in addition to python 2.7
- Cleanup in preparation for python3 support:
Bugfixes:
- API change: fix And(weighted=) keyword argument typo
- API change: remove utterly broken ``include_minimum`` and ``include_maximum``
arguments to SetBetween(), provide ``exclude_min`` and ``exclude_max`` instead.
- API change: fix broken SetBetween.apply(): introduce ``cache`` arg
- Fix ExtentNone() super delegation bug
- Fix TimingAwareCaching.report() edge condition bug
Major:
- Remove unsupported transaction_cache
Minor:
- Clarify HURRY_QUERY_TIMING environment and searchResults(timing=) type
- Fix TimingAwareCaching.report() output typo
- Clarify Query.searchResults(caching=) argument type
- Remove unreachable code path from And()
Dev:
- Maximize test coverage
- Add Travis and Tox testing configurations
- Bypass bootstrap.py
- Various python3 compatibility preparations