summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tagv1.4.0Bob Halley2006-06-020-0/+0
* add release markerBob Halley2006-06-021-1/+5
* add RRset.to_rdataset()Bob Halley2006-04-262-0/+12
* add dns.e164.query()Bob Halley2006-03-282-1/+27
* oopsBob Halley2006-03-281-1/+1
* updateBob Halley2006-03-271-1/+6
* don't remove from a list while iterating itBob Halley2006-03-271-1/+1
* do not delay responses for successful queriesBob Halley2006-03-172-0/+7
* If the 'zone' parameter to the Update constructor was a name, we erroneouslyBob Halley2006-03-031-2/+0
* add rdata validate() methodBob Halley2006-01-182-0/+20
* note ttl changesBob Halley2006-01-101-1/+8
* allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)Bob Halley2006-01-105-5/+29
* TTLs are now bounds checked to be within the closed interval [0, 2^31 - 1]Bob Halley2006-01-102-25/+33
* prep 1.4.0Bob Halley2006-01-053-5/+54
* cope with irritating windows registry list delimitersBob Halley2006-01-042-7/+31
* ignore build and distBob Halley2005-12-270-0/+0
* add reversemap and e164Bob Halley2005-12-271-0/+8
* test reversemap and e164Bob Halley2005-12-271-4/+29
* rename from_text() to from_address(); add to_address()Bob Halley2005-12-271-7/+43
* add E.164 helpersBob Halley2005-12-272-0/+62
* test reversenameBob Halley2005-12-271-0/+22
* go back to reversenameBob Halley2005-12-262-1/+1
* add reversemap moduleBob Halley2005-12-262-0/+40
* float_latitude and float_longitude returned the wrong sign on valuesBob Halley2005-12-193-1/+38
* The 'origin' parameter to from_text() and from_file() is now optional.Bob Halley2005-11-172-8/+24
* allow origin node sanity checks to be disabledBob Halley2005-11-172-7/+26
* Note that Unicode name support needs Python 2.3 or greater.Bob Halley2005-11-131-1/+2
* Preliminary Unicode supportBob Halley2005-11-139-17/+148
* committing toy edits made testing bzr to the svn repo was not what I wanted t...Bob Halley2005-11-133-4/+9
* arfBob Halley2005-11-113-9/+4
* note addition of ddns.py tooBob Halley2005-10-311-1/+3
* add ddns exampleBob Halley2005-10-311-0/+51
* prep 1.3.5Bob Halley2005-10-314-3/+35
* fix stuff pyflakes foundBob Halley2005-10-3116-26/+5
* note need to match relativize between dns.query.xfr() and dns.zone.from_xfr()Bob Halley2005-10-171-1/+3
* fix doco bugs; note need to match relativize between dns.query.xfr() and dns....Bob Halley2005-10-171-4/+5
* fix doco bugsBob Halley2005-10-172-2/+2
* improve entryBob Halley2005-10-121-2/+2
* Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have aBob Halley2005-10-123-2/+50
* use name.parent()Bob Halley2005-10-061-3/+5
* add dns.name.Name.parent()Bob Halley2005-10-063-0/+42
* add dns.resolver.zone_from_name() and .get_default_resovler()Bob Halley2005-10-013-4/+78
* cope if time goes backwards a little bitBob Halley2005-09-292-3/+14
* mvBob Halley2005-09-020-0/+0
* mvBob Halley2005-09-020-0/+0
* remove .arch-idsBob Halley2005-09-02106-106/+0
* allow source address and port to be specified in query.{udp,tcp,xfr}Bob Halley2005-09-023-12/+57
* fix problem throwing FormErr when responding to a responseBob Halley2005-09-023-3/+16
* EALREADY is OK tooBob Halley2005-09-021-1/+1
* prep 1.3.4Bob Halley2005-09-024-3/+29