-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Comparing changes
Open a pull request
base repository: python/mypy
base: v0.941
head repository: python/mypy
compare: v0.942
- 10 commits
- 18 files changed
- 4 contributors
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e9ac15 - Browse repository at this point
Copy the full SHA 8e9ac15View commit details -
Fix small conditional overload regression (#12336)
Don't merge conditional FuncDef after an unconditional one.
Configuration menu - View commit details
-
Copy full SHA for 626147a - Browse repository at this point
Copy the full SHA 626147aView commit details
Commits on Mar 22, 2022
-
Allow non-final __match_args__ and overriding (#12415)
Allow subclasses to override `__match_args__` freely, and don't require `__match_args__` to be final. This matches runtime behavior. For example, if `B` subclasses `A`, `case A(...)` also matches instances of `B`, using the `__match_args__` from `A`. The issue was brough up by @AlexWaygood in #12411 (comment).
Configuration menu - View commit details
-
Copy full SHA for 6606dbe - Browse repository at this point
Copy the full SHA 6606dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 837543e - Browse repository at this point
Copy the full SHA 837543eView commit details -
Support overriding dunder attributes in Enum subclass (#12138)
Allows any dunder (`__name__`) attributes except `__members__` (due to it being read-only) to be overridden in enum subclasses. Fixes #12132.
Configuration menu - View commit details
-
Copy full SHA for 7e09c2a - Browse repository at this point
Copy the full SHA 7e09c2aView commit details
Commits on Mar 23, 2022
-
Fix inheritance false positives with dataclasses/attrs (#12411)
Configuration menu - View commit details
-
Copy full SHA for f81b228 - Browse repository at this point
Copy the full SHA f81b228View commit details -
Make order of processing the builtins SCC predictable (#12431)
Configuration menu - View commit details
-
Copy full SHA for 367b29d - Browse repository at this point
Copy the full SHA 367b29dView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 67088e5 - Browse repository at this point
Copy the full SHA 67088e5View commit details -
Let overload item have a wider return type than implementation (#12435)
A wider return type can be useful if a decorator used for the overload implementation gets a more precise return type as part of a typeshed update. Closes #12434.
Configuration menu - View commit details
-
Copy full SHA for 1c83668 - Browse repository at this point
Copy the full SHA 1c83668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f1e30 - Browse repository at this point
Copy the full SHA 38f1e30View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.941...v0.942