Insights: python/typing_extensions
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 4 people
-
Sync LICENSE with CPython
#205 merged
May 27, 2023 -
Add more detailed versioning policy
#197 merged
May 26, 2023 -
Support 3.12
#173 merged
May 26, 2023 -
Backport some new protocol tests from CPython
#202 merged
May 26, 2023 -
Minor improvements to CI workflows
#201 merged
May 26, 2023 -
Skip a problematic test on CPython 3.12.0b1
#200 merged
May 26, 2023 -
Prepare release 4.6.2
#195 merged
May 25, 2023 -
Fix @deprecated on classes with only __new__
#193 merged
May 25, 2023 -
Add guidance on robust runtime use
#189 merged
May 25, 2023 -
Fix isinstance check for Generic classes
#188 merged
May 24, 2023 -
Prepare release 4.6.1
#186 merged
May 24, 2023 -
Have `Protocol` inherit from `typing.Generic` on 3.8+
#184 merged
May 24, 2023 -
Clarify error message for non `@runtime_checkable` decorated protocols
#178 merged
May 23, 2023 -
Prepare release 4.6.0
#177 merged
May 23, 2023 -
Further simplify the implementations of the TypeVarLikes
#176 merged
May 22, 2023 -
Remove __module__ assignment for TypeVar and friends
#175 merged
May 22, 2023 -
Extend docs intro
#168 merged
May 22, 2023 -
Improve the repr() of `_marker`
#174 merged
May 22, 2023 -
add infer_variance for ParamSpec
#172 merged
May 22, 2023 -
Add references to additional known limitations
#171 merged
May 22, 2023 -
Shorten README, link to docs page
#169 merged
May 21, 2023 -
Slightly cleanup implementation of typevarlikes
#170 merged
May 21, 2023 -
Add documentation page for typing-extensions
#166 merged
May 21, 2023 -
Further 3.12 compatibility fixes
#164 merged
May 21, 2023 -
Bring over TypeVarTests from CPython
#165 merged
May 21, 2023
5 Pull requests opened by 2 people
-
Reimplement TypedDict in a similar way to Python
#191 opened
May 24, 2023 -
Don't reimplement `runtime_checkable` on py38+
#194 opened
May 25, 2023 -
Re-export all names from typing
#196 opened
May 25, 2023 -
Add introspection helper functions for third-party libraries
#203 opened
May 26, 2023 -
Add a cron job for testing third-party users of typing_extensions
#206 opened
May 27, 2023
13 Issues closed by 3 people
-
License issue
#62 closed
May 27, 2023 -
Use pre releases to allow community find bug or patch its packages.
#185 closed
May 26, 2023 -
Test regression on Python 3.12: AttributeError: type object 'Foo' has no attribute '_is_protocol'
#199 closed
May 26, 2023 -
`deprecated` raises spurious `TypeError` on classes which define only `__new__`
#192 closed
May 25, 2023 -
Consider publishing release candidates to PyPI
#190 closed
May 24, 2023 -
Cannot parameterise `typing_extensions.Protocol` with a `ParamSpec` or `TypeVarTuple` on py310+
#181 closed
May 24, 2023 -
Release 4.6.0 breaks Pydantic 1.9.2
#183 closed
May 23, 2023 -
TypeError after upgrading version to 4.6.0
#182 closed
May 23, 2023 -
TypeError: issubclass() arg 1 must be a class with version 4.6.0 with pydantic
#179 closed
May 23, 2023 -
TypeError: issubclass() arg 1 must be a class with version 4.6.0
#180 closed
May 23, 2023 -
Release 4.6.0
#158 closed
May 23, 2023 -
Add SupportsLessThan to typing and typing_extensions
#9 closed
May 22, 2023 -
Add minimum `typing_extensions` version for each backport
#121 closed
May 21, 2023
3 Issues opened by 2 people
-
Tests are broken on 3.13 due to TypedDict kwargs removal
#204 opened
May 27, 2023 -
Add a daily action to test typing-extensions against some downstream users
#198 opened
May 26, 2023 -
TypeError: Instance and class checks can only be used with @runtime_checkable protocols
#187 opened
May 24, 2023
6 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Adding protocols and aliases from _typeshed to typing-extensions
#6 commented on
May 22, 2023 • 1 new comment -
Backport allowing passing an ellipsis as the last argument of Concatenate to 3.10
#110 commented on
May 22, 2023 • 1 new comment -
`Concatenate` implementation generates runtime exception if parameterized by `...`
#48 commented on
May 22, 2023 • 1 new comment -
Generic with ParamSpec raise TypeError
#126 commented on
May 22, 2023 • 1 new comment -
`IntFloatTuple` from PEP 646 doesn't work as expected on Python<3.11
#103 commented on
May 22, 2023 • 1 new comment -
Make typing_extensions a drop in for typing
#50 commented on
May 25, 2023 • 1 new comment