| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add no cover for abstract method. | Bob Halley | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 1 | -1/+14 |
| | | | | | | | | These methods (which convert a str/int into an enum/int) shouldn't be commonly used by external code, so don't need to exist at the module level. The make() method on the enum class (renamed from to_enum()) can still be used, and the internal callers have been updated to use it. | ||||
| * | raise NotImplememtedError, not NotImplemented | Bob Halley | 2020-05-20 | 1 | -1/+1 |
| | | |||||
| * | Enum refactoring. | Brian Wellington | 2020-05-19 | 1 | -0/+77 |
| Consolidate the common methods related to enum classes. | |||||
