index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
typing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] Rename typing._collect_parameters (GH-118900) (#118917)
Miss Islington (bot)
2024-05-10
1
-7/+17
*
[3.13] gh-118772: Allow TypeVars without a default to follow those with a def...
Miss Islington (bot)
2024-05-08
1
-10/+15
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
1
-1/+1
*
gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...
Alex Waygood
2024-05-07
1
-11/+30
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
1
-5/+16
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-1/+1
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-24/+71
*
gh-118418: Use a default value for `type_params` in `typing._eval_type` (#118...
Nikita Sobolev
2024-04-30
1
-2/+2
*
gh-118168: Fix Unpack interaction with builtin aliases (#118169)
Jelle Zijlstra
2024-04-23
1
-2/+3
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
1
-8/+27
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
1
-11/+85
*
gh-117521: Improve typing.TypeGuard docstring (#117522)
Jelle Zijlstra
2024-04-04
1
-11/+14
*
gh-117110: Fix subclasses of typing.Any with custom constructors (#117111)
傅立业(Chris Fu)
2024-03-29
1
-1/+1
*
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel
2024-03-26
1
-1/+1
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-10/+73
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
1
-2/+2
*
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...
Nikita Sobolev
2024-03-05
1
-1/+1
*
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)
Nikita Sobolev
2024-03-01
1
-14/+31
*
gh-115165: Fix `typing.Annotated` for immutable types (#115213)
dave-shawley
2024-02-09
1
-1/+3
*
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
Carl Meyer
2024-02-09
1
-1/+21
*
gh-113320: Reduce the number of dangerous `getattr()` calls when constructing...
Alex Waygood
2024-01-05
1
-18/+28
*
gh-113255: Clarify docs for `typing.reveal_type` (#113286)
Kir
2023-12-20
1
-2/+2
*
gh-74690: Avoid a costly type check where possible in `_ProtocolMeta.__subcla...
Alex Waygood
2023-12-04
1
-3/+19
*
gh-74690: Optimise `isinstance()` and `issubclass()` calls against runtime-ch...
Alex Waygood
2023-12-04
1
-3/+11
*
gh-112618: Make `Annotated` cache typed (#112619)
Nikita Sobolev
2023-12-02
1
-5/+6
*
gh-112509: Fix keys being present in both required_keys and optional_keys in ...
Jelle Zijlstra
2023-11-29
1
-5/+20
*
gh-111874: Call `__set_name__` on objects that define the method inside a `ty...
Alex Waygood
2023-11-27
1
-3/+18
*
gh-112345: `typing.Protocol`: Let failed subclasscheck show non-method member...
Randolf Scholz
2023-11-24
1
-1/+6
*
gh-112194: Convert more examples to doctests in `typing.py` (#112195)
Nikita Sobolev
2023-11-17
1
-31/+43
*
gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156)
Nikita Sobolev
2023-11-16
1
-2/+2
*
GH-112152: Fix typo in `typing.override` docstring (#112158)
Qua27
2023-11-16
1
-1/+1
*
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...
Nikita Sobolev
2023-10-12
1
-1/+2
*
gh-110180: Remove unused `_PickleUsingNameMixin` class from `typing` (#110181)
Alex Waygood
2023-10-01
1
-7/+0
*
gh-109653: `typing.py`: improve import time by creating soft-deprecated membe...
Alex Waygood
2023-09-23
1
-8/+18
*
gh-109543: Remove unnecessary hasattr check (#109544)
Jelle Zijlstra
2023-09-20
1
-2/+1
*
gh-105509: Simplify implementation of `typing.Annotated` (#105510)
Alex Waygood
2023-09-01
1
-25/+13
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
1
-0/+2
*
gh-105974: Revert unintentional behaviour change for protocols with non-calla...
Alex Waygood
2023-06-23
1
-32/+33
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
1
-2/+17
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
1
-3/+45
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
1
-0/+42
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-6/+6
*
Further improve docs for `typing.Annotated` (#105498)
Alex Waygood
2023-06-08
1
-6/+8
*
typing: Improve documentation of generic classes and aliases (#105369)
Alex Waygood
2023-06-07
1
-3/+5
*
gh-105430: Remove `typing._Immutable` unused internal helper (#105434)
Nikita Sobolev
2023-06-07
1
-11/+0
*
gh-105286: Further improvements to `typing.py` docstrings (#105363)
Alex Waygood
2023-06-07
1
-25/+43
*
gh-105286: Improve `typing.py` docstrings (#105287)
Alex Waygood
2023-06-05
1
-217/+253
*
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...
Alex Waygood
2023-06-05
1
-8/+20
*
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
Alex Waygood
2023-06-05
1
-0/+4
*
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...
Alex Waygood
2023-05-31
1
-19/+15
[next]