summaryrefslogtreecommitdiff
path: root/dns/ttl.py
Commit message (Collapse)AuthorAgeFilesLines
* in doco, text->str, binary->bytesBob Halley2020-05-081-1/+1
|
* Remove _compat module.Bob Halley2018-12-091-10/+9
|
* update copyrightBob Halley2018-12-011-0/+2
|
* doc more misc thingsBob Halley2017-01-151-6/+6
|
* python3 supportArthur Gautier2016-04-211-7/+11
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Add missing docstring for BadTTL exception.Petr Spacek2015-02-121-1/+1
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-5/+5
|
* update copyrights for 2010Bob Halley2010-01-131-1/+1
|
* update copyrightsBob Halley2009-06-181-1/+1
|
* update copyrights for 2007Bob Halley2007-01-011-1/+1
|
* TTLs are now bounds checked to be within the closed interval [0, 2^31 - 1]Bob Halley2006-01-101-25/+28
|
* 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
* initial importBob Halley2005-09-021-0/+63
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40