COMMITS
/ Lib/typing.py September 8, 2021
Y
September 2, 2021
Y
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
Yurii Karabas committed
August 25, 2021
K
August 21, 2021
S
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861)
Serhiy Storchaka committed
August 18, 2021
Y
August 6, 2021
August 4, 2021
S
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
Serhiy Storchaka committed
August 2, 2021
S
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
Serhiy Storchaka committed
July 30, 2021
Y
bpo-44747: Refactor usage of sys._getframe at typing module (#27387)
Yurii Karabas committed
Y
bpo-44761: Change default value of NewType __module__ attr (GH-27406)
Yurii Karabas committed
July 26, 2021
H
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan committed
July 24, 2021
S
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka committed
S
bpo-44731: Simplify the union type implementation (GH-27318)
Serhiy Storchaka committed
S
bpo-44353: Expand NewType tests for complex __qualname__. (#27311)
Serhiy Storchaka committed
July 23, 2021
Y
bpo-44676: Add ability to serialize types.Union (GH-27244)
Yurii Karabas committed
July 22, 2021
Y
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas committed
July 20, 2021
Y
bpo-44353: Refactor typing.NewType into callable class (GH-27250)
Yurii Karabas committed
July 19, 2021
Y
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27237)
Yurii Karabas committed
July 17, 2021
S
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka committed
G
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
Germán Méndez Bravo committed
Y
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Yurii Karabas committed
July 16, 2021
S
bpo-44652: Preserve natural order of args in the union type. (GH-27185)
Serhiy Storchaka committed
July 6, 2021
S
bpo-38291: Fix a spurious warning when using help(object) (#27039)
Sebastian Rittau committed
June 26, 2021
June 19, 2021
S
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau committed
May 13, 2021
May 12, 2021
Y
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26067)
Yurii Karabas committed
May 5, 2021
D
typing: format patch with make patchcheck (GH-25919)
Dong-hee Na committed
May 4, 2021
J
bpo-38352: Add to typing.__all__ (#25821)
Jelle Zijlstra committed
April 30, 2021
L
April 27, 2021
K
April 26, 2021
K
bpo-42904: Change search order of typing.get_type_hints eval (#25632)
Ken Jin committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 16, 2021
V
bpo-40443: Remove unused imports (GH-25429)
Victor Stinner committed
April 12, 2021
K
bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
Karthikeyan Singaravelan committed
K
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
Ken Jin committed
April 11, 2021
J
bpo-43772: Fix TypeVar.__ror__ (GH-25339)
Jelle Zijlstra committed
J
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra committed
January 11, 2021
K
Fix various ParamSpec errors in typing (GH-24176)
Ken Jin committed
January 2, 2021
K
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin committed
December 29, 2020
December 28, 2020
K
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
Ken Jin committed
December 24, 2020
December 13, 2020
December 10, 2020
A
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm committed
November 19, 2020
Y
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Yurii Karabas committed
November 17, 2020
Y
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas committed
November 1, 2020