Releases: damnever/pigar
Releases · damnever/pigar
0.6.7
0.6.6
0.6.5
0.6.4
NEW
- Support
importlib.import_module
and__import__
. Thank @spacewander.
IMPROVEMENT
- Removed useless code.
- Cache modules, to avoid duplication of inspection.
FIXED
- Fixed error for Python 2.7.6. Thank @spacewander.
- Fixed error when using './xxx' as relative path. Thank @spacewander.
0.6.3
IMPROVEMENT and FIXED
- Sort files, make comments more clearer.
- Fixed grammar, to make the README clearer. Thank @roryokane and @flyingfisch.
- Make it work with
python -m pigar
. Thank @lilydjwg. - Fixed the PEP8 warnings: #15.
- Make output more clearer: #12.
- Fixed UnicodeDecodeError for Python 3.