summaryrefslogtreecommitdiff
path: root/dns/rdtypes/euibase.py
Commit message (Expand)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-12/+14
* Add support for RFC 6742 types.Brian Wellington2021-07-131-1/+1
* Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-051-1/+1
* checkpoint rdata constructor checkingBob Halley2020-08-211-2/+2
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-1/+3
* a way of doing commentscommentsBob Halley2020-07-201-1/+0
* Rework wire format processing.Bob Halley2020-07-021-2/+2
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-1/+1
* checkpoint rdata subclasses docoBob Halley2020-05-091-4/+2
* Checkpoint immutable rdata.Brian Wellington2020-03-311-2/+2
* Add relativize_to to from_text().Brian Wellington2020-03-181-1/+2
* Remove _compat module.Bob Halley2018-12-091-3/+1
* pylint: enable check for trailing newlinesMartin2016-08-311-1/+0
* Pylint: enable range-builtin-not-iterating checkMartin Basti2016-06-271-1/+2
* python3 supportArthur Gautier2016-04-211-4/+4
* Add support for EUI48 and EUI64 RR typesPetr Spacek2015-12-031-0/+71