index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
howto
/
enum.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)
Nikita Sobolev
2024-02-03
1
-1/+18
*
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman
2023-12-05
1
-20/+47
*
[Enum] update class creation for RuntimeError changes (GH-111815)
Ethan Furman
2023-11-29
1
-1/+0
*
gh-111895: Convert definition list to bullet list for readability on mobile (...
Hugo van Kemenade
2023-11-09
1
-6/+6
*
gh-111181: Fix enum doctests (GH-111180)
Nikita Sobolev
2023-10-30
1
-3/+6
*
gh-110631: Fix reST indentation (#110724)
Ezio Melotti
2023-10-11
1
-7/+8
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
1
-1/+22
*
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
Nikita Sobolev
2023-06-08
1
-1/+10
*
gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
Ethan Furman
2023-04-18
1
-3/+11
*
gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)
Ethan Furman
2023-04-13
1
-3/+5
*
gh-93910: [Enum] remove member.member deprecation (GH-103236)
Ethan Furman
2023-04-06
1
-4/+3
*
gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)
Ethan Furman
2023-04-04
1
-0/+1
*
gh-98298, gh-74730: [Enum] update docs (GH-103163)
Ethan Furman
2023-04-03
1
-0/+5
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+2
*
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
Ethan Furman
2022-12-06
1
-0/+25
*
gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
Ethan Furman
2022-11-12
1
-3/+46
*
[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
Bruno Neyra
2022-11-09
1
-1/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
1
-15/+4
*
[doc]: Spotted errors while working on rstlint. (GH-30879)
Julien Palard
2022-01-27
1
-2/+1
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-146/+126
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-126/+146
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-146/+126
*
bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-3...
Nikita Sobolev
2022-01-10
1
-4/+7
*
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Alex Waygood
2021-12-02
1
-3/+4
*
bpo-45740: [Enum] add versionadded markers to docs (GH-29443)
Ethan Furman
2021-11-06
1
-7/+6
*
bpo-44174: [Enum] add reference to name mangling (GH-29116)
Ethan Furman
2021-10-21
1
-1/+2
*
Small text fixes for enum.rst (#27322)
Elliot Waite
2021-07-26
1
-8/+9
*
Fix error in Enum documentation example code that was referring to the wrong ...
krisaoe
2021-05-04
1
-1/+1
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-0/+1416