index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
enum.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-2/+2
*
Add missing comma.
Ezio Melotti
2013-10-05
1
-1/+1
*
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
Ezio Melotti
2013-10-05
1
-7/+7
*
Close #19011: Add documentation on some of the non-standard Enum behavior.
Ethan Furman
2013-09-28
1
-0/+73
*
Close #18989: enum members will no longer overwrite other attributes, nor be ...
Ethan Furman
2013-09-15
1
-0/+6
*
Close #18980: Enum doc fixes. Patch from Elazar Gershuni.
Ethan Furman
2013-09-09
1
-2/+3
*
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
*
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
*
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 m...
Ethan Furman
2013-06-28
1
-2/+10
*
Fix markup of the synopsis along with changing to state what is in the
Brett Cannon
2013-06-15
1
-2/+2
*
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...
Ethan Furman
2013-06-14
1
-0/+542