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.11.1
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.11.2
Choose a head ref
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    14ab742 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix RawExpressionType.accept crash with `--cache-fine-grain…

    …ed`" (#17637)
    
    Reverts #17588
    
    (cherry picked from commit 41dcf1a)
    ilevkivskyi authored and hauntsaninja committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    778542b View commit details
    Browse the repository at this point in the history
  3. Revert "Fix Literal strings containing pipe characters" (#17638)

    Reverts #17148
    
    (cherry picked from commit bc39f17)
    ilevkivskyi authored and hauntsaninja committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    32675dd View commit details
    Browse the repository at this point in the history
  4. Unwrap TypedDict item types before storing (#17640)

    Fixes #17604
    Fixes #17608
    
    Fix is trivial, rectify an obvious omission in my original PR.
    
    (cherry picked from commit b56f357)
    ilevkivskyi authored and hauntsaninja committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7d805b3 View commit details
    Browse the repository at this point in the history
  5. An alternative fix for a union-like literal string (#17639)

    It is unfortunate to add two extra slots to a common type (and I guess
    this is why it was rejected in the original PR), but all other
    alternatives I tried are hacky and/or dangerous. So, this is a price to
    pay for introducing a new type syntax.
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    (cherry picked from commit 3da16bd)
    ilevkivskyi authored and hauntsaninja committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    917cc75 View commit details
    Browse the repository at this point in the history
  6. Bump version to 1.11.2

    hauntsaninja committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    789f02c View commit details
    Browse the repository at this point in the history
Loading