COMMITS
/ Lib/test/test_enum.py December 10, 2025
E
gh-135559: [Enum] dir() on a Flag now shows aliases (GH-136527)
Ethan Furman committed
October 30, 2025
September 16, 2025
A
fix some typos (#138977)
AN Long committed
July 10, 2025
E
gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)
Ethan Furman committed
June 27, 2025
S
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
Sergey B Kirpichev committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
April 25, 2025
E
gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790)
Ethan Furman committed
April 18, 2025
B
gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#132397)
Bénédikt Tran committed
March 12, 2025
E
gh-131045: [Enum] fix flag containment checks when using values (GH-131053)
Ethan Furman committed
December 20, 2024
P
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
Petr Viktorin committed
October 22, 2024
M
gh-125259: Fix error notes removal in enum initialization (GH-125647)
Mario Šaško committed
E
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (GH-125735)
Ethan Furman committed
September 9, 2024
A
Fix typos (#123775)
algonell committed
June 14, 2024
N
gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364)
Nikita Sobolev committed
April 9, 2024
E
gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)
Ethan Furman committed
March 11, 2024
E
gh-116600: [Enum] fix global Flag repr (GH-116615)
Ethan Furman committed
E
gh-116040: [Enum] fix test_empty_names test (GH-116508)
Ethan Furman committed
March 7, 2024
E
February 28, 2024
E
gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)
Ethan Furman committed
February 19, 2024
J
gh-115539: Allow enum.Flag to have None members (GH-115636)
Jason Zhang committed
February 13, 2024
S
gh-115252: Fix test_enum with -OO mode again (GH-115334)
Serhiy Storchaka committed
February 11, 2024
S
gh-97959: Fix rendering of routines in pydoc (GH-113941)
Serhiy Storchaka committed
February 10, 2024
N
gh-115252: Fix `test_enum` with `-OO` mode (GH-115253)
Nikita Sobolev committed
February 4, 2024
E
gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
Ethan Furman committed
January 18, 2024
E
gh-114149: [Enum] revert #114160 and add more tuple-subclass tests (GH-114215)
Ethan Furman committed
January 17, 2024
E
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-114160)
Ethan Furman committed
December 5, 2023
E
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman committed
October 30, 2023
N
gh-111181: Fix enum doctests (GH-111180)
Nikita Sobolev committed
October 16, 2023
P
gh-110905: [Enum] minor fixes and cleanup (GH-110906)
Pieter Eendebak committed
September 8, 2023
E
gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)
Ethan Furman committed
September 5, 2023
N
gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)
Nikita Sobolev committed
August 31, 2023
E
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704)
Ethan Furman committed
August 28, 2023
S
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka committed
August 16, 2023
N
gh-105522: [Enum] Correctly handle possible exceptions during testing (GH-105523)
Nikita Sobolev committed
July 12, 2023
P
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
Prince Roshan committed
July 11, 2023
E
gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)
Ethan Furman committed
June 9, 2023
E
gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542)
Ethan Furman committed
June 8, 2023
N
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
Nikita Sobolev committed
May 23, 2023
E
gh-104764: [Enum] fix 3.13-specific tests (GH-104779)
Ethan Furman committed
May 22, 2023
T
gh-104764: Skip failing tests in test_enum that started failing. (#104765)
T. Wouters committed
April 18, 2023
E
gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
Ethan Furman committed
April 13, 2023
E
gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)
Ethan Furman committed
E
gh-103365: [Enum] STRICT boundary corrections (GH-103494)
Ethan Furman committed
April 6, 2023
E
gh-93910: [Enum] remove member.member deprecation (GH-103236)
Ethan Furman committed
March 31, 2023
E
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
Ethan Furman committed
March 27, 2023
E
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
Ethan Furman committed
E
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062)
Ethan Furman committed
March 23, 2023
D
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
Dong-hee Na committed
March 14, 2023
J
Rename redundant enum tests so that they run (#102535)
JosephSBoyle committed