| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: add a more precise example in enum doc (GH-121015) | Filip "Ret2Me" Poplewski | 2024-11-01 | 1 | -1/+1 |
|
|
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 1 | -1/+1 |
|
|
* | gh-123005: Add version added in enum.Flag.__len__ (GH-123007) | Damien | 2024-08-14 | 1 | -0/+2 |
|
|
* | fix enum doc typo (#120091) | Saul Pwanson | 2024-06-17 | 1 | -1/+1 |
|
|
* | gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120... | Nikita Sobolev | 2024-06-14 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698) | chrysn | 2024-05-07 | 1 | -1/+7 |
|
|
* | gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) | Momo Eissenhauer | 2024-05-07 | 1 | -5/+7 |
|
|
* | Fix note in Enum.__new__ docs (#118284) | Philipp A | 2024-04-26 | 1 | -5/+5 |
|
|
* | gh-105535 Document potential performance trap during enum creation (GH-107119) | Nicolas A. Oyarzabal | 2024-03-08 | 1 | -0/+7 |
|
|
* | gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282) | HarryLHW | 2024-03-03 | 1 | -4/+4 |
|
|
* | gh-115821: [Enum] better error message for calling super().__new__() (GH-116063) | Ethan Furman | 2024-02-28 | 1 | -0/+3 |
|
|
* | gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696) | Nikita Sobolev | 2024-02-09 | 1 | -2/+15 |
|
|
* | gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH... | Finite State Machine | 2024-02-07 | 1 | -3/+1 |
|
|
* | gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871) | Ethan Furman | 2024-02-04 | 1 | -3/+26 |
|
|
* | gh-114231: Fix indentation in enum.rst (#114232) | Miyashita Yosuke | 2024-01-18 | 1 | -1/+1 |
|
|
* | gh-112328: [Enum] Make some private attributes public. (GH-112514) | Ethan Furman | 2023-12-05 | 1 | -21/+39 |
|
|
* | gh-110679: Improved markup in enum.rst (GH-110747) | Khalil Mouawad | 2023-10-25 | 1 | -15/+15 |
|
|
* | GH-111182: Update EnumType.__contains__ docs (GH-111184) | InSync | 2023-10-24 | 1 | -3/+4 |
|
|
* | Remove unnecessary escape in Doc/library/enum.rst (GH-110780) | InSync | 2023-10-12 | 1 | -1/+1 |
|
|
* | gh-110631: Fix reST indentation in `Doc/library` (#110685) | Ezio Melotti | 2023-10-11 | 1 | -14/+14 |
|
|
* | gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) | Nikita Sobolev | 2023-08-22 | 1 | -0/+4 |
|
|
* | gh-104659: Consolidate python examples in enum documentation (#104665) | Thomas Hisch | 2023-05-19 | 1 | -6/+6 |
|
|
* | gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600) | Ethan Furman | 2023-04-18 | 1 | -3/+4 |
|
|
* | gh-103365: [Enum] STRICT boundary corrections (GH-103494) | Ethan Furman | 2023-04-13 | 1 | -2/+3 |
|
|
* | gh-98298, gh-74730: [Enum] update docs (GH-103163) | Ethan Furman | 2023-04-03 | 1 | -26/+25 |
|
|
* | gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746) | Owain Davies | 2023-02-17 | 1 | -9/+8 |
|
|
* | docs: Fix enum reassign `str` documentation (GH-101507) | Peter Gessler | 2023-02-02 | 1 | -2/+2 |
|
|
* | gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) | Nikita Sobolev | 2023-01-20 | 1 | -12/+12 |
|
|
* | Fix typo in `ReprEnum` documentation (#101079) | Viicos | 2023-01-17 | 1 | -1/+1 |
|
|
* | Fix typo in `enum` module documentation (#100992) | Noam Cohen | 2023-01-12 | 1 | -1/+1 |
|
|
* | [Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709) | Christophe Nanteuil | 2023-01-03 | 1 | -3/+3 |
|
|
* | gh-100174: [Enum] Correct PowersOfThree example. (GH-100178) | Beweeted | 2022-12-11 | 1 | -2/+2 |
|
|
* | gh-99087: Add missing newline for prompts in docs (GH-98993) | Stanley | 2022-12-09 | 1 | -0/+13 |
|
|
* | gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740) | Ethan Furman | 2022-12-06 | 1 | -0/+2 |
|
|
* | gh-93464: [Enum] Add versionchanged tag (#99997) | Ethan Furman | 2022-12-05 | 1 | -0/+5 |
|
|
* | [Enum] Fix typos in the documentation (GH-99960) | Géry Ogam | 2022-12-04 | 1 | -26/+26 |
|
|
* | gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) | Ethan Furman | 2022-11-12 | 1 | -12/+27 |
|
|
* | gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) | Ethan Furman | 2022-11-06 | 1 | -3/+12 |
|
|
* | [Enum docs]: fix order of arguments to isinstance() (#98542) | Clément Robert | 2022-10-22 | 1 | -1/+1 |
|
|
* | gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) | Ethan Furman | 2022-10-21 | 1 | -1/+47 |
|
|
* | GH-95172 Make the same version `versionadded` oneline (#95172) | 180909 | 2022-10-05 | 1 | -2/+1 |
|
|
* | gh-95077: [Enum] add code-based deprecation warnings for member.member access... | Ethan Furman | 2022-07-25 | 1 | -7/+0 |
|
|
* | gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH... | Oscar R | 2022-06-23 | 1 | -0/+4 |
|
|
* | Restore default role check in `make check`. (#92290) | Ezio Melotti | 2022-05-15 | 1 | -2/+2 |
|
|
* | Enum docs: Remove unnecessary apostrophes (#92382) | Alex Waygood | 2022-05-06 | 1 | -2/+2 |
|
|
* | gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) | Ethan Furman | 2022-05-06 | 1 | -0/+21 |
|
|
* | bpo-46586: Fix documentation links (GH-31216) | Meer Suri | 2022-02-12 | 1 | -1/+1 |
|
|
* | bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007) | Nikita Sobolev | 2022-02-03 | 1 | -1/+1 |
|
|
* | bpo-40066: [Enum] skip failing doc test (GH-30637) | Kumar Aditya | 2022-01-17 | 1 | -92/+173 |
|
|