| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Tokenizer.concatenate_remaining_identifiers() | Brian Wellington | 2020-06-30 | 1 | -0/+19 |
| | | | | | | | Replace identical code duplicated in a number of rdatatype implementations that concatenated all of the remaining tokens in order to decode them. | ||||
| * | more tokenizer coverage | Bob Halley | 2020-06-18 | 1 | -1/+2 |
| | | |||||
| * | Improve the comment on get_int(), as it is unsigned. | Bob Halley | 2020-06-17 | 1 | -13/+8 |
| | | | | | | | | | | | Add missing base parameter to get_uint32. Don't copy get_int in get_uint32, just call get_int. get_uint32 erroneously permitted 4294967296. remove cut-and-paste origin parameter to get_string() and get_identifier(). | ||||
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -2/+2 |
| | | | | | | | | Classes inherit from object by default; there's no need to explicitly include this. Replace super(Foo, self) with super(). | ||||
| * | Check character-string length for HINFO records | Nils Wisiol | 2020-05-29 | 1 | -1/+5 |
| | | |||||
| * | Replace dicts with sets. | Brian Wellington | 2020-05-19 | 1 | -10/+2 |
| | | |||||
| * | Add IDNA codec support to tokenizer and dns.rdata.from_text() | Bob Halley | 2020-05-03 | 1 | -2/+13 |
| | | |||||
| * | remove backwards compatibility for something deleted 10 years ago | Bob Halley | 2020-05-03 | 1 | -16/+0 |
| | | |||||
| * | fix indentation error after tokenizer refactoring | Bob Halley | 2020-05-03 | 1 | -1/+1 |
| | | |||||
| * | Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321] | Bob Halley | 2020-05-03 | 1 | -16/+60 |
| | | |||||
| * | Add as_name(), allowing an already read token to be interpreted a name. | Bob Halley | 2020-05-01 | 1 | -4/+13 |
| | | |||||
| * | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -3/+3 |
| | | |||||
| * | Add relativize_to to from_text(). | Brian Wellington | 2020-03-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | When calling from_text, the zone code needs to apply the current origin (which may or may not be the zone origin, if sub-zone $ORIGIN statements are present), and may also want to relativize the contents to the zone origin. Previously, this was done by explicitly reading records as absolute, and then relativizing them laster. With this change, the work is moved to the tokenizer. This gets rid of the remaining internal uses of dns.rdata.choose_relativity(), which prevents rdata from being immutable. | ||||
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -5/+4 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Make lint happier | Björn Victor | 2018-11-12 | 1 | -4/+4 |
| | | |||||
| * | Support for Chaos A records | Björn Victor | 2018-11-12 | 1 | -6/+10 |
| | | | | | Based on MX records. Adds functionality to the tokenizer to read octal 16-bit numbers. | ||||
| * | render and tokenizer epydoc removal | Bob Halley | 2017-01-16 | 1 | -79/+80 |
| | | |||||
| * | Pylint: enable superfluous-parens check | Martin Basti | 2016-06-27 | 1 | -1/+1 |
| | | |||||
| * | Pylint: enable unneeded-not check | Martin Basti | 2016-06-27 | 1 | -1/+1 |
| | | |||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -21/+40 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Merge pull request #87 from ThomasWaldmann/master | Bob Halley | 2015-02-26 | 1 | -1/+1 |
| |\ | | | | | fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer | ||||
| | * | fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41 | Thomas Waldmann | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | also added unit tests for both issues. | ||||
| * | | Remove redundant 'pass' from class definitions. | Petr Spacek | 2015-02-12 | 1 | -1/+0 |
| | | | |||||
| * | | Amend doc strings for all DNSExceptions to make them suitable for direct ↵ | Petr Spacek | 2015-02-12 | 1 | -2/+1 |
| |/ | | | | printing. | ||||
| * | doco fixes | Bob Halley | 2012-04-08 | 1 | -2/+2 |
| | | |||||
| * | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | create exceptions with arguments as "raise E(args)" instead of "raise E, args" | Bob Halley | 2010-01-14 | 1 | -20/+15 |
| | | |||||
| * | update copyrights for 2010 | Bob Halley | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | add backwards compatibility for token objects | Bob Halley | 2010-01-13 | 1 | -0/+16 |
| | | |||||
| * | actually set has_escape correctly when building tokens with escapes | Bob Halley | 2010-01-12 | 1 | -1/+1 |
| | | |||||
| * | handle escapes outside of names when reading text format | Bob Halley | 2010-01-12 | 1 | -10/+43 |
| | | |||||
| * | make a proper token object to facilitate future tokenization work | Bob Halley | 2010-01-12 | 1 | -59/+133 |
| | | |||||
| * | update copyrights | Bob Halley | 2009-06-18 | 1 | -1/+1 |
| | | |||||
| * | update copyrights for 2007 | Bob Halley | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG) | Bob Halley | 2006-01-10 | 1 | -0/+7 |
| | | |||||
| * | update copyrights | Bob Halley | 2005-09-02 | 1 | -1/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48 | ||||
| * | remove cvs $Id$ tags | Bob Halley | 2005-09-02 | 1 | -2/+0 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40 | ||||
| * | accept the unknown RR syntax for known RR types | Bob Halley | 2005-09-02 | 1 | -3/+3 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-14 08:33:47 | ||||
| * | initial import | Bob Halley | 2005-09-02 | 1 | -0/+424 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
