Python-hunt

Latest version: v0.0

Safety actively analyzes 621420 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.4.1

------------------

* Fix support for getting sources for Cython module (it was broken on Windows and Python3.5+).

1.4.0

------------------

* Added support for tracing Cython modules (`30 <https://github.com/ionelmc/python-hunter/issues/30>`_). A
` cython: linetrace=True` stanza or equivalent is required in Cython modules for this to work.

1.3.0

------------------

* Added ``Event.thread``.
* Added ``Event.threadid`` and ``Event.threadname`` (available for filtering with ``Q`` objects).
* Added ``threading_support`` argument to ``hunter.trace``: makes new threads be traced and changes action output to include
threadname.
* Added support for using `pdb++ <https://pypi.python.org/pypi/pdbpp>`_ in the ``Debugger`` action.
* Added support for using `manhole <https://pypi.python.org/pypi/manhole>`_ via a new ``Manhole`` action.
* Made the ``handler`` a public but readonly property of ``Tracer`` objects.

1.2.2

------------------

* Fix broken import. Require `fields>=4.0`.
* Simplify a string check in Cython code.

1.2.1

------------------

* Fix "KeyError: 'normal'" bug in ``CallPrinter``. Create the NO_COLORS dict from the COLOR dicts. Some keys were missing.

1.2.0

------------------

* Fixed printouts of objects that return very large string in ``__repr__()``. Trimmed to 512. Configurable in actions with the
``repr_limit`` option.
* Improved validation of ``VarsPrinter``'s initializer.
* Added a ``CallPrinter`` action.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.