aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20Remove Python enables identical to global defaults.main-16kKrzysztof KosiƄski
2022-06-09Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_typing am: 670...Frank Feng
2022-06-09Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_typingandroid13-devFrank Feng
2022-06-02Add an init file to make it a module and handle versioning am: 43ccf1c114 am:...Julien Desprez
2022-06-02Add an init file to make it a module and handle versioning am: 43ccf1c114Julien Desprez
2022-06-02Add an init file to make it a module and handle versioningJulien Desprez
2022-06-01Add build files for typing_extensions am: 20e841cebc am: f7dc8f2157Julien Desprez
2022-06-01Add build files for typing_extensions am: 20e841cebcJulien Desprez
2022-05-31Add build files for typing_extensionsJulien Desprez
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d...frankfeng
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d...frankfeng
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9frankfeng
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into typingplatform-tools-33.0.2main-cg-testing-releasefrankfeng
2022-04-10Update the statuses of the typing PEPs (#1128)Redowan Delowar
2022-04-06Initial empty repositoryRoman Yepishev
2022-04-05Don't list specific bugs with union short-hand syntax (#1119)Sebastian Rittau
2022-04-05TypeAlias can now be used, add guidance (#1116)Sebastian Rittau
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-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