COMMITS
/ Doc/library/enum.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 13, 2026
R
gh-136672: Docs: Move parts of Enum HOWTO to API Docs (GH-139176)
Rafael Weingartner-Ortner committed
February 8, 2026
G
January 12, 2026
G
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci committed
December 18, 2025
E
gh-118342: [Enum] update docs (GH-137290)
Ethan Furman committed
October 2, 2025
August 12, 2025
R
gh-136672: Docs: Move Enum functions and add examples (GH-136791)
RafaelWO committed
July 21, 2025
N
gh-136859: Improve `StrEnum` docs (GH-136864)
Nacho Caballero committed
February 9, 2025
V
Fix typo in `enum` documentation (#129920)
Victorien committed
December 20, 2024
P
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
Petr Viktorin committed
December 19, 2024
M
gh-112328: Document EnumDict in docs and release notes (GH-121720)
Md Rokibul Islam committed
November 1, 2024
F
docs: add a more precise example in enum doc (GH-121015)
Filip "Ret2Me" Poplewski committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 14, 2024
D
gh-123005: Add version added in enum.Flag.__len__ (GH-123007)
Damien committed
June 17, 2024
S
fix enum doc typo (#120091)
Saul Pwanson committed
June 14, 2024
N
gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364)
Nikita Sobolev committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 7, 2024
C
gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698)
chrysn committed
M
gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)
Momo Eissenhauer committed
April 26, 2024
P
Fix note in Enum.__new__ docs (#118284)
Philipp A committed
March 8, 2024
N
gh-105535 Document potential performance trap during enum creation (GH-107119)
Nicolas A. Oyarzabal committed
March 3, 2024
H
gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)
HarryLHW committed
February 28, 2024
E
gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)
Ethan Furman committed
February 9, 2024
N
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
Nikita Sobolev committed
February 7, 2024
F
gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107)
Finite State Machine committed
February 4, 2024
E
gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
Ethan Furman committed
January 18, 2024
M
gh-114231: Fix indentation in enum.rst (#114232)
Miyashita Yosuke committed
December 5, 2023
E
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman committed
October 25, 2023
K
gh-110679: Improved markup in enum.rst (GH-110747)
Khalil Mouawad committed
October 24, 2023
I
GH-111182: Update EnumType.__contains__ docs (GH-111184)
InSync committed
October 12, 2023
I
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
InSync committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
August 22, 2023
N
gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260)
Nikita Sobolev committed
May 19, 2023
T
gh-104659: Consolidate python examples in enum documentation (#104665)
Thomas Hisch 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-103365: [Enum] STRICT boundary corrections (GH-103494)
Ethan Furman committed
April 3, 2023
E
gh-98298, gh-74730: [Enum] update docs (GH-103163)
Ethan Furman committed
February 17, 2023
O
gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746)
Owain Davies committed
February 2, 2023
P
docs: Fix enum reassign `str` documentation (GH-101507)
Peter Gessler committed
January 20, 2023
N
gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)
Nikita Sobolev committed
January 17, 2023
V
Fix typo in `ReprEnum` documentation (#101079)
Viicos committed
January 12, 2023
N
Fix typo in `enum` module documentation (#100992)
Noam Cohen committed
January 3, 2023
C
[Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)
Christophe Nanteuil committed
December 11, 2022
B
gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
Beweeted committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
December 6, 2022
E
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
Ethan Furman committed
December 5, 2022
E
gh-93464: [Enum] Add versionchanged tag (#99997)
Ethan Furman committed
December 4, 2022
G
[Enum] Fix typos in the documentation (GH-99960)
Géry Ogam committed
November 12, 2022
E
gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
Ethan Furman committed