- Add collections.abc to default ignore list.
- Python 3.6
- Add sip to the default ignore list. #6
- Add
is_loaded
andis_proxy
. Thanks-to: github.com/poke1024
- Fixed issue #2:
import a.b.c
will incorrectly try to importb.c
- Relicense GPL version 2 or later (GPLv2+)
- Do not delay ImportError in a special case.
- Add optional logging (for debugging)
- Fixed issue #1:
import a.b
in a modulea.c
was incorrectly executed as a relativeimport c
. - Improve thread safety
- Moved to zest.releaser
- Add some basic unittests
- Python 3 support