COMMITS
/ Lib/enum.py January 12, 2026
G
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci committed
December 10, 2025
E
gh-135559: [Enum] dir() on a Flag now shows aliases (GH-136527)
Ethan Furman committed
October 30, 2025
October 26, 2025
Y
gh-140609: delete unused `_stdlib_enums` in enum.py (#140618)
yihong committed
July 19, 2025
S
gh-136764: improve comment in enum.verify.__call__ (GH-136774)
Saurav Singh committed
July 10, 2025
E
gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)
Ethan Furman committed
April 25, 2025
E
gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790)
Ethan Furman committed
April 8, 2025
I
enum: remove unused function (#132044)
Inada Naoki 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
December 19, 2024
S
gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)
Stephen Morton 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
October 8, 2024
S
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev committed
September 9, 2024
A
Fix typos (#123775)
algonell committed
August 7, 2024
X
Fix typos in comments and docstring (#122720)
Xie Yanbo committed
May 7, 2024
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
April 9, 2024
E
gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)
Ethan Furman committed
March 26, 2024
I
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel 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 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
November 29, 2023
E
[Enum] update class creation for RuntimeError changes (GH-111815)
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 23, 2023
A
gh-109653: Improve `enum` import time by avoiding import of `functools` (GH-109789)
Alex Waygood committed
September 8, 2023
E
gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)
Ethan Furman committed
August 31, 2023
E
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704)
Ethan Furman 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
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
[Enum] unchain exception property.__get__ (GH-103305)
Ethan Furman committed
E
gh-93910: [Enum] remove member.member deprecation (GH-103236)
Ethan Furman committed
April 4, 2023
E
gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)
Ethan Furman committed
April 3, 2023
E
gh-98298, gh-74730: [Enum] update docs (GH-103163)
Ethan Furman committed
S
gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222)
Sadra Barikbin 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