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: v1.12.0
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    4775da1 View commit details
    Browse the repository at this point in the history
  2. Fix crash when showing partially analyzed type in error message (#17961)

    Fixes #17954
    
    People say something about cache invalidation being one of the hardest
    problems...
    ilevkivskyi authored and hauntsaninja committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a5e9b0b View commit details
    Browse the repository at this point in the history
  3. Use kw-only args for member access booleans (#17975)

    Gets hard to know what's what at call site
    hauntsaninja committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2485bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34d8603 View commit details
    Browse the repository at this point in the history
  5. Fix type object with type var default in union context (#17991)

    Union type context wasn't handled previously, and it triggered false
    positives, but apparently only if a type object had type var defaults.
    
    Fixes #17942.
    JukkaL authored and hauntsaninja committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    71e1f05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346e370 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Bump version to 1.12.1

    hauntsaninja committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    050d12f View commit details
    Browse the repository at this point in the history
Loading