Tbvaccine Versions Save

A small utility to pretty-print Python tracebacks. ⛺

v0.2.2

6 years ago

Fix

  • Include the .pth file in the manifest (3a85b7be3c88fdbc151b1c0160abee9c62970bc1)

v0.2.1

6 years ago

Fix

  • Fix switching using an environment variable via .pth file across builds (fixes #13) (04e2da1a0c903c0332f7396ee1c1a27c234a9664)

v0.2.0

6 years ago

Feature

  • Activate globally if the TBVACCINE env var is set (fixes #13) (36de786d6c573f938ff8bf3f22ffd662978ed7dc)
  • Cap long lines (b5fd41d7d95370698074f25ac163e42c6bc5da06)

v0.1.2

6 years ago

Feature

  • Support colors on Windows

Fix

  • Don't crash if there are no locals

v0.1.1

6 years ago

Fix

  • Make highlighted filenames bold

v0.1.0

6 years ago

Feature

  • Print frame-local variables

Fix

  • Make show_vars behave properly

v0.0.3

7 years ago

Fix

  • Fix regex to catch more exceptions

v0.0.2

7 years ago

Feature

  • Add add_hook() method.