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
*
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
*
issue23591: bool(empty_flags) == False; more docs & tests
Ethan Furman
2016-09-02
1
-3/+59
*
issue23591: add docs; code cleanup; more tests
Ethan Furman
2016-09-02
1
-46/+127
*
issue26981: add _order_ compatibility shim to enum.Enum
Ethan Furman
2016-08-20
1
-1/+20
*
Issue26988: remove AutoEnum
Ethan Furman
2016-08-20
1
-218/+65
*
Silence warnings from 'make suspicious' to make the docs buildbot happy
Berker Peksag
2016-08-06
1
-7/+9
*
Add AutoEnum: automatically provides next value if missing. Issue 26988.
Ethan Furman
2016-08-05
1
-65/+216
*
Issue #24314: Merge doc links from 3.5
Martin Panter
2016-06-18
1
-1/+1
|
\
|
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-1/+1
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-2/+2
*
|
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter
2016-02-13
1
-1/+2
*
|
Merge string formatting doc fixes from 3.5
Martin Panter
2016-02-08
1
-6/+6
|
\
\
|
|
/
|
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
1
-6/+6
|
*
Close issue25594: advise against accessing Enum members from other members
Ethan Furman
2015-11-20
1
-10/+16
*
|
use public 'value'
Ethan Furman
2016-01-16
1
-1/+1
*
|
revert change 87a9dff5106c: pure Enum members again evaluate to True;
Ethan Furman
2016-01-15
1
-1/+10
*
|
Close 25594: advise against accessing Enum members from other members
Ethan Furman
2015-11-20
1
-10/+16
*
|
Issue #25210: Change error message of do_richcompare()
Victor Stinner
2015-10-14
1
-1/+1
|
/
*
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
*
|
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
Yury Selivanov
2015-09-11
1
-1/+1
*
|
Issue22997: minor doc update; thanks to Simoen Visser
Ethan Furman
2015-01-15
1
-3/+7
|
\
\
|
|
/
|
*
Issue22997: minor doc update; thanks to Simoen Visser
Ethan Furman
2015-01-15
1
-3/+7
*
|
standardize Enum docs by referring to 'special methods' instead of __dunder__...
Ethan Furman
2014-11-01
1
-5/+5
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
|
Issue #21706: Add a versionchanged directive to the functional API docs.
Berker Peksag
2014-09-18
1
-0/+3
*
|
Close issue21706: add 'start' parameter to functional API
Ethan Furman
2014-09-17
1
-3/+6
|
/
*
Issue21738: clarify usage of __new__ in Enum subclasses
Ethan Furman
2014-09-17
1
-6/+9
*
Fix spelling in enum docs.
Zachary Ware
2014-03-20
1
-3/+3
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-1/+1
*
Issue20653: fix ReST for Enum
Ethan Furman
2014-03-03
1
-10/+10
*
Close issue20653: improve functional API docs; minor code changes
Ethan Furman
2014-03-03
1
-0/+34
*
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
Larry Hastings
2014-02-10
1
-2/+2
*
Close issue20534: all pickle protocols now supported.
Ethan Furman
2014-02-08
1
-3/+11
*
Close issue20412: Updated Enum docs to have referencable Enum and IntEnum cla...
Ethan Furman
2014-02-06
1
-5/+22
[next]