summaryrefslogtreecommitdiff
path: root/Doc/library/enum.rst
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-191-5/+4
* bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...thatneat2019-07-041-3/+5
* Fix typo: class declaration (GH-11678)nu_no2019-01-271-1/+1
* bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)Ethan Furman2018-09-211-3/+10
* bpo-33437: add __new__ vs __init__ example (GH-9145)Ethan Furman2018-09-121-0/+31
* bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)Rahul Jha2018-09-101-1/+1
* Fix moduleauthor/sectionauthor directives in Enum (GH-8117)Andrés Delfino2018-07-071-4/+4
* bpo-33866: enum: Stop using OrderedDict (GH-7698)INADA Naoki2018-06-191-2/+2
* bpo-31801: Enum: add _ignore_ as class option (#5237)Ethan Furman2018-01-221-1/+25
* Improve enum.Flag code example (GH-5167)Julian Kahnert2018-01-121-1/+1
* correct documentation for enum.html (#358)Kartik Anand2017-02-281-2/+2
* Issue #29129: Fix typo in "Using auto" sectionBerker Peksag2017-01-021-1/+1
* close issue28172: Change all example enum member names to uppercase, per Guid...Ethan Furman2016-11-211-172/+173
* issue23591: fix flag decomposition and reprEthan Furman2016-09-181-0/+22
* issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-101-16/+83
* improve Enum docsEthan Furman2016-09-071-11/+12
* add recipes for pseudo-valueless enumsEthan Furman2016-09-071-11/+68
* issue23591: more docs; slight change to reprEthan Furman2016-09-041-1/+12
* issue23591: bool(empty_flags) == False; more docs & testsEthan Furman2016-09-021-3/+59
* issue23591: add docs; code cleanup; more testsEthan Furman2016-09-011-46/+127
* issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-201-1/+20
* Issue26988: remove AutoEnumEthan Furman2016-08-201-218/+65
* Silence warnings from 'make suspicious' to make the docs buildbot happyBerker Peksag2016-08-061-7/+9
* Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-65/+216
* Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-1/+1
|\
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-1/+1
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-301-2/+2
|\ \ | |/
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-2/+2
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-1/+2
* | Merge string formatting doc fixes from 3.5Martin Panter2016-02-081-6/+6
|\ \ | |/
| * Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-6/+6
| * Close issue25594: advise against accessing Enum members from other membersEthan Furman2015-11-201-10/+16
* | use public 'value'Ethan Furman2016-01-161-1/+1
* | revert change 87a9dff5106c: pure Enum members again evaluate to True;Ethan Furman2016-01-151-1/+10
* | Close 25594: advise against accessing Enum members from other membersEthan Furman2015-11-201-10/+16
* | Issue #25210: Change error message of do_richcompare()Victor Stinner2015-10-141-1/+1
|/
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tagsYury Selivanov2015-09-111-1/+1
* | Issue22997: minor doc update; thanks to Simoen VisserEthan Furman2015-01-141-3/+7
|\ \ | |/
| * Issue22997: minor doc update; thanks to Simoen VisserEthan Furman2015-01-141-3/+7
* | standardize Enum docs by referring to 'special methods' instead of __dunder__...Ethan Furman2014-11-011-5/+5
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | Issue #21706: Add a versionchanged directive to the functional API docs.Berker Peksag2014-09-181-0/+3
* | Close issue21706: add 'start' parameter to functional APIEthan Furman2014-09-161-3/+6
|/
* Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-161-6/+9
* Fix spelling in enum docs.Zachary Ware2014-03-201-3/+3
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+1
* Issue20653: fix ReST for EnumEthan Furman2014-03-031-10/+10
* Close issue20653: improve functional API docs; minor code changesEthan Furman2014-03-031-0/+34