summaryrefslogtreecommitdiffstats
path: root/Doc/howto/enum.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-111895: Convert definition list to bullet list for readability on m...Miss Islington (bot)2023-11-091-6/+6
* [3.11] gh-111797: fix enum how-to (GH-111805)Ethan Furman2023-11-071-1/+0
* [3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617)Ethan Furman2023-11-031-3/+5
* [3.11] gh-110631: Fix reST indentation (GH-110724) (#110739)Ezio Melotti2023-10-111-7/+8
* [3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Ethan Furman2023-09-081-1/+22
* [3.11] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...Miss Islington (bot)2023-06-091-1/+10
* [3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103...Ethan Furman2023-04-131-3/+4
* [3.11] gh-93910: [Enum] remove member.member deprecation (GH-103236) (GH-103299)Ethan Furman2023-04-061-15/+3
* gh-98298, gh-74730: [Enum] update docs (GH-103163)Miss Islington (bot)2023-04-031-0/+5
* [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-...Miss Islington (bot)2022-11-121-3/+46
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Miss Islington (bot)2022-11-091-1/+1
* [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-171-1/+1
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-271-2/+1
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-171-146/+126
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-171-126/+146
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-161-146/+126
* bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-3...Nikita Sobolev2022-01-101-4/+7
* bpo-45535: Improve output of Enum ``dir()`` (GH-29316)Alex Waygood2021-12-021-3/+4
* bpo-45740: [Enum] add versionadded markers to docs (GH-29443)Ethan Furman2021-11-061-7/+6
* bpo-44174: [Enum] add reference to name mangling (GH-29116)Ethan Furman2021-10-211-1/+2
* Small text fixes for enum.rst (#27322)Elliot Waite2021-07-261-8/+9
* Fix error in Enum documentation example code that was referring to the wrong ...krisaoe2021-05-041-1/+1
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-311-0/+1416