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
*
Improve assert_type phrasing (#104081)
Shantanu
2023-05-02
1
-3/+4
*
GH-103629: Update Unpack's repr in compliance with PEP 692 (#104048)
Franek Magiera
2023-05-01
1
-1/+12
*
GH-103699: Add `__orig_bases__` to various typing classes (#103698)
Adrian Garcia Badaracco
2023-04-23
1
-2/+9
*
gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, A...
Nikita Sobolev
2023-04-10
1
-0/+6
*
gh-74690: Further optimise `typing._ProtocolMeta.__instancecheck__` (#103280)
Alex Waygood
2023-04-05
1
-1/+1
*
gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at ...
Alex Waygood
2023-04-05
1
-11/+14
*
gh-74690: typing: Simplify and optimise `_ProtocolMeta.__instancecheck__` (#1...
Alex Waygood
2023-04-05
1
-11/+3
*
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...
Alex Waygood
2023-04-02
1
-5/+21
*
gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152)
Alex Waygood
2023-03-31
1
-8/+12
*
gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_P...
Alex Waygood
2023-03-31
1
-10/+21
*
gh-88965: typing: fix type substitution of a list of types after initial `Pa...
Nikita Sobolev
2023-03-23
1
-7/+26
*
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...
Nikita Sobolev
2023-03-16
1
-0/+3
*
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
Nikita Sobolev
2023-03-15
1
-3/+4
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
1
-0/+41
*
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...
Nikita Sobolev
2023-01-23
1
-1/+4
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-2/+6
*
Correct typo in typing.py (#100423)
david-why
2022-12-22
1
-1/+1
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
1
-0/+4
*
gh-98253: Break potential reference cycles in external code worsened by typin...
Wenzel Jakob
2022-11-30
1
-3/+11
*
gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...
Serhiy Storchaka
2022-11-29
1
-41/+30
*
gh-98852: Fix subscription of type aliases (GH-98920)
Serhiy Storchaka
2022-11-01
1
-0/+4
*
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Anh71me
2022-08-31
1
-1/+4
*
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
Nikita Sobolev
2022-08-30
1
-1/+3
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
1
-1/+1
*
docs: typing.Self, fix typo (GH-94771)
Max Zhenzhera
2022-07-12
1
-1/+1
*
gh-94607: Fix subclassing generics (GH-94610)
Ken Jin
2022-07-09
1
-0/+3
*
bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...
Gregory Beauregard
2022-06-25
1
-0/+12
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka
2022-06-18
1
-1/+1
*
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...
Serhiy Storchaka
2022-06-12
1
-64/+46
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-7/+10
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Alex Waygood
2022-05-10
1
-0/+1
*
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Serhiy Storchaka
2022-05-08
1
-24/+52
*
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)
Matthew Rahtz
2022-05-08
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
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
1
-1/+10
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
1
-1/+1
[next]