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: python/mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.960
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.961
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on May 30, 2022

  1. Update version to 0.961+dev

    JukkaL committed May 30, 2022
    Configuration menu
    Copy the full SHA
    64e9c0d View commit details
    Browse the repository at this point in the history
  2. Fix crash with nested attrs class (#12872)

    Fixes #12868.
    JukkaL committed May 30, 2022
    Configuration menu
    Copy the full SHA
    f649e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Run dataclass plugin before checking type var bounds (#12908)

    The plugin may add attributes that are needed to perform the bound
    check.
    
    Fixes #12876.
    JukkaL committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    154ac75 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update version to 0.961

    JukkaL committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    89bdcfb View commit details
    Browse the repository at this point in the history
Loading