aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Document how to test type annotations (#1071)Stephen Rosen
2022-02-14Improve release instructions (#1078)Jelle Zijlstra
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-11Built-in generic now work without limitations (#1068)Sebastian Rittau
2022-02-11PEP 646 implementation (#963)Jelle Zijlstra
2022-02-11Add guide to unreachable code (#1065)Jelle Zijlstra
2022-02-11Update stubs.rst (#1069)Alex Waygood
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-09PEP 681 is still draft (#1064)Jelle Zijlstra
2022-02-09Update list of PEPs (#1063)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-02-02Add a note about modules that should not be included into stubs (#1019)Nikita Sobolev
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-09Update workflow file (#1017)Adam Turner
2022-01-07Fix PEP number for `TypeAlias` (#1008)Predrag Gruevski
2022-01-04Fix link (#1007)Sebastian Rittau
2022-01-04Suggest to use `_` prefix for stubs-only types (#1005)Nikita Sobolev
2022-01-01Create .editorconfig (#998)Nikita Sobolev
2021-12-22Script to mail regular issue summaries to typing-sig (#929)Sebastian Rittau
2021-12-22Improve TOC structure (#988)Sebastian Rittau
2021-12-22Modify docs to comment out unpopulated toctrees (#987)Stephen Rosen
2021-12-21Initial full TOC structure for typing docs content (#919)Shannon Zhu
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-27Link to English version of Pycharm's landing site (#967)Numerlor
2021-11-25Rename src_py3 to src (#965)Adam Turner
2021-11-24Required/NotRequired: fix typo (#962)Jelle Zijlstra
2021-11-19Link fixes (#952)Sebastian Rittau
2021-11-19Update typing-extensions README (#951)Jelle Zijlstra
2021-11-19Documentation: Add links to typing PEPs (#949)Jelle Zijlstra
2021-11-14Add `Self` type to the README of typing-extensions (#942)jack1142