bpo-38250: [Enum] single-bit flags are canonical#24215
Merged
ethanfurman merged 30 commits intoJan 25, 2021
python:masterpython/cpython:masterfrom
ethanfurman:enum-single_bit_flagsethanfurman/cpython:enum-single_bit_flagsCopy head branch name to clipboard
Merged
bpo-38250: [Enum] single-bit flags are canonical#24215ethanfurman merged 30 commits intopython:masterpython/cpython:masterfrom ethanfurman:enum-single_bit_flagsethanfurman/cpython:enum-single_bit_flagsCopy head branch name to clipboard
ethanfurman merged 30 commits into
python:masterpython/cpython:masterfrom
ethanfurman:enum-single_bit_flagsethanfurman/cpython:enum-single_bit_flagsCopy head branch name to clipboard
Commits
Commits on Jan 14, 2021
[Enum] fix Flag iteration, repr(), and str()
Show description for 5f522d3committedadd boundary KEEP for Flags (default for _convert_)
Show description for f7f9e72committedupdate re.RegexFlag for new Flag implementation
Show description for d289ba3committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jan 15, 2021
Commits on Jan 20, 2021
update iteration method and order
Show description for 9bd9e97committed- committed
- committed
use pop() instead of "del"
Show description for e3713aacommitted- committed
- committed
- committed
remove formatting changes
Show description for 15c060acommitted- committed
Commits on Jan 22, 2021
Commits on Jan 25, 2021
- committed
- committed
- committed
add test for next auto() and _order_
Show description for 4983558committedraise TypeError if _value_ not added in custom new
Show description for 651da18committed- committed
- committed
- authored