- 12 Eyl, 2018 1 kayıt (commit)
-
-
orlnub123 yazdı
* Fix enum members getting shadowed by parent attributes * Move Enum._convert to EnumMeta._convert_ * Deprecate _convert
-
- 04 May, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 19 Mar, 2015 1 kayıt (commit)
-
-
Ethan Furman yazdı
add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method
-
- 04 Nis, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Giampaolo Rodola yazdı
-