File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.6.0 (2015-10-10)
6+ ------------------
7+
8+ * Added a ``clear_env_var `` option on the tracer (disables tracing in subprocess).
9+ * Added ``force_colors `` option on :class: `VarsPrinter ` and :class: `CodePrinter `.
10+ * Allowed setting the `stream ` to a file name (option on :class: `VarsPrinter ` and :class: `CodePrinter `).
11+ * Bumped up the filename alignment to 40 cols.
12+ * If not merging then `self ` is not kept as a previous tracer anymore.
13+ Closes `#16 <https://github.com/ionelmc/python-hunter/issues/16 >`_.
14+ * Fixed handling in VarsPrinter: properly print eval errors and don't try to show anything if there's an AttributeError.
15+ Closes `#18 <https://github.com/ionelmc/python-hunter/issues/18 >`_.
16+ * Added a ``stdlib `` boolean flag (for filtering purposes).
17+ Closes `#15 <https://github.com/ionelmc/python-hunter/issues/15 >`_.
18+ * Fixed broken frames that have "None" for filename or module (so they can still be treated as strings).
19+ * Corrected output files in the ``install_lib `` command so that pip can uninstall the pth file.
20+ This only works when it's installed with pip (sadly, ``setup.py install/develop `` and ``pip install -e `` will still
21+ leave pth garbage on ``pip uninstall hunter ``).
22+
5230.5.1 (2015-04-15)
624------------------
725
You can’t perform that action at this time.
0 commit comments