1. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  2. 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
  3. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  4. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  5. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  6. 01cc2d5 Issue20653: fix ReST for Enum by Ethan Furman · 11 years ago
  7. 2da9504 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
  8. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 11 years ago
  9. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 11 years ago
  10. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 11 years ago
  11. fd1ff1c Add versionadded to enum docs. by R David Murray · 11 years ago
  12. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  13. 17f1edd Add missing comma. by Ezio Melotti · 11 years ago
  14. 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 11 years ago
  15. 9a1daf5 Close #19011: Add documentation on some of the non-standard Enum behavior. by Ethan Furman · 11 years ago
  16. 101e074 Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them. by Ethan Furman · 11 years ago
  17. 455bfde Close #18980: Enum doc fixes. Patch from Elazar Gershuni. by Ethan Furman · 11 years ago
  18. ed0bf8a Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. by Ethan Furman · 11 years ago
  19. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  20. 9026262 fixed examples to work with changed attribute names by Ethan Furman · 11 years ago
  21. f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 11 years ago
  22. e256346 Added rationale for defaulting to 1 in the functional API. by Ethan Furman · 11 years ago
  23. 3fe70b4a Added example to enum docs show access to name and value attributes of enum members. by Ethan Furman · 11 years ago
  24. 15e489f Fix markup of the synopsis along with changing to state what is in the by Brett Cannon · 11 years ago
  25. 6b3d64a Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library). by Ethan Furman · 11 years ago