summaryrefslogtreecommitdiffstats
path: root/Doc/library/enum.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 m...Ethan Furman2013-06-281-2/+10
* Fix markup of the synopsis along with changing to state what is in theBrett Cannon2013-06-151-2/+2
* Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...Ethan Furman2013-06-141-0/+542