-
Notifications
You must be signed in to change notification settings - Fork 280
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/typing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python/typing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 13 files changed
- 7 contributors
Commits on Feb 14, 2022
-
Improve release instructions (#1078)
This is what I've actually been doing, but better to document it.
Configuration menu - View commit details
-
Copy full SHA for 1cb25b8 - Browse repository at this point
Copy the full SHA 1cb25b8View commit details
Commits on Feb 21, 2022
-
Document how to test type annotations (#1071)
This is a slightly broader refactor than just testing. It also consolidates information about checking type coverage/completeness. This originates from a thread on the mypy tracker [1]. In terms of presentation, the goal is to present guidance and offer up several options, many of which were proposed by contributors to that thread. Several of the goals from that thread were not achieved here, including documentation covering stubgen and monkeytype, stubtest, and potentially more. However, the document is written such that it should be possible to add a section on "Generating Annotations" as was planned earlier. [1]: python/mypy#11506
Configuration menu - View commit details
-
Copy full SHA for 02d79c2 - Browse repository at this point
Copy the full SHA 02d79c2View commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95c9c2b - Browse repository at this point
Copy the full SHA 95c9c2bView commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ca0e45 - Browse repository at this point
Copy the full SHA 0ca0e45View commit details
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3bcfc9e - Browse repository at this point
Copy the full SHA 3bcfc9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fb800 - Browse repository at this point
Copy the full SHA 07fb800View commit details -
Configuration menu - View commit details
-
Copy full SHA for db20497 - Browse repository at this point
Copy the full SHA db20497View commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5eed34c - Browse repository at this point
Copy the full SHA 5eed34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d3181 - Browse repository at this point
Copy the full SHA f9d3181View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9169152 - Browse repository at this point
Copy the full SHA 9169152View commit details -
Fix "accepts only single type" errors (#1130)
- Add "a" to make the message grammatical - Add a trailing period because _type_check adds another sentence after it. For example, `Unpack[3]` on 3.10 currently fails with `TypeError: Unpack accepts only single type Got 3.`. - Use an f-string
Configuration menu - View commit details
-
Copy full SHA for cba3a90 - Browse repository at this point
Copy the full SHA cba3a90View commit details
Commits on Apr 15, 2022
-
Add
assert_typeto__all__(#1136)Looks like this is in `typing.__all__` but was missed out of `typing_extensions.__all__`
Configuration menu - View commit details
-
Copy full SHA for e7bc381 - Browse repository at this point
Copy the full SHA e7bc381View commit details
Commits on Apr 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2acaa5a - Browse repository at this point
Copy the full SHA 2acaa5aView commit details -
Co-authored-by: Alex Waygood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35dff91 - Browse repository at this point
Copy the full SHA 35dff91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b595c73 - Browse repository at this point
Copy the full SHA b595c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2312c74 - Browse repository at this point
Copy the full SHA 2312c74View commit details -
Fix tests on Python 3.11 (#1139)
- Defer to the PEP 646 implementation in typing.py on 3.11 - Adjust some tests accordingly. Noted a bug in python/cpython#32341 (comment) - typing._type_check() is more lenient in 3.11 and no longer rejects ints - The representation of the empty tuple type changed Tests pass for me on a 3.11 build from today now.
Configuration menu - View commit details
-
Copy full SHA for 783c8ca - Browse repository at this point
Copy the full SHA 783c8caView commit details
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a39406 - Browse repository at this point
Copy the full SHA 9a39406View 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 4.1.1...4.2.0