]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2016-09-30  Bob Halleyupdate to 1.15.0 python3
2016-09-20  Bob Halleyre-add travis, but exclude the python3 branch
2016-09-20  Bob Halleyremove travis
2016-09-20  Bob Halleyredirect to dnspython
2016-05-08  Bob Halleyrevert bad merge
2016-05-08  Bob HalleyMerge pull request #132 from ddellav/python3
2016-03-05  Bob HalleyMerge pull request #145 from CoresecSystems/python3
2016-03-04  Francisco IzquierdoFix NameDicts so they keep track of the max_length... 145/head
2016-02-21  Bob Halleypass the response to NoAnswer correctly
2016-02-21  Bob Halleyrm old README
2016-02-21  Bob Halleyupdate, add build status
2016-02-21  Bob HalleyImport dns.tsig
2016-02-21  Bob HalleySet response_time to zero when exceptions occur early.
2016-01-09  Bob Halleyremove 3.2
2016-01-09  Bob Halleyexit with nonzero status if tests fail
2016-01-09  Bob Halleyadd travis for python3
2015-12-16  David Della... Checking for network access and disabling certain tests... 132/head
2015-12-03  Bob HalleyMerge pull request #103 from encukou/py3-records
2015-12-03  Bob HalleyMerge pull request #106 from encukou/deduplicate-tests
2015-12-03  Bob HalleyMerge pull request #105 from encukou/py3-tests
2015-12-03  Bob HalleyMerge pull request #104 from encukou/py3-query-timer
2015-12-03  Bob HalleyMerge pull request #102 from encukou/py3-pickle
2015-12-03  Bob HalleyMerge pull request #101 from encukou/py3-ecdsa
2015-12-03  Petr SpacekAdd support for EUI48 and EUI64 RR types
2015-11-02  Bob HalleyMerge pull request #127 from fcelda/python3
2015-10-31  Jan VcelakAdd support for CDNSKEY record type 127/head
2015-10-31  Jan VcelakAdd support for CDS record type
2015-10-25  Bob HalleyMerge pull request #126 from kivikakk/bugfix/py3-make_r...
2015-10-24  Yuki IzumiAssign b'' to other_data in make_response when using... 126/head
2015-10-06  Bob HalleyIn python 3, the getaddrinfo 'socktype' parameter was...
2015-06-13  Bob HalleyFix CAA from_wire()
2015-05-27  Petr ViktorinRename tests with duplicate names 106/head
2015-05-27  Bob Halleyadd some LRUCache tests 105/head
2015-05-27  Petr ViktorinAdd rdtypeanyloc tests from the py2 branch
2015-05-27  Petr ViktorinAdd rdata tests from the py2 branch
2015-05-27  Petr ViktorinAdd grange tests from the py2 branch
2015-05-27  Petr ViktorinAdd TLSA to exports & copyrights lists 103/head
2015-05-27  Bob HalleyAdd URI RR to test data.
2015-05-27  Petr SpacekAdd URI record type (draft-faltstrom-uri-13)
2015-05-27  Mattias LundbergFix for timing, begin_time is not a function. 104/head
2015-05-27  Mattias LundbergAdd response time to the response when querying a server.
2015-05-26  Petr ViktorinTest pickling Name objects 102/head
2015-05-26  Bob HalleyImplement the pickle protocol.
2015-05-26  Petr SpacekSkip DNSSEC ECDSA tests if there is no python ecdsa... 101/head
2015-05-26  Bob HalleyPreliminary Elliptic Curve DNSSEC Validation (requires...
2015-05-21  Bob HalleyMerge pull request #97 from encukou/zone-to_file
2015-05-21  Bob HalleyMerge pull request #98 from encukou/python3-parametrize...
2015-05-21  Petr SpacekAdd information about protocol, request, and response... 98/head
2015-05-21  Petr SpacekConvert NoNameservers exception to the new DNSException...
2015-05-21  Petr SpacekAdd response to NoAnswer exception.
2015-05-21  Petr SpacekConvert NoAnswer exception to the new DNSException...
2015-05-21  Petr SpacekReturn list of non-existent names as part of str(NXDOMAIN).
2015-05-21  Petr SpacekReturn timeout duration as part of str(Timeout).
2015-05-21  Petr SpacekTest new DNSException behavior.
2015-05-21  Petr SpacekSeparate class docstring and default str() messages...
2015-05-21  Petr SpacekAdd list pretty-printing for parametrized exceptions.
2015-05-21  Petr SpacekAdd support for parametrizable __str__ in DNSException.
2015-05-21  Petr ViktorinFix failing test for Zone.to_file 97/head
2015-03-21  Bob Halleyzone.to_text() needs to make a StringIO
2015-02-12  Petr SpacekAdd tests for str() handling in DNSException.
2015-02-12  Petr SpacekRemove redundant 'pass' from class definitions.
2015-02-12  Petr SpacekAdd missing docstring for BadTTL exception.
2015-02-12  Petr SpacekExtend NoNameservers exception with list of servers...
2015-02-12  Petr SpacekExtend NoAnswer exception with optional question.
2015-02-12  Petr SpacekAmend doc strings for all DNSExceptions to make them...
2015-02-12  Petr SpacekSupport string representation for all DNSExceptions.
2014-09-05  Bob HalleyAll rdata comparsion now uses the digestable form.
2014-09-05  Bob HalleyAdd CAA.
2014-09-01  Bob HalleyRemove deprecated universal newlines flag to open(). v1.12.0-py3
2014-09-01  Bob HalleyPrep 1.12.0
2014-09-01  Bob HalleyUpdate ChangeLog.
2014-09-01  Bob HalleyOverhaul test suite to allow testing in place.
2014-09-01  Bob HalleyAdd dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4...
2014-09-01  Bob HalleyFix python3 port problem.
2014-09-01  Bob HalleyFix test_rdtypeanydnskey.py for python3.
2014-09-01  Petr SpacekAdd dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and...
2014-09-01  Bob HalleyAllow empty APL RR.
2014-09-01  Bob HalleyFix relativization in RRSIG to_text().
2014-09-01  Bob HalleyFix exception when reading from a masterfile.
2014-08-31  Bob HalleyFix some issues with dns.zone.to_file().
2014-08-31  Bob Halleypull up unicode escaping changes.
2014-08-31  Bob HalleyAdd dns.zone.to_text() convenience method.
2014-08-31  Bob HalleyTweak options rotate.
2014-08-31  Bob HalleyPull up fcde73a2b6c323e55eaf74192885b2d4922a719a from...
2014-08-31  Batch Useradd options rotate handling
2014-08-31  Bob HalleyPull up 42a85bfb058e6d59b7674651c6fba3aebd8a3481 from...
2014-08-31  bastiakAllows to copy dns.name.Name objects
2014-08-31  Petr SpacekFix vertical precision parsing for LOC records.
2014-08-31  Petr SpacekFix default size, horizontal and vertical precition...
2014-04-11  Bob HalleyDo not put back an unescaped token.
2014-04-04  Bob HalleyResponses to messages signed with TSIG were broken.
2014-03-03  Bob HalleyIn LOC, deal with 0 values for size, horizontal precisi...
2014-01-10  Bob HalleyRemove lingering ord()s from is_multicast()
2013-12-11  Bob HalleyFix problems with the IXFR state machine which caused...
2013-09-02  Bob Halleyprep 1.11.1 v1.11.1-py3
2013-09-01  Bob HalleyPull up to_text() fix (1835bb9ac96818d983e7caf3218851c7...
2013-08-26  Bob HalleyMake multi-message TSIGs compute correctly for algorith...
2013-08-13  Bob HalleyAdd regression test for APL trailing zero bug
2013-08-13  Bob HalleyFix APL trailing zero suppression.
2013-08-09  Bob HalleyFix variable name in dnssec._find_candidate_keys
next