mark support for python 3.13 and 3.14, drop 3.8
0.6.3 release
Updated compatibility info with Python 3.12
Updated compatibility info with Python 3.12
0.6.2 release
only build output string when needed (for debugging, extra listeners)
0.6.1 release
remove unneeded dep on "future"
Replaced nose with Pytest
Replaced nose with Pytest
Drop support for python < 3.7
1.5.2 release
Drop py27 support
Fix "*" handling; provide type hints and type errors if wrong methods are attempted to be timed
Include pid in log record
Ensure no unicode errors with URL handling
Version 0.5.1
Ensure no unicode errors when preparing debug string (applies even if debug_each_call is not on)
Version 0.5.1
bump version
Python 3 compatibility:
Modernize setup.py; configure it for py3; tox for py3
Modernize setup.py; configure it for py3; tox for py3
Runs of futurize, pasteurize, and manual import fixes for mock and reload
Updated docs un/register_listener
Updated dispatch method, added listener tests
Allow un/register listeners and dispatching tim...