1. c1cbcac Fixes crash on Python3.10-beta.2 and typing_extensions@3.10.0.1 (#869) by Nikita Sobolev · 2 years, 9 months ago
  2. ec052c3 Fix linter warnings (#868) by Sebastian Rittau · 2 years, 9 months ago
  3. 3ed2adb Update supported features (#855) by Sebastian Rittau · 2 years, 9 months ago
  4. 7d2fae8 prepare release 3.10.0.1 (#863) by Jelle Zijlstra · 2 years, 9 months ago
  5. 01b0368 Linkfixes (#857) by Sebastian Rittau · 2 years, 9 months ago
  6. 7d47c9f Rework README (#853) by Sebastian Rittau · 2 years, 9 months ago
  7. 651cb58 Rename the documentation (#854) by Sebastian Rittau · 2 years, 9 months ago
  8. c7c30c8 Link to discussion forums (#852) by Sebastian Rittau · 2 years, 9 months ago
  9. ce2ea20 Various improvements to the Type Stubs document (#846) by Sebastian Rittau · 2 years, 9 months ago
  10. f5bc93a Link to the typing module docs (#849) by Sebastian Rittau · 2 years, 9 months ago
  11. b4ea885 Build the docs when a PR is created (#848) by Sebastian Rittau · 2 years, 9 months ago
  12. 9e1e447 Move the typing tools section to the index (#847) by Sebastian Rittau · 2 years, 9 months ago
  13. 82b3940 Ignore venv and README when building docs (#843) by Sebastian Rittau · 2 years, 9 months ago
  14. d7f07b7 Add type stubs document (#844) by Sebastian Rittau · 2 years, 9 months ago
  15. 421e0a4 Add docs/venv to .gitignore (#841) by Sebastian Rittau · 2 years, 9 months ago
  16. f36dc8d Replace deprecated unittest aliases (#836) by Hugo van Kemenade · 2 years, 10 months ago
  17. 0fc0eda Add docs build options and theme requirements (#818) by Shannon Zhu · 3 years ago
  18. a114379 Support most use cases for PEP 612 with Generic (#817) by Ken Jin · 3 years ago
  19. 2de0a93 Initial sphinx docs setup (#814) by Shannon Zhu · 3 years ago
  20. c4191ac Add a missing comma to `__all__` (#808) by Bas van Beek · 3 years, 1 month ago
  21. fcc7df6 add CONTRIBUTING.md (#806) by Jelle Zijlstra · 3 years, 1 month ago
  22. edd78b2 prepare release 3.10.0.0 (#805) by Jelle Zijlstra · 3 years, 1 month ago
  23. c33fe16 Implement TypeGuard (PEP 649) (#803) by Jelle Zijlstra · 3 years, 1 month ago
  24. 4ba98e8 backport ParamSpecArgs/Kwargs (#798) by Jelle Zijlstra · 3 years, 2 months ago
  25. 40932e3 Fixed required/optional keys with old-style TypedDict (#778) by Dominic Davis-Foster · 3 years, 2 months ago
  26. 6a2a490 Bring in protocol’s __init__ behaviour same like in python > 3.8 (#780) by Dawid Kraczkowski · 3 years, 2 months ago
  27. c23141f Support PEP 612 in typing_extensions (Python 3) (#774) by Ken Jin · 3 years, 2 months ago
  28. dacb6b0 also run python 3.9 in CI (#796) by Jelle Zijlstra · 3 years, 2 months ago
  29. ea7f88e Add OrderedDict to typing_extensions (#791) by James Morris · 3 years, 3 months ago
  30. c487c47 Only allow installing this package for Python 2.7 and 3.4 (#784) by Daniel Ciborowski · 3 years, 3 months ago
  31. b364d78 Document availability of Annotated (#790) by Nils K · 3 years, 3 months ago
  32. c7a981a Update test_typing_extensions.py (#773) by Ken Jin · 3 years, 5 months ago
  33. b5c0b6d Apply get_args fix from bpo-40398 to typing_extensions (#770) by Antonio Valentino · 3 years, 5 months ago
  34. 27147f8 Fix tests failing with 3.10.0a2+ (#768) by Noel Evans · 3 years, 6 months ago
  35. 95d6776 Fix stray close paren by Guido van Rossum · 3 years, 9 months ago
  36. fd421e9 Update README by Guido van Rossum · 3 years, 9 months ago
  37. 5d2f3b1 Disable 3.5.1 build -- can't install psutils needed by pytest-xdist by Guido van Rossum · 3 years, 9 months ago
  38. 9980493 Bump typing_extensions version to 3.7.4.3 by Guido van Rossum · 3 years, 9 months ago
  39. ec6b0b6 Remove extra 'use' in readme (#748) by Kyle Altendorf · 3 years, 10 months ago
  40. ffebbec Revert last two changes; bump version to 3.7.4.3 by Guido van Rossum · 3 years, 11 months ago
  41. c850161 Bump version to 3.7.4.2 by Guido van Rossum · 3 years, 11 months ago
  42. 0b0e248 Disallow installation on 3.5+ by Guido van Rossum · 3 years, 11 months ago
  43. 520d31b Add tox.ini for typing_extensions (#733) by Mikhail Golubev · 4 years ago
  44. 6d287f0 Add PEP 613 TypeAlias to typing_extensions (#732) by Mikhail Golubev · 4 years ago
  45. 8c78fa7 Make tests for Annotated work with Python 3.9 (#731) by Mikhail Golubev · 4 years ago
  46. d7d8b3d Remove Python 3.3 from tox.ini (#730) by Mikhail Golubev · 4 years ago
  47. 08a537d Fix flake8 failure by using Python 3.8 (#725) by Guido van Rossum · 4 years, 1 month ago
  48. 5848903 Add SupportsIndex, added in Python 3.8 (#724) by Sebastian Rittau · 4 years, 1 month ago
  49. 6660133 Update package metadata (#722) by Hugo van Kemenade · 4 years, 1 month ago
  50. d79edde Bump typing_extensions version to 3.7.4.2 by Guido van Rossum · 4 years, 2 months ago
  51. 15e5396 Fix ForwardRef hash and equality checks (#704) by Ryan Rowe · 4 years, 3 months ago
  52. e796957 Fix required and optional keys inheritance for TypedDict (#700) by Vlad Emelianov · 4 years, 4 months ago
  53. fdc9359 Replace asyncio.coroutine with async-await (#702) by Vlad Emelianov · 4 years, 4 months ago
  54. f3e77b4 Reuse stdlib PEP 593 implementation in typing_extensions if present (#699) by Jakub Stasiak · 4 years, 4 months ago
  55. 6d84d28 Add .vscode and .egg-info to gitignore (#701) by Vlad Emelianov · 4 years, 4 months ago
  56. 7e354ef Backport get_origin() and get_args() (#698) by Jakub Stasiak · 4 years, 4 months ago
  57. 8280de2 Add clarification to package description (#691) by Ling X. Yang · 4 years, 6 months ago
  58. 2b4749c Track optional TypdeDict keys (#687) by Zac Hatfield-Dodds · 4 years, 6 months ago
  59. dd00995 Accept arbitrary keyword names in NamedTuple() and TypedDict() (#686) by Ivan Levkivskyi · 4 years, 6 months ago
  60. c943372 Bump typing_extensions version (#683) by Ivan Levkivskyi · 4 years, 7 months ago
  61. 53e7d27 Add missing objects in typing_extensions/README.rst (#678) by crusaderky · 4 years, 9 months ago
  62. 7c00cac Bump version to 3.7.4.1 (#670) by Ivan Levkivskyi · 4 years, 10 months ago
  63. a522554 Fix isinstance() with generic protocol subclasses after subscripting (#669) by Ivan Levkivskyi · 4 years, 10 months ago
  64. 00522c4 Try fixing Travis build (#666) by Ivan Levkivskyi · 4 years, 10 months ago
  65. 6f7daad * fix tests for non-default interpreters (#662) by Frank Schaefer · 4 years, 10 months ago
  66. f254d69 Use environment marker to specify typing dependency (#661) by Michael Egger · 4 years, 10 months ago
  67. f4e7b23 Fix unions of protocols on Python 2 (#654) by Ivan Levkivskyi · 5 years ago
  68. 27f2e42 Bump typing_extensions version and typing dependency version (#652) by Ivan Levkivskyi · 5 years ago
  69. baf63c5 Bump version to 3.7.4 (#651) by Ivan Levkivskyi · 5 years ago
  70. f63829c Fix subclassing builtin protocols on older Python versions (#650) by Ivan Levkivskyi · 5 years ago
  71. 537a104 Move Protocol, runtime_checkable, Final, final, Literal, and TypedDict to typing (#649) by Ivan Levkivskyi · 5 years ago
  72. 20d1f1b Add support for Python 3.8 in typing_extensions (#647) by Ivan Levkivskyi · 5 years ago
  73. 3e2de08 Unify the implementation of annotated in src_py2 and src_py3 (#642) by till · 5 years ago
  74. 389666f Add Annotated in python2 (#640) by till · 5 years ago
  75. 859f57f Pep 593 py3 (#639) by till · 5 years ago
  76. e58d2bf Drop support of Python 3.3 (#633) by Ivan Levkivskyi · 5 years ago
  77. cbca0d1 [typing-extensions] Simple implementation for IntVar (#631) by Mark Mendoza · 5 years ago
  78. 3a50379 Add a python 3.7+ version of Annotated to typing_extensions (#1014) (#632) by till · 5 years ago
  79. 7a16042 Add SupportsIndex (#630) by Paul Dagnelie · 5 years ago
  80. 6e6e4dd Add TypedDict to typing_extensions (#628) by Ivan Levkivskyi · 5 years ago
  81. ccf2026 .travis.yml: The 'sudo' tag is now deprecated in Travis CI (#625) by cclauss · 5 years ago
  82. d687819 Add Final to the README (#619) by The Codergator · 5 years ago
  83. 1f49677 Run the tests using the current Python executable (#615) by Michael R. Crusoe · 5 years ago
  84. 4e42809 Fix GeneralMeta.__instancecheck__() for old style classes (#613) by Felix Yan · 5 years ago
  85. 1be6269 Bump typing_extensions version (#605) by Ivan Levkivskyi · 5 years ago
  86. e538a6a Add Literal[...] types to typing_extensions (#591) by Michael Lee · 6 years ago
  87. 9443f26 Fix instance/subclass checks of functions against runtime protocols. (#580) by Erik Wright · 6 years ago
  88. 33e4143 Bump typing_extension version (#587) by Ivan Levkivskyi · 6 years ago
  89. 09ed108 Improve PyPI entry for typing_extensions (#586) by Michael R. Crusoe · 6 years ago
  90. c6c7dfd Add Final to typing_extensions (#583) by Ivan Levkivskyi · 6 years ago
  91. d6631e8 Bump version to 3.6.6 (#581) by Ivan Levkivskyi · 6 years ago
  92. 140a75a include license file for typing-extensions and in wheels (#571) by Dougal J. Sutherland · 6 years ago
  93. af7a3c9 Fix IO.closed to be property (#576) by Tuomas Suutari · 6 years ago
  94. ff2084e Backport Generic.__new__ fix (#560) by Ivan Levkivskyi · 6 years ago
  95. 67cf5fd Bump typing_extensions version before release (#558) by Ivan Levkivskyi · 6 years ago
  96. 8e32dc3 Add missing 'NoReturn' to __all__ in typing.py (#545) by Allen Tracht · 6 years ago
  97. 435b294 Add annotations to NamedTuple children __new__ constructors (#454) (#537) by Paulius Šarka · 6 years ago
  98. dbac8c2 Fix typing_extensions to support PEP 560 (#549) by Ivan Levkivskyi · 6 years ago
  99. fcb6f4c Fix for issue #524 (#527) by Nickatak · 6 years ago
  100. 7d7ffcd Pass *args and **kwargs to superclass in Generic.__new__ (#517) by Chad Dombrova · 6 years ago