-------------
- Added ``retry_and_reset`` decorator for all internal dict-methods calls.
- Project key is now optional, so this object may be used to access the root of the database.
- Property ``ASYNCORE_RUNNING`` renamed to ``_ASYNCORE_RUNNING``.
- Implemented ``.pack()``.
- Added ``transaction_manager``.
- Added ``examples/database_handler.py`` and tests.
- Added wraps(fn) to decorators.
- Added requirement for zope.interface.
- Attempt to solve https://github.com/WebArchivCZ/WA-KAT/issues/86