| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | set update section globals for convenience; fix formatting | Bob Halley | 2020-06-25 | 1 | -1/+1 |
| * | make sections a list; propertize question, answer, etc. | Bob Halley | 2020-06-25 | 1 | -49/+59 |
| * | section enums | Bob Halley | 2020-06-25 | 1 | -35/+16 |
| * | Fix TTL limiting. | Brian Wellington | 2020-06-24 | 1 | -1/+1 |
| * | Minor style changes. | Brian Wellington | 2020-06-24 | 1 | -9/+8 |
| * | add comment about is-response checking for DDNS | Bob Halley | 2020-06-19 | 1 | -0/+4 |
| * | Fix typo. | Brian Wellington | 2020-06-17 | 1 | -1/+1 |
| * | lint | Bob Halley | 2020-06-16 | 1 | -1/+2 |
| * | Add support for multi-message TSIG. | Brian Wellington | 2020-06-16 | 1 | -5/+19 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | Add one_rr_per_rrset mode to text reader, as it is handy for testing. | Bob Halley | 2020-06-14 | 1 | -6/+19 |
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -3/+3 |
| * | revision of truncation handling | Bob Halley | 2020-05-22 | 1 | -5/+26 |
| * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 1 | -2/+2 |
| * | Start converting rdatatype/rdataclass to enum. | Brian Wellington | 2020-05-18 | 1 | -4/+2 |
| * | Fix the dns.message.BadEDNS documentation. | Brian Wellington | 2020-05-11 | 1 | -1/+1 |
| * | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -9/+9 |
| * | Document dns.message.from_text() blank line behavior [Issue #354]. | Bob Halley | 2020-05-07 | 1 | -0/+6 |
| * | IDNA support for zones, messages, names in rdata, rrsets, and rdatasets. | Bob Halley | 2020-05-03 | 1 | -8/+16 |
| * | Use context managers to simplify code. | Brian Wellington | 2020-05-01 | 1 | -15/+5 |
| * | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -2/+2 |
| * | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 1 | -2/+0 |
| * | Correct Message.is_response docstring | Peter Olson | 2020-02-29 | 1 | -1/+1 |
| * | remove the rest of the unicode string prefixes | Bob Halley | 2019-01-08 | 1 | -19/+19 |
| * | dns.message.from_wire() now sets message.original_id sensibly. | Bob Halley | 2019-01-05 | 1 | -0/+1 |
| * | When decoding from wire format, if a message has TC set, raise a Truncated | Bob Halley | 2019-01-05 | 1 | -0/+8 |
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -11/+9 |
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| * | Use proper binary empty string in a few places. | Bob Halley | 2017-01-28 | 1 | -6/+6 |
| * | fix more typos | Bob Halley | 2017-01-14 | 1 | -3/+3 |
| * | more message doco | Bob Halley | 2017-01-14 | 1 | -1/+1 |
| * | Message doco. | Bob Halley | 2017-01-14 | 1 | -221/+318 |
| * | checkpoint message doc | Bob Halley | 2017-01-14 | 1 | -79/+1 |
| * | Implement EDNS Client Subnet option | pascal.bouchareine | 2016-11-03 | 1 | -0/+2 |
| * | Pylint: remove bare excepts | Martin | 2016-08-31 | 1 | -3/+3 |
| * | Pylint: enable bad-whitespace check | Martin Basti | 2016-06-27 | 1 | -1/+1 |
| * | Pylint: enable unused-import check | Martin Basti | 2016-06-27 | 1 | -1/+0 |
| * | Fix typos | Jakub Wilk | 2016-05-26 | 1 | -3/+3 |
| * | dns.message.make_query() now interprets any setting that implies | Bob Halley | 2016-05-13 | 1 | -2/+23 |
| * | Dictionary keys doesn't support slicing. That's throw an error in the program | Luis González Fernández | 2016-05-05 | 1 | -1/+1 |
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -81/+106 |
| * | Remove redundant 'pass' from class definitions. | Petr Spacek | 2015-02-12 | 1 | -6/+0 |
| * | Amend doc strings for all DNSExceptions to make them suitable for direct prin... | Petr Spacek | 2015-02-12 | 1 | -8/+7 |
| * | Responses to messages signed with TSIG were broken. | Bob Halley | 2014-04-04 | 1 | -4/+11 |
| * | allow all EDNS parameters to be specifed when making a query | Bob Halley | 2012-04-08 | 1 | -2/+14 |
| * | Add flag to ignore trailing junk in message. | Shane Huntley | 2012-01-29 | 1 | -4/+11 |
| * | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| * | do more careful bounds checking, and if checking fails, raise dns.exception.F... | Bob Halley | 2011-04-05 | 1 | -1/+2 |
| * | use is and not == when comparing sections | Bob Halley | 2010-12-17 | 1 | -1/+1 |