aboutsummaryrefslogtreecommitdiff
path: root/typing_extensions
AgeCommit message (Expand)Author
2022-06-02Add an init file to make it a module and handle versioningJulien Desprez
2022-05-31Add build files for typing_extensionsJulien Desprez
2022-03-22Add assert_type (#1103)Jelle Zijlstra
2022-03-22LiteralString, NotRequired, Required will be in 3.11 (#1110)Jelle Zijlstra
2022-03-22test_typing_extensions: fix lint (#1111)Shantanu
2022-03-17typing-extensions: Drop Python 3.6 (#1104)Jelle Zijlstra
2022-03-02Improve distribution package (#1097)Marc Mueller
2022-02-13Prepare release 4.1.1 (#1077)Jelle Zijlstra
2022-02-13Fix Python 3.7.1 and run more versions in CI (#1076)Jelle Zijlstra
2022-02-12prepare release 4.1.0 (#1072)Jelle Zijlstra
2022-02-11PEP 646 implementation (#963)Jelle Zijlstra
2022-02-11PEP 655 Add interaction with __required_keys__, __optional_keys__ and get_typ...David C
2022-02-10add LiteralString (PEP 675) (#1053)Jelle Zijlstra
2022-02-10Add Never and assert_never (#1060)Jelle Zijlstra
2022-02-08ParamSpec: backport bpo-46676 (#1059)Gregory Beauregard
2022-02-03Add typing_extensions.reveal_type (#1055)Jelle Zijlstra
2022-02-02add dataclass_transform (#1054)Jelle Zijlstra
2022-01-25Annotated: backport bpo-46491 (#1049)Gregory Beauregard
2022-01-17PEP 655 Add `Required` and `NotRequired` to `__all__` (#1031)Yurii Karabas
2022-01-16Backport tests from `test_typing.py` (#1028)Nikita Sobolev
2022-01-15@final: backport bpo-46342 (#1026)Jelle Zijlstra
2022-01-15Update tox config to add Python 3.10, support PEP517 build-backend (#1018)Chris Moradi
2022-01-15Add is_typeddict from Python 3.10 (#1016)Chris Moradi
2022-01-15Remove obsolete note (#1025)Jelle Zijlstra
2022-01-14Don't increase the major version when dropping support for a Python version (...Sebastian Rittau
2022-01-07Fix PEP number for `TypeAlias` (#1008)Predrag Gruevski
2021-12-17Add `NoReturn` to `__all__` (#983)Jelle Zijlstra
2021-11-30prepare release 4.0.1 (#974)Jelle Zijlstra
2021-11-28Vendor typing._SpecialForm to fool typing._type_check (#966)Chris Wesseling
2021-11-28prepare changelog (#969)Jelle Zijlstra
2021-11-25Rename src_py3 to src (#965)Adam Turner
2021-11-24Required/NotRequired: fix typo (#962)Jelle Zijlstra
2021-11-19Update typing-extensions README (#951)Jelle Zijlstra
2021-11-14Add `Self` type to the README of typing-extensions (#942)jack1142
2021-11-14prepare release 4.0.0 (#941)Jelle Zijlstra
2021-11-14Add PEP 655 Required and NotRequired to typing_extensions (#937)Jelle Zijlstra
2021-11-11Add PEP 673 Self type (#933)James Hilton-Balfe
2021-11-11Clean-up `typing_extensions` -- `typing_extensions` (#932)Adam Turner
2021-11-11typing_extensions: Drop Python 2.7, modernize build (#931)Adam Turner
2021-11-04Use Semantic Versioning for typing_extensions (#907)Sebastian Rittau
2021-09-16Drop Python 2 support for typing_extensions (#893)Sebastian Rittau
2021-09-15typing_extensions: Drop support for Python 3.4 & 3.5 (#881)Sebastian Rittau
2021-08-31Fix linting (#875)Sebastian Rittau
2021-08-30don't use custom _ConcatenenateGenericAlias for 3.10 (#870)Ken Jin
2021-08-30prepare release 3.10.0.2 (#873)Jelle Zijlstra
2021-08-30Fix tests for 3.10rc1 and up (#872)Ken Jin
2021-08-30fix _GenericAlias import (#871)Jelle Zijlstra
2021-08-30Fixes crash on Python3.10-beta.2 and typing_extensions@3.10.0.1 (#869)Nikita Sobolev
2021-08-30Fix linter warnings (#868)Sebastian Rittau
2021-08-29prepare release 3.10.0.1 (#863)Jelle Zijlstra