summaryrefslogtreecommitdiff
path: root/dns/rdtypes/txtbase.py
Commit message (Expand)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-18/+34
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-5/+9
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-6/+7
* more constructor checking workBob Halley2020-08-261-7/+2
* remove _constify() uses; more complete checking of bitmap windows types like ...Bob Halley2020-08-251-1/+1
* finish type constructor type checkingBob Halley2020-08-221-5/+2
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-1/+3
* increase TXT coverageBob Halley2020-07-261-1/+4
* a way of doing commentscommentsBob Halley2020-07-201-4/+2
* Rework wire format processing.Bob Halley2020-07-021-10/+3
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-1/+1
* more documentationBob Halley2020-05-091-5/+9
* Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]Bob Halley2020-05-031-6/+2
* Checkpoint immutable rdata.Brian Wellington2020-03-311-6/+8
* Add relativize_to to from_text().Brian Wellington2020-03-181-1/+2
* Remove _compat module.Bob Halley2018-12-091-5/+4
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-1/+1
* Make sure all 'strings' passed to the txtbase constructor are encoded ifBob Halley2017-02-191-6/+11
* pylint: enable check for trailing newlinesMartin2016-08-311-1/+0
* python3 supportArthur Gautier2016-04-211-12/+19
* All rdata comparsion now uses the digestable form.Bob Halley2014-09-041-3/+0
* 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/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-2/+2
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-121-1/+1
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-10/+9
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* add SPF supportBob Halley2006-06-211-0/+88