| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pass kw from dns.rdata.to_text to _hexify and _base64ify | Peter Thomassen | 2021-01-05 | 1 | -0/+38 |
| | | |||||
| * | test _as_* methods | Bob Halley | 2020-09-01 | 1 | -0/+73 |
| | | |||||
| * | check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs ↵ | Bob Halley | 2020-09-01 | 1 | -0/+12 |
| | | | | | there. | ||||
| * | Adds SMIMEA record type, RFC 8162 | Nils Wisiol | 2020-08-27 | 1 | -0/+12 |
| | | |||||
| * | use classmethod for Gateway factories | Bob Halley | 2020-08-26 | 1 | -15/+4 |
| | | |||||
| * | remove _constify() uses; more complete checking of bitmap windows types like ↵ | Bob Halley | 2020-08-25 | 1 | -19/+19 |
| | | | | | NSEC | ||||
| * | Detect and reject attempts to use compressed names in the generic rdata | Bob Halley | 2020-08-21 | 1 | -0/+4 |
| | | | | | syntax of a known type. | ||||
| * | fix loc version not zero test | Bob Halley | 2020-08-04 | 1 | -1/+1 |
| | | |||||
| * | LOC with version not 0 is a FORMERR | Bob Halley | 2020-08-04 | 1 | -0/+4 |
| | | |||||
| * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 1 | -8/+18 |
| | | |||||
| * | increase TXT coverage | Bob Halley | 2020-07-26 | 1 | -0/+9 |
| | | |||||
| * | more easy coverage gains | Bob Halley | 2020-07-25 | 1 | -0/+85 |
| | | |||||
| * | util coverage | Bob Halley | 2020-07-24 | 1 | -0/+102 |
| | | |||||
| * | bring rdata.py to full coverage | Bob Halley | 2020-07-24 | 1 | -2/+72 |
| | | |||||
| * | test style improvements | Bob Halley | 2020-07-23 | 1 | -23/+13 |
| | | |||||
| * | Allow an escaped newline in a quoted string. | Bob Halley | 2020-07-23 | 1 | -0/+8 |
| | | |||||
| * | Increase LOC coverage. | Bob Halley | 2020-07-21 | 1 | -0/+27 |
| | | |||||
| * | a way of doing commentscomments | Bob Halley | 2020-07-20 | 1 | -0/+18 |
| | | |||||
| * | Remove debugging print. | Brian Wellington | 2020-07-08 | 1 | -1/+0 |
| | | |||||
| * | Rework wire format processing. | Bob Halley | 2020-07-02 | 1 | -4/+11 |
| | | | | | | | Wire format data is now done via a dns.wire.Parser, which does all of the bookkeeping and also provides convenience routines (e.g. get_uint16() or get_name()). | ||||
| * | more coverage improvements | Bob Halley | 2020-06-29 | 1 | -0/+16 |
| | | |||||
| * | test CH A | Bob Halley | 2020-06-23 | 1 | -0/+13 |
| | | |||||
| * | fix indentation issue that let to pointless extra checking | Bob Halley | 2020-06-19 | 1 | -2/+2 |
| | | |||||
| * | misc rdata coverage improvements | Bob Halley | 2020-06-19 | 1 | -2/+132 |
| | | |||||
| * | add more rdata test coverage | Bob Halley | 2020-06-18 | 1 | -0/+49 |
| | | |||||
| * | validate rdata replace() | Bob Halley | 2020-06-18 | 1 | -0/+7 |
| | | |||||
| * | some IDNA 2008 tests were not getting skipped if idna was not available | Bob Halley | 2020-06-17 | 1 | -0/+2 |
| | | |||||
| * | 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. | |||||
