summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* improve documentation of "where" parameterBob Halley2005-09-021-3/+3
* take servers out of the mix based on rcode; add exponential backoffBob Halley2005-09-021-8/+31
* note 1.3.3 release dateBob Halley2005-09-021-0/+4
* add get/del item/sliceBob Halley2005-09-022-2/+46
* update for 1.3.3Bob Halley2005-09-021-1/+20
* update copyrightsBob Halley2005-09-0286-185/+184
* fix the TooBig test, since the message code now imposes a minimumBob Halley2005-09-021-1/+7
* Do not reject unquoted TXT RR values The masterfile parser incorrectlyBob Halley2005-09-025-2/+11
* Added make_response() Added make_response(), which creates a skeletalBob Halley2005-09-022-3/+74
* dns.zone.from_xfr() in relativization mode incorrectly set zone.originBob Halley2005-09-022-2/+10
* The 'file' parameter to Name.to_wire() is now optional. The 'file'Bob Halley2005-09-023-6/+27
* Add indexing to Message.find_rrset()Bob Halley2005-09-022-3/+35
* inc version numberBob Halley2005-09-024-3/+11
* make sending queries via IPv6 workBob Halley2005-09-023-10/+77
* disallow types-by-number in NSEC; update ChangeLog and READMEBob Halley2005-09-023-4/+26
* catch dns.exception.Timeout if our query times outBob Halley2005-09-021-1/+1