-
-
Notifications
You must be signed in to change notification settings - Fork 130
Comparing changes
Open a pull request
base repository: python/typing_extensions
base: b5f375a
head repository: python/typing_extensions
compare: 8dcd899
- 18 commits
- 8 files changed
- 11 contributors
Commits on Oct 7, 2022
-
Fix tests when running pypy (#84)
Also run CI against pypy and update actions. Closes: #83
Configuration menu - View commit details
-
Copy full SHA for 3a54ef1 - Browse repository at this point
Copy the full SHA 3a54ef1View commit details
Commits on Oct 20, 2022
-
Add
__override__attribute to @OverRide (PEP 698) (#86)Add `__override__` attribute to @OverRide As per discussion in https://mail.python.org/archives/list/[email protected]/thread/TOIYZ3SNPBJZDBRU3ZSBREXV2NNHF4KW/, we believe this is a good feature to have (as best-effort: it will not work in all cases if the user does not understand decorator implementations enough to get the right order, and it will alwasys fail if a decorator output does not support dynamic attributes). We decided to support this for two reasons: - it was a direct request from the `overrides` library owner - `typing_extensions.final` has similar behavior Tests: ``` cd src python -m unittest test_typing_extensions.py ``` Lints: ``` flake8 flake8 --config=.flake8-tests src/test_typing_extensions.py ```
Configuration menu - View commit details
-
Copy full SHA for 6e72c09 - Browse repository at this point
Copy the full SHA 6e72c09View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f9f2d8 - Browse repository at this point
Copy the full SHA 1f9f2d8View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0dc7304 - Browse repository at this point
Copy the full SHA 0dc7304View commit details
Commits on Oct 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b15a3c - Browse repository at this point
Copy the full SHA 0b15a3cView commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08ee948 - Browse repository at this point
Copy the full SHA 08ee948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8042f3b - Browse repository at this point
Copy the full SHA 8042f3bView commit details
Commits on Nov 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b56468c - Browse repository at this point
Copy the full SHA b56468cView commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad3966d - Browse repository at this point
Copy the full SHA ad3966dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9258d - Browse repository at this point
Copy the full SHA 5f9258dView commit details -
CI: test on Ubuntu-20.04, not Ubuntu-2004 (#100)
Fixes a typo in 5f9258d. We might have to wait a while before Ubuntu-2004 is released :)
Configuration menu - View commit details
-
Copy full SHA for 93ac93b - Browse repository at this point
Copy the full SHA 93ac93bView commit details -
Expand the pyproject.toml sdist include expression to include src/_ty…
…ped_dict_test_helper.py (#97)
Configuration menu - View commit details
-
Copy full SHA for 0ea104b - Browse repository at this point
Copy the full SHA 0ea104bView commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 57226b4 - Browse repository at this point
Copy the full SHA 57226b4View commit details
Commits on Dec 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 27646ec - Browse repository at this point
Copy the full SHA 27646ecView commit details
Commits on Jan 3, 2023
-
Add @typing_extensions.deprecated (#105)
See PEP 702, python/peps#2942.
Configuration menu - View commit details
-
Copy full SHA for 673e5ce - Browse repository at this point
Copy the full SHA 673e5ceView commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1039bb2 - Browse repository at this point
Copy the full SHA 1039bb2View commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e81cb82 - Browse repository at this point
Copy the full SHA e81cb82View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8dcd899 - Browse repository at this point
Copy the full SHA 8dcd899View 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 b5f375a...8dcd899