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.930
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.931
Choose a head ref
  • 20 commits
  • 31 files changed
  • 7 contributors

Commits on Jan 5, 2022

  1. Skip compiling mypyc/__main__.py (#11862)

    Fixes mypyc/mypyc#912
    
    Co-authored-by: Shantanu <[email protected]>
    2 people authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    70f8338 View commit details
    Browse the repository at this point in the history
  2. Run mypyc tests against built wheels (#11865)

    This should catch mypyc/mypyc#912
    We never ran mypyc tests against wheels, dating back to https://github.com/python/mypy/tree/783297c9b4ed3b2af9000c3536d6e1be34fed9ea/misc
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    5bf5eda View commit details
    Browse the repository at this point in the history
  3. Skip lxml and mypyc external tests against built wheels (#11872)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    259f048 View commit details
    Browse the repository at this point in the history
  4. Fix shell syntax in build_wheel (#11873)

    Follow up to #11872
    The cross repo split makes this a bit of a pain to test.
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    55db6fa View commit details
    Browse the repository at this point in the history
  5. Avoid grep on Windows (#11879)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d4bda9a View commit details
    Browse the repository at this point in the history
  6. Preserves interpreting multi-line strings as a single value for `excl…

    …ude` in TOML files (#11828)
    
    Multiple regexes are expressed as a sequence.
    
    Fixes #11825.
    
    Co-authored-by: Matthew W <[email protected]>
    Co-authored-by: Shantanu <[email protected]>
    3 people authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4a344ed View commit details
    Browse the repository at this point in the history
  7. Revert to treating exclude in .ini as single string (#11881)

    Partially reverts #11329 (with respect to `.ini` documentation).
    Modifies existing unit tests.
    
    Fixes #11830.
    
    Co-authored-by: Matthew W <[email protected]>
    2 people authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    810f218 View commit details
    Browse the repository at this point in the history
  8. Fixes __slots__ regression in 0.930 (#11824)

    Closes #11821
    Closes #11827
    sobolevn authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    3773d2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da6be94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc22e2a View commit details
    Browse the repository at this point in the history
  11. [0.931 backport] Fix __reduce__ regression (#11866)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8ce64ac View commit details
    Browse the repository at this point in the history
  12. Bump version to 0.931+dev

    JukkaL committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    12290de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    3f2143d View commit details
    Browse the repository at this point in the history
  2. Handle NoReturn type aliases (#11912)

    sobolevn authored and JukkaL committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b40c3d0 View commit details
    Browse the repository at this point in the history
  3. Fix PEP 585 type aliases in stubs (#11918)

    Fixes #11859
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and JukkaL committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    221a7f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    73de602 View commit details
    Browse the repository at this point in the history
  2. Fix crash on ErasedType and covers_at_runtime (#11924)

    Closes #11913
    Refs #11273
    
    Co-authored-by: Shantanu <[email protected]>
    2 people authored and JukkaL committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5b3280e View commit details
    Browse the repository at this point in the history
  3. stubtest: fix literal type construction (#11931)

    Co-authored-by: hauntsaninja <>
    sobolevn authored and JukkaL committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4d64557 View commit details
    Browse the repository at this point in the history
  4. Restore removed builtin_type() api method (#11932)

    It shouldn't be used for new code, but adding it back makes it
    unnecessary to update existing plugins that no longer worked with mypy
    0.930.
    
    Related issue: dropbox/sqlalchemy-stubs#232
    JukkaL committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d7fe756 View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.931

    JukkaL committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4486d76 View commit details
    Browse the repository at this point in the history
Loading