Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. | Ethan Furman | 2013-09-07 | 1 | -58/+67 | |
| | ||||||
* | Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such ↵ | Ethan Furman | 2013-09-01 | 1 | -0/+6 | |
| | | | | as IntEnum). | |||||
* | fixed examples to work with changed attribute names | Ethan Furman | 2013-07-30 | 1 | -5/+5 | |
| | ||||||
* | closes issue18042 -- a `unique` decorator is added to enum.py | Ethan Furman | 2013-07-19 | 1 | -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 Furman | 2013-06-29 | 1 | -0/+4 | |
| | ||||||
* | Added example to enum docs show access to name and value attributes of enum ↵ | Ethan Furman | 2013-06-28 | 1 | -2/+10 | |
| | | | | members. | |||||
* | Fix markup of the synopsis along with changing to state what is in the | Brett Cannon | 2013-06-15 | 1 | -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 Furman | 2013-06-14 | 1 | -0/+542 | |
standard library). Missing files added. News entry added. |