| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NSEC should NOT be downcased when canonicalized, nor should HIP or IPSECKEY; ↵ | Bob Halley | 2020-06-01 | 1 | -1/+20 |
| | | | | | test all | ||||
| * | RRSIG digestable might as well be right even if it is useless | Bob Halley | 2020-06-01 | 1 | -2/+2 |
| | | |||||
| * | Fix remaining canonical form problems, and add a test. [Issue #496] | Bob Halley | 2020-06-01 | 1 | -0/+45 |
| | | |||||
| * | Fix type registration for singleton types. | Brian Wellington | 2020-05-19 | 1 | -0/+11 |
| | | |||||
| * | Add IDNA codec support to tokenizer and dns.rdata.from_text() | Bob Halley | 2020-05-03 | 1 | -0/+13 |
| | | |||||
| * | finish comment | Bob Halley | 2020-05-03 | 1 | -1/+2 |
| | | |||||
| * | Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321] | Bob Halley | 2020-05-03 | 1 | -0/+26 |
| | | |||||
| * | Add dns.rdata.Rdata.to_generic() | Brian Wellington | 2020-04-21 | 1 | -0/+13 |
| | | |||||
| * | Add dns.rdata.Rdata.replace() | Brian Wellington | 2020-04-02 | 1 | -0/+17 |
| | | | | | | | Now that Rdata instances are immutable, there needs to be a way to make a new Rdata based on an existing one. replace() creates a clone of the current Rdata, overriding fields with the specified parameters. | ||||
| * | fix tests broken by immutable rdata conversion (lists became tuples) | Bob Halley | 2020-04-02 | 1 | -1/+1 |
| | | |||||
| * | Improve assertion checking. | Brian Wellington | 2020-03-18 | 1 | -5/+5 |
| | | | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y). | ||||
| * | TST: fix failUnlessRaises -> assertRaises deprecation | Thomas A Caswell | 2019-10-30 | 1 | -1/+1 |
| | | | | | failUnlessRaises was deprecated in py31 | ||||
| * | TST: fix unittest deprecation | Thomas A Caswell | 2019-10-30 | 1 | -5/+5 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | tests/test_rdata: fix pylint (relative-import) | Tomas Krizek | 2018-07-18 | 1 | -3/+3 |
| | | |||||
| * | Add a way to dynamically register an rdata module. | Bob Halley | 2018-07-17 | 1 | -0/+16 |
| | | |||||
| * | Adds tox and coverage.py | Arthur Gautier | 2016-04-21 | 1 | -1/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41 | Thomas Waldmann | 2015-02-24 | 1 | -0/+33 |
| also added unit tests for both issues. | |||||
