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.0.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.0.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 9, 2023

  1. bump version to 1.0.1+dev

    ilinum committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b562f53 View commit details
    Browse the repository at this point in the history
  2. [backport] Fix crash on deferred value constrained TypeVar (#14642) (#…

    …14655)
    
    Fixes #14631
    
    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    ilinum and hauntsaninja authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0c99585 View commit details
    Browse the repository at this point in the history
  3. [backport] [used before def] correctly handle walrus operator (#14646) (

    #14654)
    
    Fixes #14626.
    
    I believe changing the way that we analyze call expression makes sense
    (first, we analyze the callee, then we analyze the arguments).
    ilinum authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c090ca2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. [backport] [used before def] handle walrus declaration in match subje…

    …ct correctly (#14672)
    
    Backport of #14665.
    ilinum authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    83db085 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. [backport] [mypyc] Fix test case testI64Cast on 32-bit architectures (#…

    …14700)
    
    Backport of #14691.
    
    Co-authored-by: Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
    ilinum and JukkaL authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a9051d2 View commit details
    Browse the repository at this point in the history
  2. [Backport] Fix generic TypedDict/NamedTuple fixup (#14701)

    Backport of  #14675.
    
    ---------
    
    Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
    ilinum and ilevkivskyi authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    18c4693 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. bump version to 1.0.1

    ilinum committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ecf05e6 View commit details
    Browse the repository at this point in the history
Loading