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: nedbat/coveragepy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9515c4d
Choose a base ref
...
head repository: nedbat/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78a9c68
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Oct 3, 2021

  1. build: bump version

    nedbat committed Oct 3, 2021
    Copy the full SHA
    a5da277 View commit details

Commits on Oct 4, 2021

  1. Copy the full SHA
    fb21f8e View commit details

Commits on Oct 5, 2021

  1. build: 3.10.0 is out

    nedbat committed Oct 5, 2021
    Copy the full SHA
    6211680 View commit details

Commits on Oct 6, 2021

  1. fix: pretend we didn't import third-party packages we use. #1228

    tomli couldn't use coverage themselves because we imported it early.
    Cleaning sys.modules means their own imports will actually execute after
    coverage has started, so their files will be properly measured.
    nedbat committed Oct 6, 2021
    Copy the full SHA
    613446c View commit details
  2. Fix an incompatibility with pyarmor

    glacials authored and nedbat committed Oct 6, 2021
    Copy the full SHA
    19545b7 View commit details
  3. docs: note #1210 in the changelog

    nedbat committed Oct 6, 2021
    Copy the full SHA
    f33b733 View commit details

Commits on Oct 7, 2021

  1. Copy the full SHA
    a309f08 View commit details
  2. Copy the full SHA
    72200e2 View commit details
  3. build: prep for 6.0.1

    nedbat committed Oct 7, 2021
    Copy the full SHA
    78a9c68 View commit details
Loading