summaryrefslogtreecommitdiffstats
path: root/Doc/library/enum.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.Ethan Furman2013-09-071-58/+67
|
* Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such ↵Ethan Furman2013-09-011-0/+6
| | | | as IntEnum).
* fixed examples to work with changed attribute namesEthan Furman2013-07-301-5/+5
|
* closes issue18042 -- a `unique` decorator is added to enum.pyEthan Furman2013-07-191-27/+66
| | | | | The docs also clarify the 'Interesting Example' duplicate-free enum is for demonstration purposes.
* Added rationale for defaulting to 1 in the functional API.Ethan Furman2013-06-291-0/+4
|
* Added example to enum docs show access to name and value attributes of enum ↵Ethan Furman2013-06-281-2/+10
| | | | members.
* Fix markup of the synopsis along with changing to state what is in theBrett Cannon2013-06-151-2/+2
| | | | module and not as a definition of what an enumeration is.
* Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python ↵Ethan Furman2013-06-141-0/+542
standard library). Missing files added. News entry added.