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