Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sanic-org/tracerite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: sanic-org/tracerite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 6, 2023

  1. Update README.md

    Tronic authored Mar 6, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2503280 View commit details

Commits on Mar 27, 2023

  1. Create LICENSE (#5)

    * Create LICENSE
    thewchan authored Mar 27, 2023
    Copy the full SHA
    c96c21f View commit details

Commits on May 21, 2023

  1. More robust inspector handling of objects for which vars() fails (#7)

    Objects without `__dict__`, like ones using `__slots__`, caused an exception message to be printed.
    Tronic authored May 21, 2023
    Copy the full SHA
    1e514e5 View commit details

Commits on Sep 26, 2023

  1. Add missing dep for setuptools.

    It missing caused a module not found error on `pkg_resources` at runtime.
    Tronic authored Sep 26, 2023
    Copy the full SHA
    154a199 View commit details

Commits on Oct 9, 2023

  1. Copy the full SHA
    4417b70 View commit details

Commits on Jan 20, 2025

  1. Remove pkg_resources from html.py (#15)

    Resolves the ModuleNotFound error with pkg_resources that prevented loading the module on some systems, by removing the dependency and using the new importlib.resources API instead.
    jakewins authored Jan 20, 2025
    Copy the full SHA
    2f68543 View commit details
Loading