summaryrefslogtreecommitdiff
path: root/dns/rdtypes/mxbase.py
Commit message (Expand)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-4/+5
* processing order implementationBob Halley2020-09-021-0/+8
* checkpoint rdata constructor checkingBob Halley2020-08-211-2/+2
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-2/+6
* a way of doing commentscommentsBob Halley2020-07-201-1/+0
* Rework wire format processing.Bob Halley2020-07-021-10/+3
* remove now-unused io importsBob Halley2020-06-031-1/+0
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-15/+6
* checkpoint rdata subclasses docoBob Halley2020-05-091-6/+1
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-2/+2
* Merge pull request #434 from bwelling/immutable-rdataBob Halley2020-04-021-3/+3
|\
| * Checkpoint immutable rdata.Brian Wellington2020-03-311-3/+3
* | Remove dns.rdata.choose_relativity().Brian Wellington2020-03-311-3/+0
|/
* Add relativize_to to from_text().Brian Wellington2020-03-181-3/+3
* update copyrightBob Halley2018-12-011-0/+2
* python3 supportArthur Gautier2016-04-211-16/+20
* All rdata comparsion now uses the digestable form.Bob Halley2014-09-041-8/+0
* update copyrightsBob Halley2011-05-121-1/+1
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* Add to_digestable() methods to rdata classesBob Halley2009-06-191-6/+24
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+89