summaryrefslogtreecommitdiff
path: root/dns/renderer.py
Commit message (Collapse)AuthorAgeFilesLines
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-3/+3
|
* Remove _compat module.Bob Halley2018-12-091-2/+1
|
* update copyrightBob Halley2018-12-011-0/+2
|
* add dns.renderer.Renderer.add_multi_tsig()Stefan Majewsky2017-09-141-2/+36
|
* render and tokenizer epydoc removalBob Halley2017-01-161-99/+25
|
* Pylint: enable unused-import checkMartin Basti2016-06-271-1/+0
|
* Fix typosJakub Wilk2016-05-261-1/+1
|
* python3 supportArthur Gautier2016-04-211-7/+12
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* fix typoBob Halley2013-05-301-1/+1
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* fix doco typoBob Halley2011-05-031-1/+2
|
* fix docoBob Halley2010-01-131-1/+1
|
* tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"Bob Halley2010-01-131-10/+10
|
* update copyrights for 2010Bob Halley2010-01-131-1/+1
|
* add support for more TSIG algorithmsBob Halley2009-11-131-2/+4
|
* update copyrightsBob Halley2009-06-181-1/+1
|
* EDNS option supportBob Halley2009-03-301-2/+23
|
* set_rcode() was broken when used with extended rcodes; keep ednsflags ↵Bob Halley2008-06-031-12/+15
| | | | coherent with edns version
* update copyrights for 2007Bob Halley2007-01-011-1/+1
|
* update copyrightsBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
* import random in dns.rendererBob Halley2005-09-021-0/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 06:09:32
* initial importBob Halley2005-09-021-0/+299
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40