summaryrefslogtreecommitdiff
path: root/dns/tokenizer.py
Commit message (Expand)AuthorAgeFilesLines
* rename masterfile to zonefileBob Halley2020-08-191-3/+3
* detect escapes > 255Bob Halley2020-08-101-2/+8
* Adds support for reading TSIG text format.Brian Wellington2020-08-101-0/+15
* Allow an escaped newline in a quoted string.Bob Halley2020-07-231-1/+1
* more tokenizer coverage improvementsBob Halley2020-07-231-2/+2
* a way of doing commentscommentsBob Halley2020-07-201-5/+29
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-301-0/+19
* more tokenizer coverageBob Halley2020-06-181-1/+2
* Improve the comment on get_int(), as it is unsigned.Bob Halley2020-06-171-13/+8
* Minor Python 3 cleanups.Brian Wellington2020-06-031-2/+2
* Check character-string length for HINFO recordsNils Wisiol2020-05-291-1/+5
* Replace dicts with sets.Brian Wellington2020-05-191-10/+2
* Add IDNA codec support to tokenizer and dns.rdata.from_text()Bob Halley2020-05-031-2/+13
* remove backwards compatibility for something deleted 10 years agoBob Halley2020-05-031-16/+0
* fix indentation error after tokenizer refactoringBob Halley2020-05-031-1/+1
* Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]Bob Halley2020-05-031-16/+60
* Add as_name(), allowing an already read token to be interpreted a name.Bob Halley2020-05-011-4/+13
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-3/+3
* Add relativize_to to from_text().Brian Wellington2020-03-181-2/+3
* Remove _compat module.Bob Halley2018-12-091-5/+4
* update copyrightBob Halley2018-12-011-0/+2
* Make lint happierBjörn Victor2018-11-121-4/+4
* Support for Chaos A recordsBjörn Victor2018-11-121-6/+10
* render and tokenizer epydoc removalBob Halley2017-01-161-79/+80
* Pylint: enable superfluous-parens checkMartin Basti2016-06-271-1/+1
* Pylint: enable unneeded-not checkMartin Basti2016-06-271-1/+1
* python3 supportArthur Gautier2016-04-211-21/+40
* Merge pull request #87 from ThomasWaldmann/masterBob Halley2015-02-261-1/+1
|\
| * fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41Thomas Waldmann2015-02-241-1/+1
* | Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-1/+0
* | Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-2/+1
|/
* doco fixesBob Halley2012-04-081-2/+2
* update copyrightsBob Halley2011-05-121-1/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-20/+15
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* add backwards compatibility for token objectsBob Halley2010-01-131-0/+16
* actually set has_escape correctly when building tokens with escapesBob Halley2010-01-121-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-121-10/+43
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-59/+133
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)Bob Halley2006-01-101-0/+7
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* accept the unknown RR syntax for known RR typesBob Halley2005-09-021-3/+3
* initial importBob Halley2005-09-021-0/+424