Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.9k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
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
You can’t perform that action at this time.