------------------
- Fix inspector: In Python 3 JSON dumps does not accept bytes as keys.
[jensens, 2silver]
- Explicitly set the ID on the property sheet instead of write on read.
[jensens, 2silver]
- Less verbose plugin logging of pseudo errors.
[jensens, 2silver]
- Enable partial search for users if no exact match was asked.
[jensens]
- Add bundle on request for latest YAFOWIL.
[jensens]
- Drop Plone 4.3 support.
[jensens]
- Convert `plugin.py` doctests to unittests.
[jensens]
- Black code style.
[jensens]
- Fix 51: plone_ldapinspector broken with UnicodeDecodeError
[dmunico]
- Make bind user and password optional.
[thet, jensens]
- Python 3 support:
- fixed imports
- text/encoding fixes
- fixed exception handling
- mangled doctests using Py23DocChecker from node.ext.ldap
- simplified object_classes expressions in yaml config
[reinhardt]