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
/
library
/
enum.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] [Enum] update member.member removal (GH-29608)
Ethan Furman
2021-11-18
1
-1/+1
*
[3.10] bpo-44174: [Enum] add reference to name mangling (GH-29117)
Ethan Furman
2021-10-21
1
-3/+3
*
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
Ethan Furman
2021-10-21
1
-2/+12
*
[3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
Ethan Furman
2021-07-04
1
-549/+1017
*
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
1
-4/+30
*
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-16
1
-1/+1
*
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-2658...
Ethan Furman
2021-06-10
1
-3/+82
*
Remove duplicate words in docs. (GH-26167) (GH-26296)
Miss Islington (bot)
2021-05-22
1
-2/+2
*
fix enum.property reference in docs (GH-25875) (#25876)
Miss Islington (bot)
2021-05-04
1
-1/+1
*
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Ethan Furman
2021-04-27
1
-0/+6
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-1/+0
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-0/+1
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-1/+0
*
Enum: add (re)import of Flag for doctests (GH-25118)
Ethan Furman
2021-03-31
1
-4/+4
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-1197/+441
*
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
Ethan Furman
2021-03-03
1
-5/+6
*
Fix grammar in enum documentation. (GH-24689)
Mariatta Wijaya
2021-03-01
1
-1/+1
*
Fix minor typo in the rest format in the enum docs (GH-24335)
Pablo Galindo
2021-01-25
1
-1/+1
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
1
-27/+135
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
1
-1/+1
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
1
-2/+4
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
1
-0/+9
*
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
Ethan Furman
2020-09-22
1
-0/+15
*
Enum: add extended AutoNumber example (GH-22349)
Ethan Furman
2020-09-22
1
-0/+26
*
bpo-41816: add `StrEnum` (GH-22337)
Ethan Furman
2020-09-22
1
-0/+38
*
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Ethan Furman
2020-09-16
1
-0/+15
*
bpo-40721: add note about enum member name case (GH-22231)
Ethan Furman
2020-09-14
1
-0/+6
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
1
-0/+1
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
1
-1/+0
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
1
-0/+4
*
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
YoSTEALTH
2020-01-06
1
-1/+1
*
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872)
YoSTEALTH
2020-01-06
1
-1/+1
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
1
-5/+4
*
bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...
thatneat
2019-07-04
1
-3/+5
*
Fix typo: class declaration (GH-11678)
nu_no
2019-01-27
1
-1/+1
*
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
Ethan Furman
2018-09-22
1
-3/+10
*
bpo-33437: add __new__ vs __init__ example (GH-9145)
Ethan Furman
2018-09-12
1
-0/+31
*
bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)
Rahul Jha
2018-09-10
1
-1/+1
*
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Andrés Delfino
2018-07-07
1
-4/+4
*
bpo-33866: enum: Stop using OrderedDict (GH-7698)
INADA Naoki
2018-06-18
1
-2/+2
*
bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
2018-01-22
1
-1/+25
*
Improve enum.Flag code example (GH-5167)
Julian Kahnert
2018-01-13
1
-1/+1
*
correct documentation for enum.html (#358)
Kartik Anand
2017-02-28
1
-2/+2
*
Issue #29129: Fix typo in "Using auto" section
Berker Peksag
2017-01-02
1
-1/+1
*
close issue28172: Change all example enum member names to uppercase, per Guid...
Ethan Furman
2016-11-21
1
-172/+173
*
issue23591: fix flag decomposition and repr
Ethan Furman
2016-09-18
1
-0/+22
*
issue23591: add auto() for auto-generating Enum member values
Ethan Furman
2016-09-11
1
-16/+83
*
improve Enum docs
Ethan Furman
2016-09-08
1
-11/+12
*
add recipes for pseudo-valueless enums
Ethan Furman
2016-09-07
1
-11/+68
*
issue23591: more docs; slight change to repr
Ethan Furman
2016-09-04
1
-1/+12
[next]