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
*
gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602)
sobolevn
2025-10-20
1
-18/+0
*
gh-138859: Account for `ParamSpec` defaults that are not lists … (#138868)
bzoracler
2025-10-16
1
-1/+1
*
gh-139905: Provide suggestion in error message if `Generic.__init_subclass__`...
Stan Ulbrych
2025-10-11
1
-2/+14
*
gh-137840: Implement PEP 728 (closed and extra_items in typing.TypedDict) (#1...
Angela Liss
2025-10-03
1
-3/+64
*
gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `t...
Alex Waygood
2025-09-18
1
-19/+42
*
Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#...
Alex Waygood
2025-09-16
1
-0/+19
*
gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotat...
Jelle Zijlstra
2025-09-16
1
-10/+22
*
gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of ...
David Ellis
2025-09-06
1
-1/+3
*
gh-136021: Remove dead code for internal sentinel in `typing` (#138120)
Brian Schubert
2025-08-24
1
-6/+0
*
gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227)
Jelle Zijlstra
2025-08-13
1
-2/+20
*
gh-137191: Fix how type parameters are collected from `Protocol` and `Generic...
sobolevn
2025-08-03
1
-4/+28
*
gh-136316: Make typing.evaluate_forward_ref better at evaluating nested forwa...
Jelle Zijlstra
2025-07-06
1
-3/+9
*
gh-136021: Make `type_params` a required parameter for `typing._eval_type` (#...
sobolevn
2025-07-06
1
-7/+1
*
gh-136047: Allow typing._allow_reckless_class_checks to check `_py_abc` (#136...
Jeong, YunWon
2025-07-05
1
-1/+3
*
gh-130870: Preserve `GenericAlias` subclasses in `typing.get_type_hints()` (#...
Victorien
2025-07-05
1
-10/+16
*
gh-133960: Improve typing.evaluate_forward_ref (#133961)
Jelle Zijlstra
2025-05-25
1
-27/+25
*
gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563...
Jelle Zijlstra
2025-05-14
1
-3/+5
*
gh-133925: Make typing._UnionGenericAlias hashable (#133929)
Jelle Zijlstra
2025-05-12
1
-0/+3
*
gh-133823: require explicit empty sequence for 0-field `TypedDict` objects (#...
Bénédikt Tran
2025-05-11
1
-19/+1
*
gh-133817: remove keyword arguments syntax for `NamedTuple` (#133822)
Bénédikt Tran
2025-05-11
1
-40/+1
*
typing: Modernize type annotations on IO classes (#133487)
Jelle Zijlstra
2025-05-06
1
-8/+8
*
gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...
Jelle Zijlstra
2025-05-04
1
-2/+2
*
gh-132493: Avoid eager import of annotationlib in typing (again) (#132596)
Jelle Zijlstra
2025-04-17
1
-11/+18
*
gh-132493: lazy evaluation of annotations in `typing._proto_hook` (#132534)
Felix Scherz
2025-04-16
1
-4/+7
*
gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)
Jelle Zijlstra
2025-04-15
1
-1/+1
*
gh-132493: Support deferred annotations in Protocols (#132494)
Jelle Zijlstra
2025-04-15
1
-1/+3
*
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra
2025-04-11
1
-6/+5
*
gh-118761: Lazily import annotationlib in typing (#132060)
Jelle Zijlstra
2025-04-04
1
-31/+48
*
gh-105499: Defer "import warnings" in typing (#132061)
Jelle Zijlstra
2025-04-04
1
-1/+4
*
gh-128661: Remove DeprecationWarning in evaluate_forward_ref (#128930)
Jelle Zijlstra
2025-04-03
1
-5/+2
*
gh-105499: typing: Remove an unused function (#131946)
Jelle Zijlstra
2025-03-31
1
-26/+6
*
gh-119180: Use equality when comparing against `annotationlib.Format` (#131755)
Victorien
2025-03-28
1
-3/+3
*
gh-127647: Add typing.Reader and Writer protocols (#127648)
Sebastian Rittau
2025-03-06
1
-0/+1
*
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` s...
Bartosz Sławecki
2025-03-06
1
-0/+3
*
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra
2025-03-04
1
-108/+36
*
gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)
sobolevn
2025-01-09
1
-1/+1
*
gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1...
Serhiy Storchaka
2024-12-31
1
-1/+5
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-5/+10
*
gh-126705: Make os.PathLike more like a protocol (#126706)
Stephen Morton
2024-11-12
1
-0/+1
*
gh-126699: allow AsyncIterator to be used as a base for Protocols (#126702)
Stephen Morton
2024-11-12
1
-1/+2
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-11/+11
*
gh-124412: Add helpers for converting annotations to source format (#124551)
Jelle Zijlstra
2024-09-26
1
-18/+3
*
Remove unused `_allowed_types` from `typing.py` (#124090)
sobolevn
2024-09-14
1
-6/+1
*
gh-119180: Improvements to ForwardRef.evaluate (#122210)
Jelle Zijlstra
2024-08-11
1
-0/+4
*
Fix typos in comments and docstring (#122720)
Xie Yanbo
2024-08-07
1
-1/+1
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-148/+184
*
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP ...
Alex Waygood
2024-06-25
1
-7/+16
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-4/+19
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
1
-0/+1
*
Rename typing._collect_parameters (#118900)
Jelle Zijlstra
2024-05-10
1
-7/+17
[next]