dnspython: Update to latest upstream snapshot.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 27 Aug 2011 14:07:52 +0000 (16:07 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 27 Aug 2011 15:40:39 +0000 (17:40 +0200)
commit8bd71350abe48fdcfc0125e48fa97abdf31e1270
tree2873d7fc77f9ec1992e24886a9feae80b48ffaef
parentbd01a8e79faa3d657f01529c063cd0e09d711880
dnspython: Update to latest upstream snapshot.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Aug 27 17:40:39 CEST 2011 on sn-devel-104
109 files changed:
lib/dnspython/ChangeLog
lib/dnspython/Makefile
lib/dnspython/README
lib/dnspython/dns/__init__.py
lib/dnspython/dns/dnssec.py
lib/dnspython/dns/e164.py
lib/dnspython/dns/edns.py
lib/dnspython/dns/entropy.py
lib/dnspython/dns/exception.py
lib/dnspython/dns/flags.py
lib/dnspython/dns/hash.py
lib/dnspython/dns/inet.py
lib/dnspython/dns/ipv4.py
lib/dnspython/dns/ipv6.py
lib/dnspython/dns/message.py
lib/dnspython/dns/name.py
lib/dnspython/dns/namedict.py
lib/dnspython/dns/node.py
lib/dnspython/dns/opcode.py
lib/dnspython/dns/query.py
lib/dnspython/dns/rcode.py
lib/dnspython/dns/rdata.py
lib/dnspython/dns/rdataclass.py
lib/dnspython/dns/rdataset.py
lib/dnspython/dns/rdatatype.py
lib/dnspython/dns/rdtypes/ANY/AFSDB.py
lib/dnspython/dns/rdtypes/ANY/CERT.py
lib/dnspython/dns/rdtypes/ANY/CNAME.py
lib/dnspython/dns/rdtypes/ANY/DLV.py
lib/dnspython/dns/rdtypes/ANY/DNAME.py
lib/dnspython/dns/rdtypes/ANY/DNSKEY.py
lib/dnspython/dns/rdtypes/ANY/DS.py
lib/dnspython/dns/rdtypes/ANY/GPOS.py
lib/dnspython/dns/rdtypes/ANY/HINFO.py
lib/dnspython/dns/rdtypes/ANY/HIP.py
lib/dnspython/dns/rdtypes/ANY/ISDN.py
lib/dnspython/dns/rdtypes/ANY/KEY.py [deleted file]
lib/dnspython/dns/rdtypes/ANY/LOC.py
lib/dnspython/dns/rdtypes/ANY/MX.py
lib/dnspython/dns/rdtypes/ANY/NS.py
lib/dnspython/dns/rdtypes/ANY/NSEC.py
lib/dnspython/dns/rdtypes/ANY/NSEC3.py
lib/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py
lib/dnspython/dns/rdtypes/ANY/NXT.py [deleted file]
lib/dnspython/dns/rdtypes/ANY/PTR.py
lib/dnspython/dns/rdtypes/ANY/RP.py
lib/dnspython/dns/rdtypes/ANY/RRSIG.py
lib/dnspython/dns/rdtypes/ANY/RT.py
lib/dnspython/dns/rdtypes/ANY/SIG.py [deleted file]
lib/dnspython/dns/rdtypes/ANY/SOA.py
lib/dnspython/dns/rdtypes/ANY/SPF.py
lib/dnspython/dns/rdtypes/ANY/SSHFP.py
lib/dnspython/dns/rdtypes/ANY/TXT.py
lib/dnspython/dns/rdtypes/ANY/X25.py
lib/dnspython/dns/rdtypes/ANY/__init__.py
lib/dnspython/dns/rdtypes/IN/A.py
lib/dnspython/dns/rdtypes/IN/AAAA.py
lib/dnspython/dns/rdtypes/IN/APL.py
lib/dnspython/dns/rdtypes/IN/DHCID.py
lib/dnspython/dns/rdtypes/IN/IPSECKEY.py
lib/dnspython/dns/rdtypes/IN/KX.py
lib/dnspython/dns/rdtypes/IN/NAPTR.py
lib/dnspython/dns/rdtypes/IN/NSAP.py
lib/dnspython/dns/rdtypes/IN/NSAP_PTR.py
lib/dnspython/dns/rdtypes/IN/PX.py
lib/dnspython/dns/rdtypes/IN/SRV.py
lib/dnspython/dns/rdtypes/IN/WKS.py
lib/dnspython/dns/rdtypes/IN/__init__.py
lib/dnspython/dns/rdtypes/__init__.py
lib/dnspython/dns/rdtypes/dsbase.py
lib/dnspython/dns/rdtypes/keybase.py [deleted file]
lib/dnspython/dns/rdtypes/mxbase.py
lib/dnspython/dns/rdtypes/nsbase.py
lib/dnspython/dns/rdtypes/sigbase.py [deleted file]
lib/dnspython/dns/rdtypes/txtbase.py
lib/dnspython/dns/renderer.py
lib/dnspython/dns/resolver.py
lib/dnspython/dns/reversename.py
lib/dnspython/dns/rrset.py
lib/dnspython/dns/set.py
lib/dnspython/dns/tokenizer.py
lib/dnspython/dns/tsig.py
lib/dnspython/dns/tsigkeyring.py
lib/dnspython/dns/ttl.py
lib/dnspython/dns/update.py
lib/dnspython/dns/version.py
lib/dnspython/dns/wiredata.py [new file with mode: 0644]
lib/dnspython/dns/zone.py
lib/dnspython/examples/xfr.py
lib/dnspython/setup.py
lib/dnspython/tests/Makefile
lib/dnspython/tests/bugs.py
lib/dnspython/tests/dnssec.py
lib/dnspython/tests/example
lib/dnspython/tests/example1.good
lib/dnspython/tests/example2.good
lib/dnspython/tests/flags.py
lib/dnspython/tests/message.py
lib/dnspython/tests/name.py
lib/dnspython/tests/namedict.py
lib/dnspython/tests/ntoaaton.py
lib/dnspython/tests/rdtypeandclass.py
lib/dnspython/tests/resolver.py
lib/dnspython/tests/rrset.py
lib/dnspython/tests/set.py
lib/dnspython/tests/tokenizer.py
lib/dnspython/tests/update.py
lib/dnspython/tests/zone.py
lib/dnspython/util/copyrights