-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.800
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.812
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 13 files changed
- 2 contributors
Commits on Feb 10, 2021
-
Resolves #4675, resolves #9981. Additionally, we always ignore site-packages and node_modules, and directories starting with a dot. Also note that this doesn't really affect import discovery; it only directly affects passing files or packages to mypy. The additional check before suggesting "are you missing an __init__.py" didn't make any sense to me, so I removed it, appended to the message and downgraded the severity to note. Co-authored-by: hauntsaninja <>
Configuration menu - View commit details
-
Copy full SHA for a1a22ca - Browse repository at this point
Copy the full SHA a1a22caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b52538 - Browse repository at this point
Copy the full SHA 2b52538View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57a2527 - Browse repository at this point
Copy the full SHA 57a2527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71285dd - Browse repository at this point
Copy the full SHA 71285ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8002fc4 - Browse repository at this point
Copy the full SHA 8002fc4View commit details -
Fix test_find_sources when run under site-packages (#10075)
This was failing during wheel builds because we run the tests after installation (under `site-packages`), and this confused the module search logic. Hard code the paths to make this work in any install location.
Configuration menu - View commit details
-
Copy full SHA for e470d93 - Browse repository at this point
Copy the full SHA e470d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5ed18 - Browse repository at this point
Copy the full SHA 6c5ed18View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 73f18a6 - Browse repository at this point
Copy the full SHA 73f18a6View commit details -
test_find_sources: check cwd for non root paths (#10077)
Co-authored-by: hauntsaninja <>
Configuration menu - View commit details
-
Copy full SHA for 28668c8 - Browse repository at this point
Copy the full SHA 28668c8View commit details -
Use relative paths when matching exclude (#10078)
Co-authored-by: hauntsaninja <>
Configuration menu - View commit details
-
Copy full SHA for 3b0b05d - Browse repository at this point
Copy the full SHA 3b0b05dView commit details
Commits on Feb 19, 2021
-
Add Python script to build wheels using cibuildwheel (#10096)
The contents are extracted from the current GitHub action definition: https://github.com/mypyc/mypy_mypyc-wheels/blob/master/.github/workflows/build.yml This is a fairly direct translation of the existing behavior. The behavior should be identical to the current workflow. The idea is to make this easier to maintain and easier to test locally. This should also make it easier to fix #10074.
Configuration menu - View commit details
-
Copy full SHA for 4373cd5 - Browse repository at this point
Copy the full SHA 4373cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d089891 - Browse repository at this point
Copy the full SHA d089891View commit details
Loading
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.800...v0.812