summaryrefslogtreecommitdiff
path: root/dns/message.py
Commit message (Expand)AuthorAgeFilesLines
* Minor Python 3 cleanups.Brian Wellington2020-06-031-3/+3
* revision of truncation handlingBob Halley2020-05-221-5/+26
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-211-2/+2
* Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-181-4/+2
* Fix the dns.message.BadEDNS documentation.Brian Wellington2020-05-111-1/+1
* in doco, text->str, binary->bytesBob Halley2020-05-081-9/+9
* Document dns.message.from_text() blank line behavior [Issue #354].Bob Halley2020-05-071-0/+6
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-8/+16
* Use context managers to simplify code.Brian Wellington2020-05-011-15/+5
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-2/+2
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* Correct Message.is_response docstringPeter Olson2020-02-291-1/+1
* remove the rest of the unicode string prefixesBob Halley2019-01-081-19/+19
* dns.message.from_wire() now sets message.original_id sensibly.Bob Halley2019-01-051-0/+1
* When decoding from wire format, if a message has TC set, raise a TruncatedBob Halley2019-01-051-0/+8
* Remove _compat module.Bob Halley2018-12-091-11/+9
* update copyrightBob Halley2018-12-011-0/+2
* Use proper binary empty string in a few places.Bob Halley2017-01-281-6/+6
* fix more typosBob Halley2017-01-141-3/+3
* more message docoBob Halley2017-01-141-1/+1
* Message doco.Bob Halley2017-01-141-221/+318
* checkpoint message docBob Halley2017-01-141-79/+1
* Implement EDNS Client Subnet optionpascal.bouchareine2016-11-031-0/+2
* Pylint: remove bare exceptsMartin2016-08-311-3/+3
* Pylint: enable bad-whitespace checkMartin Basti2016-06-271-1/+1
* Pylint: enable unused-import checkMartin Basti2016-06-271-1/+0
* Fix typosJakub Wilk2016-05-261-3/+3
* dns.message.make_query() now interprets any setting that impliesBob Halley2016-05-131-2/+23
* Dictionary keys doesn't support slicing. That's throw an error in the programLuis González Fernández2016-05-051-1/+1
* python3 supportArthur Gautier2016-04-211-81/+106
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-6/+0
* Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-8/+7
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-041-4/+11
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-081-2/+14
* Add flag to ignore trailing junk in message.Shane Huntley2012-01-291-4/+11
* update copyrightsBob Halley2011-05-121-1/+1
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-051-1/+2
* use is and not == when comparing sectionsBob Halley2010-12-171-1/+1
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-171-2/+2
* add constants for TSIG algorithmsBob Halley2010-10-171-2/+5
* message.py needs to import dns.ednsBob Halley2010-10-171-0/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-4/+4
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-23/+24
* add support for more TSIG algorithmsBob Halley2009-11-131-3/+12
* Handle negative prerequisitesBob Halley2009-06-191-1/+3
* update copyrightsBob Halley2009-06-181-1/+1
* document optionsBob Halley2009-03-301-0/+2
* add one_rr_per_rrset mode switch to methods which parse messages from wire fo...Bob Halley2009-03-301-4/+10
* EDNS option supportBob Halley2009-03-301-3/+22