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.920
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.921
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 21, 2021

  1. [0.930 backport] Fix PathLike regression (#11775)

    Backport of python/typeshed#6591
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja authored and Ivan Levkivskyi committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    933c25b View commit details
    Browse the repository at this point in the history
  2. Allow calling a function with name '_' (#11810)

    Fixes #11774. The issue has relevant background information in the
    discussion.
    
    It may be worth it to eventually add back some restrictions, but we'd
    only focus the restrictions on singledispatch functions. This is a
    quick fix to work around a regression.
    JukkaL authored and Ivan Levkivskyi committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1521287 View commit details
    Browse the repository at this point in the history
  3. Partial backport of #11785

    Ivan Levkivskyi committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    82df1fc View commit details
    Browse the repository at this point in the history
  4. Bump minor version

    Ivan Levkivskyi committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f5c2a3b View commit details
    Browse the repository at this point in the history
Loading