summaryrefslogtreecommitdiffstats
path: root/Doc/library/enum.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
* Add missing comma.Ezio Melotti2013-10-051-1/+1
* #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.Ezio Melotti2013-10-051-7/+7
* Close #19011: Add documentation on some of the non-standard Enum behavior.Ethan Furman2013-09-281-0/+73
* Close #18989: enum members will no longer overwrite other attributes, nor be ...Ethan Furman2013-09-151-0/+6
* Close #18980: Enum doc fixes. Patch from Elazar Gershuni.Ethan Furman2013-09-091-2/+3
* 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
* 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