]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Initial python 3 port (may have sharp edges still!)
authorBob Halley <halley@nominum.com>
Sun, 17 Jan 2010 03:15:13 +0000 (19:15 -0800)
committerBob Halley <halley@nominum.com>
Mon, 25 Jan 2010 16:20:25 +0000 (08:20 -0800)
commit89fcd1409056afc73362f3836ef1cd99156b093e
tree2aba764ca1c34d2dcc1a1065409b9cf370f24cb8
parent53cb0eb5cfb463ebd0fdad55026ba25ac5c898d4
Initial python 3 port (may have sharp edges still!)
73 files changed:
dns/__init__.py
dns/dnssec.py
dns/e164.py
dns/edns.py
dns/entropy.py
dns/flags.py
dns/ipv4.py
dns/ipv6.py
dns/message.py
dns/name.py
dns/namedict.py
dns/node.py
dns/opcode.py
dns/query.py
dns/rcode.py
dns/rdata.py
dns/rdataclass.py
dns/rdataset.py
dns/rdatatype.py
dns/rdtypes/ANY/CERT.py
dns/rdtypes/ANY/GPOS.py
dns/rdtypes/ANY/HINFO.py
dns/rdtypes/ANY/HIP.py
dns/rdtypes/ANY/ISDN.py
dns/rdtypes/ANY/LOC.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/NSEC3.py
dns/rdtypes/ANY/NSEC3PARAM.py
dns/rdtypes/ANY/NXT.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/ANY/SOA.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/ANY/X25.py
dns/rdtypes/IN/A.py
dns/rdtypes/IN/AAAA.py
dns/rdtypes/IN/APL.py
dns/rdtypes/IN/DHCID.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/IN/NAPTR.py
dns/rdtypes/IN/NSAP.py
dns/rdtypes/IN/PX.py
dns/rdtypes/IN/SRV.py
dns/rdtypes/IN/WKS.py
dns/rdtypes/dsbase.py
dns/rdtypes/keybase.py
dns/rdtypes/mxbase.py
dns/rdtypes/nsbase.py
dns/rdtypes/sigbase.py
dns/rdtypes/txtbase.py
dns/renderer.py
dns/resolver.py
dns/reversename.py
dns/rrset.py
dns/set.py
dns/tokenizer.py
dns/tsig.py
dns/ttl.py
dns/update.py
dns/util.py [new file with mode: 0644]
dns/zone.py
examples/e164.py
examples/mx.py
examples/name.py
examples/reverse.py
examples/reverse_name.py
examples/xfr.py
tests/Makefile
tests/message.py
tests/name.py
tests/ntoaaton.py
tests/resolver.py
tests/update.py
tests/zone.py