| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deal with "in" changes for enums in python 3.12 | Bob Halley | 2023-05-06 | 1 | -8/+0 |
| * | Enum typing (#923) | Brian Wellington | 2023-04-06 | 1 | -8/+11 |
| * | re-run black | Bob Halley | 2023-03-19 | 1 | -1/+0 |
| * | Improve DNSSEC _doco, minor DNSSEC and typing tweaks. | Bob Halley | 2022-12-12 | 1 | -1/+1 |
| * | Fix type lint from latest mypy. | Bob Halley | 2022-11-24 | 1 | -1/+1 |
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -123/+217 |
| * | One more pass, after adding --disallow-incomplete-defs | Bob Halley | 2022-03-11 | 1 | -8/+9 |
| * | Typing pass number 2, featuring typing of bools, adding a return type | Bob Halley | 2022-03-10 | 1 | -20/+21 |
| * | Add integrated typing to much of dnspython. | Bob Halley | 2022-03-05 | 1 | -28/+46 |
| * | Require trailing field in rdata of TLSA and friends | Peter Thomassen | 2022-01-25 | 1 | -1/+1 |
| * | _cmp() raised NoRelativeRdataOrdering in abs vs. abs casecmp_fix | Bob Halley | 2021-10-14 | 1 | -3/+5 |
| * | Allow relative rdata comparisons for now, but disallow in the future. | Bob Halley | 2021-10-14 | 1 | -2/+36 |
| * | Fix #698 and #702, problems caused by _cmp() giving the wrong | Bob Halley | 2021-10-11 | 1 | -5/+29 |
| * | Add support for RFC 6742 types. | Brian Wellington | 2021-07-13 | 1 | -10/+10 |
| * | avoid compatibility warnings for python 3.12 | Bob Halley | 2021-07-10 | 1 | -1/+1 |
| * | Lint pass | Bob Halley | 2021-05-02 | 1 | -0/+3 |
| * | Pass kw from dns.rdata.to_text to _hexify and _base64ify | Peter Thomassen | 2021-01-05 | 1 | -3/+3 |
| * | processing order implementation | Bob Halley | 2020-09-02 | 1 | -0/+9 |
| * | _as_ttl was not returning the value if converting from a string | Bob Halley | 2020-09-01 | 1 | -1/+1 |
| * | replace() can now rely on constructors to validate | Bob Halley | 2020-08-27 | 1 | -4/+0 |
| * | more constructor checking work | Bob Halley | 2020-08-26 | 1 | -1/+15 |
| * | remove _constify() uses; more complete checking of bitmap windows types like ... | Bob Halley | 2020-08-25 | 1 | -0/+2 |
| * | finish type constructor type checking | Bob Halley | 2020-08-22 | 1 | -5/+8 |
| * | checkpoint rdata constructor checking | Bob Halley | 2020-08-21 | 1 | -4/+105 |
| * | add as_rdataclass() and as_rdatatype(), and use them in rdata constructor | Bob Halley | 2020-08-21 | 1 | -2/+8 |
| * | Detect and reject attempts to use compressed names in the generic rdata | Bob Halley | 2020-08-21 | 1 | -0/+10 |
| * | make name and rdata use the immutable decoratormore-immut | Bob Halley | 2020-08-19 | 1 | -11/+9 |
| * | Add immutable module. | Bob Halley | 2020-08-08 | 1 | -15/+4 |
| * | the abstract wire parse method for Rdata is now from_wire_parser() | Bob Halley | 2020-07-31 | 1 | -1/+1 |
| * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 1 | -25/+26 |
| * | ignore coverage on abstract methods | Bob Halley | 2020-07-24 | 1 | -4/+4 |
| * | a way of doing commentscomments | Bob Halley | 2020-07-20 | 1 | -14/+26 |
| * | Fix _wordbreak() to always return a str. | Brian Wellington | 2020-07-09 | 1 | -5/+6 |
| * | Generalize the word breaking code. | Brian Wellington | 2020-07-09 | 1 | -13/+14 |
| * | Make dns.rdata._base64ify(..., 0) work. | Brian Wellington | 2020-07-09 | 1 | -0/+2 |
| * | Rework wire format processing. | Bob Halley | 2020-07-02 | 1 | -9/+36 |
| * | The cached _all_slots technique of the earlier pickle fix didn't work for | Bob Halley | 2020-06-22 | 1 | -12/+6 |
| * | Fix rdata pickling. | Bob Halley | 2020-06-18 | 1 | -2/+24 |
| * | validate rdata replace() | Bob Halley | 2020-06-18 | 1 | -2/+7 |
| * | Now that rdata are immutable, there is no point to the validate() method, so | Bob Halley | 2020-06-17 | 1 | -15/+0 |
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -2/+2 |
| * | Improvements to dns.rdata.to_wire(). | Brian Wellington | 2020-06-01 | 1 | -10/+16 |
| * | make rdata objects picklable again | Petr Špaček | 2020-05-27 | 1 | -0/+7 |
| * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 1 | -4/+4 |
| * | Finish rdatatype conversion. | Brian Wellington | 2020-05-18 | 1 | -1/+6 |
| * | Start converting rdatatype/rdataclass to enum. | Brian Wellington | 2020-05-18 | 1 | -0/+4 |
| * | more documentation | Bob Halley | 2020-05-09 | 1 | -0/+1 |
| * | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -6/+6 |
| * | Add IDNA codec support to tokenizer and dns.rdata.from_text() | Bob Halley | 2020-05-03 | 1 | -2/+9 |
| * | do not import BytesIO into rdata namespace | Bob Halley | 2020-05-01 | 1 | -2/+1 |