1. 53a0cbc Merge tag 'android-13.0.0_r16' into int/13/fp3 by Karsten Tausche · 1 year, 5 months ago int/13/fp3 rel/13/fp3/6.A.018 rel/13/fp3/6.A.022 rel/13/fp3/6.A.023 rel/13/fp3/6.A.025 rel/13/fp3/6.A.028 rel/13/fp3/6.A.018.0 rel/13/fp3/6.A.022.1 rel/13/fp3/6.A.023.1 rel/13/fp3/6.A.025.0 rel/13/fp3/6.A.028.1
  2. 409888c Snap for 8710680 from f166e2afa01a43093d5858ecab8199f029c77b4c to tm-qpr1-release by Android Build Coastguard Worker · 2 years ago
  3. adb20eb Snap for 8710048 from 670c4eddc0c04bb2a501f34fe2f7889b5a15aa5b to tm-release by Android Build Coastguard Worker · 2 years ago
  4. f166e2a Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_typing am: 670c4eddc0 am: 036d69ad17 by Frank Feng · 2 years ago int/13/fp4
  5. 036d69a Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_typing am: 670c4eddc0 by Frank Feng · 2 years ago
  6. 670c4ed Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_typing by Frank Feng · 2 years ago
  7. 43ccf1c Add an init file to make it a module and handle versioning by Julien Desprez · 2 years ago
  8. 20e841c Add build files for typing_extensions by Julien Desprez · 2 years ago
  9. cafabde Snap for 8451773 from c4eb2a3245b26bfe629fbaeaf00cf7285f605e79 to tm-qpr1-release by Android Build Coastguard Worker · 2 years, 1 month ago
  10. a6918bf Snap for 8451755 from f6ac0eb79f331a013de281e54fce4792ed342a72 to tm-release by Android Build Coastguard Worker · 2 years, 1 month ago
  11. c4eb2a3 Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9 am: f8e1873b59 am: 2ef2783001 am: f6ac0eb79f am: ebe8664570 by frankfeng · 2 years, 1 month ago
  12. ebe8664 Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9 am: f8e1873b59 am: 2ef2783001 am: f6ac0eb79f by frankfeng · 2 years, 1 month ago
  13. f6ac0eb Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9 am: f8e1873b59 am: 2ef2783001 by frankfeng · 2 years, 1 month ago
  14. 2ef2783 Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9 am: f8e1873b59 by frankfeng · 2 years, 1 month ago
  15. f8e1873 Merge remote-tracking branch 'aosp/upstream-master' into typing am: a90fb3c4d9 by frankfeng · 2 years, 1 month ago
  16. a90fb3c Merge remote-tracking branch 'aosp/upstream-master' into typing by frankfeng · 2 years, 1 month ago
  17. 9169152 Update the statuses of the typing PEPs (#1128) by Redowan Delowar · 2 years, 1 month ago
  18. f75a81b Initial empty repository by Roman Yepishev · 2 years, 1 month ago
  19. f9d3181 Don't list specific bugs with union short-hand syntax (#1119) by Sebastian Rittau · 2 years, 1 month ago
  20. 5eed34c TypeAlias can now be used, add guidance (#1116) by Sebastian Rittau · 2 years, 1 month ago
  21. db20497 Add assert_type (#1103) by Jelle Zijlstra · 2 years, 2 months ago
  22. 07fb800 LiteralString, NotRequired, Required will be in 3.11 (#1110) by Jelle Zijlstra · 2 years, 2 months ago
  23. 3bcfc9e test_typing_extensions: fix lint (#1111) by Shantanu · 2 years, 2 months ago
  24. 0ca0e45 typing-extensions: Drop Python 3.6 (#1104) by Jelle Zijlstra · 2 years, 2 months ago
  25. 95c9c2b Improve distribution package (#1097) by Marc Mueller · 2 years, 3 months ago
  26. 02d79c2 Document how to test type annotations (#1071) by Stephen Rosen · 2 years, 3 months ago
  27. 1cb25b8 Improve release instructions (#1078) by Jelle Zijlstra · 2 years, 3 months ago
  28. b5dadf1 Prepare release 4.1.1 (#1077) by Jelle Zijlstra · 2 years, 3 months ago
  29. 83ed5bf Fix Python 3.7.1 and run more versions in CI (#1076) by Jelle Zijlstra · 2 years, 3 months ago
  30. 16cf672 prepare release 4.1.0 (#1072) by Jelle Zijlstra · 2 years, 3 months ago
  31. e982c96 Built-in generic now work without limitations (#1068) by Sebastian Rittau · 2 years, 3 months ago
  32. 9403ccf PEP 646 implementation (#963) by Jelle Zijlstra · 2 years, 3 months ago
  33. 46094aa Add guide to unreachable code (#1065) by Jelle Zijlstra · 2 years, 3 months ago
  34. 77e7937 Update stubs.rst (#1069) by Alex Waygood · 2 years, 3 months ago
  35. 773f759 PEP 655 Add interaction with __required_keys__, __optional_keys__ and get_type_hints() (#1057) by David C · 2 years, 3 months ago
  36. f6e8272 add LiteralString (PEP 675) (#1053) by Jelle Zijlstra · 2 years, 3 months ago
  37. a53957c Add Never and assert_never (#1060) by Jelle Zijlstra · 2 years, 3 months ago
  38. c1db137 PEP 681 is still draft (#1064) by Jelle Zijlstra · 2 years, 3 months ago
  39. a45c7e9 Update list of PEPs (#1063) by Jelle Zijlstra · 2 years, 3 months ago
  40. 31c318d ParamSpec: backport bpo-46676 (#1059) by Gregory Beauregard · 2 years, 3 months ago
  41. eeb29ad Add typing_extensions.reveal_type (#1055) by Jelle Zijlstra · 2 years, 4 months ago
  42. 59e5918 add dataclass_transform (#1054) by Jelle Zijlstra · 2 years, 4 months ago
  43. c811923 Add a note about modules that should not be included into stubs (#1019) by Nikita Sobolev · 2 years, 4 months ago
  44. 3b53f01 Annotated: backport bpo-46491 (#1049) by Gregory Beauregard · 2 years, 4 months ago
  45. 523cf02 PEP 655 Add `Required` and `NotRequired` to `__all__` (#1031) by Yurii Karabas · 2 years, 4 months ago
  46. d7d91a9 Backport tests from `test_typing.py` (#1028) by Nikita Sobolev · 2 years, 4 months ago
  47. 86fab75 @final: backport bpo-46342 (#1026) by Jelle Zijlstra · 2 years, 4 months ago
  48. 465953f Update tox config to add Python 3.10, support PEP517 build-backend (#1018) by Chris Moradi · 2 years, 4 months ago
  49. c6ce6b1 Add is_typeddict from Python 3.10 (#1016) by Chris Moradi · 2 years, 4 months ago
  50. 0c397ed Remove obsolete note (#1025) by Jelle Zijlstra · 2 years, 4 months ago
  51. d06c813 Don't increase the major version when dropping support for a Python version (#1024) by Sebastian Rittau · 2 years, 4 months ago
  52. 90b03ab Update workflow file (#1017) by Adam Turner · 2 years, 4 months ago
  53. a7a8d48 Fix PEP number for `TypeAlias` (#1008) by Predrag Gruevski · 2 years, 4 months ago
  54. def3e45 Fix link (#1007) by Sebastian Rittau · 2 years, 5 months ago
  55. 2370371 Suggest to use `_` prefix for stubs-only types (#1005) by Nikita Sobolev · 2 years, 5 months ago
  56. fbd81cd Create .editorconfig (#998) by Nikita Sobolev · 2 years, 5 months ago
  57. 4589570 Script to mail regular issue summaries to typing-sig (#929) by Sebastian Rittau · 2 years, 5 months ago
  58. ae26334 Improve TOC structure (#988) by Sebastian Rittau · 2 years, 5 months ago
  59. 9c7e30b Modify docs to comment out unpopulated toctrees (#987) by Stephen Rosen · 2 years, 5 months ago
  60. 80cfad0 Initial full TOC structure for typing docs content (#919) by Shannon Zhu · 2 years, 5 months ago
  61. ad6d085 Add `NoReturn` to `__all__` (#983) by Jelle Zijlstra · 2 years, 5 months ago
  62. a237146 prepare release 4.0.1 (#974) by Jelle Zijlstra · 2 years, 6 months ago
  63. 0c8e55f Vendor typing._SpecialForm to fool typing._type_check (#966) by Chris Wesseling · 2 years, 6 months ago
  64. 273fe26 prepare changelog (#969) by Jelle Zijlstra · 2 years, 6 months ago
  65. 345e892 Link to English version of Pycharm's landing site (#967) by Numerlor · 2 years, 6 months ago
  66. caa9cdf Rename src_py3 to src (#965) by Adam Turner · 2 years, 6 months ago
  67. 28b64f4 Required/NotRequired: fix typo (#962) by Jelle Zijlstra · 2 years, 6 months ago
  68. fefa535 Link fixes (#952) by Sebastian Rittau · 2 years, 6 months ago
  69. 93a51a6 Update typing-extensions README (#951) by Jelle Zijlstra · 2 years, 6 months ago
  70. 37aa31f Documentation: Add links to typing PEPs (#949) by Jelle Zijlstra · 2 years, 6 months ago
  71. 97d466f Add `Self` type to the README of typing-extensions (#942) by jack1142 · 2 years, 6 months ago
  72. b53cb9a prepare release 4.0.0 (#941) by Jelle Zijlstra · 2 years, 6 months ago
  73. 1d1270e Create issue templates (#921) by Sebastian Rittau · 2 years, 6 months ago
  74. 5c98e79 Add PEP 655 Required and NotRequired to typing_extensions (#937) by Jelle Zijlstra · 2 years, 6 months ago
  75. 1118e9d Make library guidelines checker agnostic (#934) by Bibo-Joshi · 2 years, 6 months ago
  76. 60aa1e2 Add PEP 673 Self type (#933) by James Hilton-Balfe · 2 years, 6 months ago
  77. 8fd49b5 Use unittest for testing instead of pytest (#935) by Sebastian Rittau · 2 years, 6 months ago
  78. 6992984 Clean-up `typing_extensions` -- `typing_extensions` (#932) by Adam Turner · 2 years, 6 months ago
  79. d298120 typing_extensions: Drop Python 2.7, modernize build (#931) by Adam Turner · 2 years, 6 months ago
  80. 7d797ba Use Semantic Versioning for typing_extensions (#907) by Sebastian Rittau · 2 years, 7 months ago
  81. 6eebf9f Fix link in README (#918) by Shannon Zhu · 2 years, 7 months ago
  82. 1fe5d43 Move individual pages from toplevel docs (#916) by Shannon Zhu · 2 years, 7 months ago
  83. e3bbd5e Upgrade Sphinx (#917) by Sebastian Rittau · 2 years, 7 months ago
  84. 85ce96b Convert libraries document to ReST (#904) by Sebastian Rittau · 2 years, 7 months ago
  85. 796a0b6 Check with stable Python 3.10 (#902) by Sebastian Rittau · 2 years, 8 months ago
  86. 5cc1d2c Drop Python 2 support for typing_extensions (#893) by Sebastian Rittau · 2 years, 8 months ago
  87. 17fe6c4 Remove typing backport (#882) by Sebastian Rittau · 2 years, 8 months ago
  88. 0a9ee8f typing_extensions: Drop support for Python 3.4 & 3.5 (#881) by Sebastian Rittau · 2 years, 8 months ago
  89. 1d8fb26 Add "Typing Guidance for Python Libraries" document (#889) by Sebastian Rittau · 2 years, 8 months ago
  90. 409715f Git ignore .venv* and venv* directories (#888) by Sebastian Rittau · 2 years, 8 months ago
  91. 9f0f1b6 Fix and clean up CI script (#876) by Sebastian Rittau · 2 years, 9 months ago
  92. 829eb41 Add caching to the GHA workflow (#880) by Sondre Lillebø Gundersen · 2 years, 9 months ago
  93. f530b8c Remove two obsolete scripts (#879) by Sebastian Rittau · 2 years, 9 months ago
  94. a4757c6 Remove the drafts directory (#878) by Sebastian Rittau · 2 years, 9 months ago
  95. 68e7cb7 Fix linting (#875) by Sebastian Rittau · 2 years, 9 months ago
  96. 6a6f807 Switch pipeline to Github Actions (#866) by davfsa · 2 years, 9 months ago
  97. f3d3d05 don't use custom _ConcatenenateGenericAlias for 3.10 (#870) by Ken Jin · 2 years, 9 months ago
  98. 7552efe prepare release 3.10.0.2 (#873) by Jelle Zijlstra · 2 years, 9 months ago
  99. 58de2e9 Fix tests for 3.10rc1 and up (#872) by Ken Jin · 2 years, 9 months ago
  100. af13555 fix _GenericAlias import (#871) by Jelle Zijlstra · 2 years, 9 months ago