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.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
1
-1/+1
*
[3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...
Miss Islington (bot)
2024-03-05
1
-1/+1
*
[3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...
Nikita Sobolev
2024-03-03
1
-14/+31
*
[3.11] gh-115570: Fix DeprecationWarnings in test_typing (#115571)
Jelle Zijlstra
2024-02-16
1
-1/+1
*
[3.11] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#11...
Miss Islington (bot)
2024-02-09
1
-1/+3
*
[3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)
Alex Waygood
2023-12-20
1
-2/+2
*
[3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...
Miss Islington (bot)
2023-12-03
1
-2/+7
*
[3.11] gh-112509: Fix keys being present in both required_keys and optional_k...
Miss Islington (bot)
2023-11-29
1
-5/+20
*
[3.11] gh-112194: Convert more examples to doctests in `typing.py` (GH-112195...
Miss Islington (bot)
2023-11-17
1
-31/+43
*
[3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)
Alex Waygood
2023-06-09
1
-6/+6
*
[3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)
Miss Islington (bot)
2023-06-08
1
-5/+5
*
[3.11] gh-105286: Further improvements to `typing.py` docstrings (GH-105363) ...
Jelle Zijlstra
2023-06-07
1
-23/+41
*
[3.11] typing: Improve documentation of generic classes and aliases (#105369)...
Alex Waygood
2023-06-07
1
-3/+5
*
[3.11] gh-103171: Revert undocumented behaviour change for runtime-checkable ...
Alex Waygood
2023-06-07
1
-1/+1
*
[3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)
Alex Waygood
2023-06-05
1
-201/+234
*
[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)
Jelle Zijlstra
2023-05-27
1
-8/+0
*
[3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)
Miss Islington (bot)
2023-05-26
1
-4/+1
*
[3.11] gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error m...
Miss Islington (bot)
2023-05-09
1
-1/+1
*
[3.11] Improve assert_type phrasing (GH-104081) (#104084)
Miss Islington (bot)
2023-05-02
1
-3/+4
*
gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, A...
Miss Islington (bot)
2023-04-10
1
-0/+6
*
gh-88965: typing: fix type substitution of a list of types after initial `Pa...
Miss Islington (bot)
2023-03-23
1
-7/+26
*
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-1...
Miss Islington (bot)
2023-01-23
1
-1/+4
*
Correct typo in typing.py (GH-100423)
Miss Islington (bot)
2022-12-22
1
-1/+1
*
gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...
Miss Islington (bot)
2022-11-29
1
-41/+30
*
gh-98852: Fix subscription of type aliases (GH-98920)
Miss Islington (bot)
2022-11-01
1
-0/+4
*
[3.11] gh-95987: Fix `repr` of `Any` type subclasses (GH-96412) (#96451)
Shantanu
2022-10-05
1
-1/+3
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)
Miss Islington (bot)
2022-08-30
1
-1/+1
*
docs: typing.Self, fix typo (GH-94771)
Miss Islington (bot)
2022-07-12
1
-1/+1
*
gh-94607: Fix subclassing generics (GH-94610)
Miss Islington (bot)
2022-07-09
1
-0/+3
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)
Miss Islington (bot)
2022-06-18
1
-1/+1
*
[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over Ty...
Miss Islington (bot)
2022-06-14
1
-64/+46
*
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-9...
Miss Islington (bot)
2022-06-01
1
-24/+52
*
gh-91860: documentation for typing.dataclass_transform (GH-92768)
Miss Islington (bot)
2022-05-20
1
-7/+10
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Miss Islington (bot)
2022-05-10
1
-0/+1
*
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (G...
Miss Islington (bot)
2022-05-10
1
-5/+20
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-4/+11
*
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
Shantanu
2022-05-02
1
-3/+23
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
1
-4/+13
*
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
Serhiy Storchaka
2022-04-30
1
-3/+7
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
1
-5/+2
*
gh-91860: Add typing.dataclass_transform (PEP 681) (#91861)
Jelle Zijlstra
2022-04-26
1
-0/+79
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-1/+7
*
bpo-43224: Implement pickling of TypeVarTuples (#32119)
Matthew Rahtz
2022-04-22
1
-6/+19
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
1
-0/+34
*
bpo-43224: Add tests for TypeVarTuple substitution in Annotated (GH-31846)
Matthew Rahtz
2022-04-16
1
-0/+14
*
bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)
Serhiy Storchaka
2022-04-13
1
-0/+2
*
gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)
Jelle Zijlstra
2022-04-12
1
-4/+59
*
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
Adrian Garcia Badaracco
2022-04-11
1
-1/+2
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
1
-1/+30
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
1
-4/+17
[next]