summaryrefslogtreecommitdiff
path: root/dns/rdata.py
Commit message (Expand)AuthorAgeFilesLines
* a way of doing commentscommentsBob Halley2020-07-201-14/+26
* Fix _wordbreak() to always return a str.Brian Wellington2020-07-091-5/+6
* Generalize the word breaking code.Brian Wellington2020-07-091-13/+14
* Make dns.rdata._base64ify(..., 0) work.Brian Wellington2020-07-091-0/+2
* Rework wire format processing.Bob Halley2020-07-021-9/+36
* The cached _all_slots technique of the earlier pickle fix didn't work forBob Halley2020-06-221-12/+6
* Fix rdata pickling.Bob Halley2020-06-181-2/+24
* validate rdata replace()Bob Halley2020-06-181-2/+7
* Now that rdata are immutable, there is no point to the validate() method, soBob Halley2020-06-171-15/+0
* Minor Python 3 cleanups.Brian Wellington2020-06-031-2/+2
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-10/+16
* make rdata objects picklable againPetr Špaček2020-05-271-0/+7
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-211-4/+4
* Finish rdatatype conversion.Brian Wellington2020-05-181-1/+6
* Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-181-0/+4
* more documentationBob Halley2020-05-091-0/+1
* in doco, text->str, binary->bytesBob Halley2020-05-081-6/+6
* Add IDNA codec support to tokenizer and dns.rdata.from_text()Bob Halley2020-05-031-2/+9
* do not import BytesIO into rdata namespaceBob Halley2020-05-011-2/+1
* Fix documentation.Brian Wellington2020-04-211-1/+1
* Add dns.rdata.Rdata.to_generic()Brian Wellington2020-04-211-0/+10
* Add dns.rdata.Rdata.replace()Brian Wellington2020-04-021-0/+34
* Further improve get_rdata_class().Brian Wellington2020-04-021-0/+2
* Optimize get_rdata_class().Brian Wellington2020-04-021-15/+16
* Use importlib.import_module.Brian Wellington2020-04-021-15/+1
* more delintingBob Halley2020-04-021-3/+3
* delintBob Halley2020-04-021-1/+1
* Merge pull request #434 from bwelling/immutable-rdataBob Halley2020-04-021-3/+26
|\
| * Checkpoint immutable rdata.Brian Wellington2020-03-311-3/+26
* | Remove dns.rdata.choose_relativity().Brian Wellington2020-03-311-5/+0
|/
* Add relativize_to to from_text().Brian Wellington2020-03-181-7/+13
* remove bytearray() wrapping used for python 2 compatibilityBob Halley2019-01-051-1/+1
* Remove _compat module.Bob Halley2018-12-091-4/+3
* delintBob Halley2018-12-011-3/+0
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-1/+1
* lock importing to avoid races with multiple threadsBob Halley2018-08-281-6/+12
* Add a way to dynamically register an rdata module.Bob Halley2018-07-171-0/+32
* Fix invalid escape warningNoa Resare2017-07-171-1/+1
* rdata docoBob Halley2017-01-051-112/+73
* fix typoBob Halley2017-01-021-1/+1
* Pylint: enable undefined-loop-variable checkMartin Basti2016-06-271-2/+2
* Pylint: enable unused-import checkMartin Basti2016-06-271-1/+0
* Fix problems with escaping in quoted strings and names.Bob Halley2016-06-011-9/+4
* Fix typosJakub Wilk2016-05-261-2/+2
* python3 supportArthur Gautier2016-04-211-78/+80
* fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41Thomas Waldmann2015-02-241-1/+1
* All rdata comparsion now uses the digestable form.Bob Halley2014-09-041-18/+2
* docoBob Halley2011-07-181-2/+5
* update copyrightsBob Halley2011-05-121-1/+1