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