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: master
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.15
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 19 files changed
  • 7 contributors

Commits on Jan 22, 2025

  1. Walk up for all config files and handle precedence (#18482)

    Follow up to #16965
    Fixes #16070
    
    Handles other mypy configuration files and handles precedence between
    them. Also fixes few small things, like use in git worktrees
    hauntsaninja authored and wesleywright committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    33f60e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Fix isinstance with explicit (non generic) type alias (#18512)

    This is a partial revert of #18173 to unblock the 1.15 release
    
    Fixes #18488
    hauntsaninja authored and wesleywright committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    23d862d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Fix literal context for ternary expressions (for real) (#18545)

    I am not waiting for review as the fix is obvious. The only annoying
    thing is that we had an exact test as in the repro but it passed
    accidentally because we use builtins fixtures.
    ilevkivskyi authored and wesleywright committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    c30573e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    63c251e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Prevent crash on generic NamedTuple with unresolved typevar bound (#1…

    …8585)
    
    Fixes #18582. Fixes #17396. Supersedes #18351.
    
    ---------
    
    Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
    2 people authored and wesleywright committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    ebc2cb8 View commit details
    Browse the repository at this point in the history
  2. Add object self-type to tuple test fixture (#18592)

    This makes it more similar to the real typeshed. It is needed to
    reproduce tricky failures in tests, e.g.
    #18585. If this causes slower tests,
    some tests may be switched to `tuple-simple.pyi`.
    ilevkivskyi authored and wesleywright committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f83b643 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Fix a few PR links in the changelog (#18586)

    And add a local pre-commit hook to detect when a PR number in a link
    text is different from the link body
    hamdanal authored and wesleywright committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    d4515e4 View commit details
    Browse the repository at this point in the history
  2. Prepare changelog for 1.15 release (#18583)

    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    wesleywright and hauntsaninja committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    1a26502 View commit details
    Browse the repository at this point in the history
  3. Various small updates to 1.15 changelog (#18599)

    Co-authored-by: Wesley Collin Wright <wesley@wesleywright.me>
    JukkaL and wesleywright committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    cb4b243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    686b591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9397454 View commit details
    Browse the repository at this point in the history
Loading