hunter v0.6.0 Release Notes

Release Date: 2015-10-10 // over 8 years ago
    • Added a clear_env_var option on the tracer (disables tracing in subprocess).
    • โž• Added force_colors option on :class:hunter.actions.VarsPrinter and :class:hunter.actions.CodePrinter.
    • ๐Ÿ‘ Allowed setting the stream to a file name (option on :class:hunter.actions.VarsPrinter and :class:hunter.actions.CodePrinter).
    • โฌ†๏ธ Bumped up the filename alignment to 40 cols.
    • ๐Ÿ”€ If not merging then self is not kept as a previous tracer anymore. Closes #16 <https://github.com/ionelmc/python-hunter/issues/16>_.
    • ๐Ÿ›  Fixed handling in VarsPrinter: properly print eval errors and don't try to show anything if there's an AttributeError. Closes #18 <https://github.com/ionelmc/python-hunter/issues/18>_.
    • โž• Added a stdlib boolean flag (for filtering purposes). Closes #15 <https://github.com/ionelmc/python-hunter/issues/15>_.
    • ๐Ÿ›  Fixed broken frames that have "None" for filename or module (so they can still be treated as strings).
    • Corrected output files in the install_lib command so that pip can uninstall the pth file. This only works when it's installed with pip (sadly, setup.py install/develop and pip install -e will still leave pth garbage on pip uninstall hunter).