COMMITS
/ Lib/test/test_genericalias.py February 17, 2026
V
gh-141510: Mention frozendict in dict documentation (#144934)
Victor Stinner committed
January 15, 2026
S
gh-143635: Fix crash in `ga_repr_items_list` (#143670)
sobolevn committed
January 11, 2026
J
gh-128335: Make slice generic at runtime (#128336)
James Hilton-Balfe committed
November 2, 2025
S
gh-140808: Remove __class_getitem__ from mailbox._ProxyFile (#140838)
Sebastian Rittau committed
September 7, 2025
S
gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)
sobolevn committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 15, 2025
S
gh-133970: Make PEP750 types generic (#133976)
sobolevn committed
May 4, 2025
I
gh-132457: make staticmethod and classmethod generic (#132460)
Ivan Kirpichnikov committed
April 6, 2025
B
gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169)
Brian Schubert committed
March 3, 2025
T
gh-124445: Allow specializing generic ParamSpec aliases (#124512)
Tomas R. committed
October 27, 2024
B
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert committed
September 1, 2024
Y
gh-123341: Support `tkinter.Event` type subcript (#123353)
Yoda committed
May 7, 2024
J
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
James Hilton-Balfe committed
November 10, 2023
N
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#107433)
Nikita Sobolev committed
July 1, 2023
N
gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#105488)
Nikita Sobolev committed
April 27, 2023
N
gh-103880: Fix `assertRaises` usage in `test_genericalias` (GH-103916)
Nikita Sobolev committed
December 27, 2022
N
gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)
Nikita Sobolev committed
November 1, 2022
J
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra committed
October 25, 2022
M
GH-87390: Add remaining tests for PEP 646 (#98267)
Matthew Rahtz committed
May 8, 2022
M
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
Marc Mueller committed
M
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)
Matthew Rahtz committed
May 5, 2022
S
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka committed
May 2, 2022
J
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra committed
A
April 5, 2022
M
bpo-43224: typing: Add tests for pickling and copying of unpacked native tuple (GH-32159)
Matthew Rahtz committed
March 12, 2022
M
bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Matthew Rahtz committed
March 5, 2022
S
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
Serhiy Storchaka committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
December 8, 2021
J
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
Jacob Hayes committed
September 15, 2021
S
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
Serhiy Storchaka committed
July 31, 2021
S
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
Serhiy Storchaka committed
April 28, 2021
K
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Ken Jin committed
December 24, 2020
December 13, 2020
December 5, 2020
November 16, 2020
October 9, 2020
S
bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
Saiyang Gou committed
September 15, 2020
B
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya committed
August 7, 2020
V
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
Victor Stinner committed
May 12, 2020
B
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya committed
May 4, 2020
S
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka committed
April 14, 2020
E
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith committed
E
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Ethan Smith committed
E
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427)
Ethan Smith committed
April 13, 2020
C
bpo-39481: fix test_genericalias on Android (GH-19469)
Chih-Hsuan Yen committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
E
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith committed
E
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith committed
B
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
Batuhan Taşkaya committed