FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45535: Improve output of Enum ``dir()`` by AlexWaygood · Pull Request #29316 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45535: Improve output of Enum dir()
- #29316
#29316
Merged
ethanfurman
merged 13 commits into
python:main
python/cpython:main
from
AlexWaygood:Enum-dir-improvements
AlexWaygood/cpython:Enum-dir-improvements
Copy head branch name to clipboard
Dec 2, 2021
Conversation
Commits
13
(13)
Checks
Files changed
Merged
bpo-45535: Improve output of Enum dir()
#29316
ethanfurman
merged 13 commits into
python:main
python/cpython:main
from
AlexWaygood:Enum-dir-improvements
AlexWaygood/cpython:Enum-dir-improvements
Copy head branch name to clipboard
Commits
Commits on Oct 29, 2021
bpo-45535: Improve output of Enum ``dir()``
Show description for 0ed36bc
AlexWaygood
committed
0ed36bc
View commit details
Copy full SHA for 0ed36bc
Browse repository at this point
Simplify Enum.__dir__ slightly
AlexWaygood
committed
bb4c147
View commit details
Copy full SHA for bb4c147
Browse repository at this point
Simplify diff from upstream a little
AlexWaygood
committed
526d88b
View commit details
Copy full SHA for 526d88b
Browse repository at this point
Update enum.py
AlexWaygood
authored
bd30c46
View commit details
Copy full SHA for bd30c46
Browse repository at this point
Further simplify diff
AlexWaygood
committed
782f3c7
View commit details
Copy full SHA for 782f3c7
Browse repository at this point
Merge branch 'Enum-dir-improvements' of https://github.com/AlexWaygood/cpython into Enum-dir-improvements
AlexWaygood
committed
24e8968
View commit details
Copy full SHA for 24e8968
Browse repository at this point
Commits on Oct 30, 2021
Lookup via __dict__ for non-EnumType classes
AlexWaygood
committed
6dc0ec0
View commit details
Copy full SHA for 6dc0ec0
Browse repository at this point
Small tweaks
AlexWaygood
committed
f5f80ad
View commit details
Copy full SHA for f5f80ad
Browse repository at this point
More tweaks
AlexWaygood
committed
6d182a0
View commit details
Copy full SHA for 6d182a0
Browse repository at this point
Commits on Oct 31, 2021
Improve tests w.r.t. classmethods
AlexWaygood
committed
6b22112
View commit details
Copy full SHA for 6b22112
Browse repository at this point
More test tweaks
AlexWaygood
committed
baa8477
View commit details
Copy full SHA for baa8477
Browse repository at this point
Commits on Nov 2, 2021
Another small tweak
AlexWaygood
committed
f307b22
View commit details
Copy full SHA for f307b22
Browse repository at this point
Commits on Dec 2, 2021
Only use a single sentinel
AlexWaygood
authored
ce02230
View commit details
Copy full SHA for ce02230
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL