]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2013-06-30  Bob Halleypull up $GENERATE
2013-06-30  Bob Halleyadd set_flags()
2013-06-30  Bob HalleyDo not insist the filename of a $INCLUDE is quoted
2013-06-30  Bob HalleyAdd TLSA
2013-06-30  Bob Halleyignore .pyc files
2013-05-30  Bob Halleyfix typo
2013-04-28  Bob HalleyDo not add items with offsets >= 2^14 to the compressio...
2013-04-26  Bob HalleyIn dns.ipv6.inet_ntoa(), do not use :: to shorten just...
2013-03-31  Bob Halleylock caches in case they are shared
2013-03-31  Bob HalleyDo not retry SERVFAILing nameservers by default
2013-03-31  Bob Halleyturn tab into spaces
2013-03-31  Bob HalleyRaise YXDOMAIN if we see a YXDOMAIN rcode
2013-03-31  Bob Halleydo not print empty rdatasets
2013-03-31  Bob HalleyPull up James Dempsey's fix: Remove DNSKEY keytag uniqu...
2012-12-31  Bob HalleyMerge pull request #20 from lambacck/python3
2012-12-16  Christopher... Fix _winreg renamed to winreg in python 3 20/head
2012-08-28  Bob HalleyDo not generate empty NSEC3 bitmap windows
2012-05-31  Bob Halleymerge rdclass default value doco fix
2012-05-21  Bob Halleyfix typos
2012-04-10  Bob HalleyFix python3 port issues with RSA validation
2012-04-08  Bob Halleyfix typo v1.10.0-py3
2012-04-08  Bob Halleyadd release marker
2012-04-08  Bob Halleydoco fixes
2012-04-08  Bob Halleyallow all EDNS parameters to be specifed when making...
2012-04-08  Bob HalleyAdd source_port support to resolver; fix source_port...
2012-04-08  Bob Halleyremove obsolete TODO
2012-04-08  Bob Halleymore 1.10 prep
2012-04-08  Bob Halleytry TCP if UDP response is truncated
2012-04-07  Bob Halleyadd check_origin parameter to dns.zone.from_xfr()
2012-04-07  Bob Halleyallow whitespace in SSHFP fingerprints
2012-04-07  Bob Halleyfix python2ism
2012-04-07  Bob Halleyraise ValueError if the argument to node.replace_rdatas...
2012-04-07  Bob Halleymerge trailing junk control
2012-04-07  Bob HalleyBytesIO not StringIO
2011-12-30  Bob Halleymore 1.10 prep
2011-08-24  Bob Halleyadd LRUCache
2011-07-18  Bob Halleydoco
2011-07-18  Bob Halleypackaging updates
2011-07-13  Bob Halleythe next version will be 1.10.0
2011-07-13  Bob Halleyadd dns.resolver.override_system_resolver() and dns...
2011-07-13  Bob Halleymore v6 strictness; more unit tests
2011-07-13  Bob Halleyincrease IPv4 parsing strictness yet more
2011-07-09  Bob Halleymake address parsing stricter
2011-06-11  Bob Halleyfix typo
2011-05-12  Bob Halleyupdate copyrights
2011-05-12  Bob Halleyassume the python3 executable is called python3
2011-05-12  Bob Halleycall the python3 kit dnspython3-x.y.z
2011-05-12  Bob Halleywork around using "sorted" as a parameter name by using...
2011-05-04  Bob Halleyreversename for v6 was generating bogus values
2011-05-03  Bob Halleyfind the dnspython.org master server and query it
2011-05-03  Bob Halleypy3 port
2011-05-03  Bob Halleyundo mistaken base64 change to DNSKEY
2011-05-03  Bob Halleyget the first thing from a dictionary view in the pytho...
2011-05-03  Bob Halleymore strings that should be bytes
2011-05-03  Bob Halleydoco and whitespace compression
2011-05-03  Bob Halleypython 3 iteration fixes
2011-05-02  Bob Halleycheck errno values in exceptions in a way that works...
2011-05-02  Bob Halleyuse // not /
2011-05-01  Bob Halleyfix rdata comparisons when type or class differ
2011-04-28  Bob Halleymore (str,unicode) -> str conversion
2011-04-28  Bob Halleymerge changes up to py3merge2 tag; update tests to...
2010-12-12  Bob Halleymerge 1.9.2 master
2010-03-14  Bob Halleypull up use_tsig() invocation fix
2010-01-27  Bob HalleyMerge branch 'master' into python3
2010-01-27  Bob Halleyinc version
2010-01-27  Bob Halleyadd 1.8.0 marker
2010-01-27  Bob Halleydo not build windows exe target
2010-01-26  Bob HalleyMerge branch 'master' into python3 v1.8.0-py3
2010-01-26  Bob Halleyprep for 1.8.0 v1.8.0
2010-01-25  Bob HalleyMerge branch 'master' into python3
2010-01-25  Bob Halleyupdate for 1.8
2010-01-25  Bob HalleyInitial python 3 port (may have sharp edges still!)
2010-01-14  Bob Halleycreate exceptions with arguments as "raise E(args)...
2010-01-13  Bob Halleyfix doco
2010-01-13  Bob Halleyspecify tsig algorithm correctly when passing to use_tsig
2010-01-13  Bob Halleytsig import cleanups; rename tsig signing routing from...
2010-01-13  Bob Halleytest that escapes of non-digits work correctly
2010-01-13  Bob HalleyUpdate with recent changes
2010-01-13  Bob HalleyAdd RSASHA256 and RSASHA512 code points; add missing...
2010-01-13  Bob Halleyupdate copyrights for 2010
2010-01-13  Bob Halleyadd backwards compatibility for token objects
2010-01-12  Bob Halleyfix typo
2010-01-12  Bob Halleyfix problems parsing generic rdata after tokenizer...
2010-01-12  Bob Halleyactually set has_escape correctly when building tokens...
2010-01-12  Bob Halleyhandle escapes outside of names when reading text format
2010-01-12  Bob Halleymake a proper token object to facilitate future tokeniz...
2009-11-12  Bob Halleyfix typo
2009-11-12  Bob Halleyprep 1.8
2009-11-12  Bob Halleyadd support for more TSIG algorithms
2009-11-12  Bob Halleypresent() did not add a zero TTL if its argument was...
2009-11-12  Bob Halleydocument further entropy fixes
2009-11-12  Bob Halleyignore test output files
2009-11-12  Bob HalleyTry using os.urandom() to get the seed.
2009-09-16  Bob HalleyEntropy getting and stirring need locking
2009-07-27  Bob HalleySet the socket used for xfrs to nonblocking mode.
2009-07-23  Bob HalleyFix SRV record comparison
2009-07-23  Bob HalleyUse the right resolver instance
2009-06-23  Bob HalleyOpen /dev/random unbuffered
2009-06-23  Bob HalleyInc version
2009-06-19  Bob Halleyupdate for 1.7.1 v1.7.1
next