| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to 1.15.0python3 | Bob Halley | 2016-09-30 | 1 | -1/+1 |
| | | |||||
| * | re-add travis, but exclude the python3 branch | Bob Halley | 2016-09-20 | 1 | -0/+24 |
| | | |||||
| * | remove travis | Bob Halley | 2016-09-20 | 1 | -6/+0 |
| | | |||||
| * | redirect to dnspython | Bob Halley | 2016-09-20 | 133 | -20898/+19 |
| | | |||||
| * | revert bad merge | Bob Halley | 2016-05-08 | 1 | -11/+0 |
| | | |||||
| * | Merge pull request #132 from ddellav/python3 | Bob Halley | 2016-05-08 | 1 | -0/+11 |
| |\ | | | | | Offline Build Process Facilitation | ||||
| | * | Checking for network access and disabling certain tests that require it to ↵ | David Della Vecchia | 2015-12-16 | 1 | -0/+11 |
| | | | | | | | | | facilitate offline build process. | ||||
| * | | Merge pull request #145 from CoresecSystems/python3 | Bob Halley | 2016-03-04 | 1 | -6/+46 |
| |\ \ | | | | | | | Fix NameDicts | ||||
| | * | | Fix NameDicts so they keep track of the max_length properly and handle ↵ | Francisco Izquierdo | 2016-03-04 | 1 | -6/+46 |
| |/ / | | | | | | | things like update properly | ||||
| * | | pass the response to NoAnswer correctly | Bob Halley | 2016-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | rm old README | Bob Halley | 2016-02-21 | 1 | -564/+0 |
| | | | |||||
| * | | update, add build status | Bob Halley | 2016-02-21 | 1 | -0/+562 |
| | | | |||||
| * | | Import dns.tsig | Bob Halley | 2016-02-21 | 1 | -0/+1 |
| | | | |||||
| * | | Set response_time to zero when exceptions occur early. | Bob Halley | 2016-02-21 | 1 | -2/+10 |
| | | | |||||
| * | | remove 3.2 | Bob Halley | 2016-01-08 | 1 | -1/+0 |
| | | | |||||
| * | | exit with nonzero status if tests fail | Bob Halley | 2016-01-08 | 1 | -1/+3 |
| | | | |||||
| * | | add travis for python3 | Bob Halley | 2016-01-08 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #103 from encukou/py3-records | Bob Halley | 2015-12-03 | 8 | -0/+81 |
| |\ | | | | | Py3: Add missing code for URI and TLSA rrtypes from the python2 branch | ||||
| | * | Add TLSA to exports & copyrights lists | Petr Viktorin | 2015-05-27 | 2 | -0/+2 |
| | | | |||||
| | * | Add URI RR to test data. | Bob Halley | 2015-05-27 | 4 | -0/+4 |
| | | | |||||
| | * | Add URI record type (draft-faltstrom-uri-13) | Petr Spacek | 2015-05-27 | 2 | -0/+75 |
| | | | |||||
| * | | Merge pull request #106 from encukou/deduplicate-tests | Bob Halley | 2015-12-03 | 4 | -21/+5 |
| |\ \ | | | | | | | Rename tests with duplicate names | ||||
| | * | | Rename tests with duplicate names | Petr Viktorin | 2015-05-27 | 4 | -21/+5 |
| | |/ | | | | | | | | | | | | | Some tests were shadowed by a different test of the same name. Rename to resolve the conflicts. In test_ntoaaton, there were exact duplicates; only keep one of each. | ||||
| * | | Merge pull request #105 from encukou/py3-tests | Bob Halley | 2015-12-03 | 4 | -0/+244 |
| |\ \ | | | | | | | Py3: Add missing tests | ||||
| | * | | add some LRUCache tests | Bob Halley | 2015-05-27 | 1 | -0/+57 |
| | | | | |||||
| | * | | Add rdtypeanyloc tests from the py2 branch | Petr Viktorin | 2015-05-27 | 1 | -0/+68 |
| | | | | |||||
| | * | | Add rdata tests from the py2 branch | Petr Viktorin | 2015-05-27 | 1 | -0/+33 |
| | | | | |||||
| | * | | Add grange tests from the py2 branch | Petr Viktorin | 2015-05-27 | 1 | -0/+86 |
| | |/ | |||||
| * | | Merge pull request #104 from encukou/py3-query-timer | Bob Halley | 2015-12-03 | 1 | -0/+6 |
| |\ \ | | | | | | | Py3: Add query timer | ||||
| | * | | Fix for timing, begin_time is not a function. | Mattias Lundberg | 2015-05-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add response time to the response when querying a server. | Mattias Lundberg | 2015-05-27 | 1 | -0/+6 |
| | |/ | |||||
| * | | Merge pull request #102 from encukou/py3-pickle | Bob Halley | 2015-12-03 | 2 | -0/+14 |
| |\ \ | | | | | | | Py3: Implement the pickle protocol for Name objects | ||||
| | * | | Test pickling Name objects | Petr Viktorin | 2015-05-26 | 1 | -0/+7 |
| | | | | |||||
| | * | | Implement the pickle protocol. | Bob Halley | 2015-05-26 | 1 | -0/+7 |
| | |/ | |||||
| * | | Merge pull request #101 from encukou/py3-ecdsa | Bob Halley | 2015-12-03 | 2 | -2/+119 |
| |\ \ | | | | | | | Add ECDSA to python3 branch | ||||
| | * | | Skip DNSSEC ECDSA tests if there is no python ecdsa package. | Petr Spacek | 2015-05-26 | 1 | -0/+8 |
| | | | | |||||
| | * | | Preliminary Elliptic Curve DNSSEC Validation (requires ecdsa module) | Bob Halley | 2015-05-26 | 2 | -2/+111 |
| | |/ | |||||
| * | | Add support for EUI48 and EUI64 RR types | Petr Spacek | 2015-12-03 | 7 | -0/+357 |
| | | | |||||
| * | | Merge pull request #127 from fcelda/python3 | Bob Halley | 2015-11-02 | 10 | -117/+194 |
| |\ \ | | | | | | | CDS/CDNSKEY support | ||||
| | * | | Add support for CDNSKEY record type | Jan Vcelak | 2015-10-31 | 9 | -117/+168 |
| | | | | |||||
| | * | | Add support for CDS record type | Jan Vcelak | 2015-10-31 | 7 | -0/+26 |
| |/ / | |||||
| * | | Merge pull request #126 from kivikakk/bugfix/py3-make_response-tsig | Bob Halley | 2015-10-25 | 1 | -1/+1 |
| |\ \ | | | | | | | Assign b'' to other_data in make_response when using TSIG. | ||||
| | * | | Assign b'' to other_data in make_response when using TSIG. | Yuki Izumi | 2015-10-24 | 1 | -1/+1 |
| |/ / | |||||
| * | | In python 3, the getaddrinfo 'socktype' parameter was renamed to 'type' | Bob Halley | 2015-10-06 | 1 | -3/+3 |
| | | | |||||
| * | | Fix CAA from_wire() | Bob Halley | 2015-06-13 | 2 | -1/+13 |
| |/ | |||||
| * | Merge pull request #97 from encukou/zone-to_file | Bob Halley | 2015-05-21 | 2 | -9/+30 |
| |\ | | | | | Fix failing test for Zone.to_file | ||||
| | * | Fix failing test for Zone.to_file | Petr Viktorin | 2015-05-21 | 2 | -9/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | A fix for https://github.com/rthalley/dnspython/issues/94 Make the to_file method work on string files, unless explicitly told to do binary encoding. Take the line terminator from os, rather than relying on the print function. Change the test to use a text file rather than binary, and add a new test for to_file with a binary file. | ||||
| * | | Merge pull request #98 from encukou/python3-parametrized-exceptions | Bob Halley | 2015-05-21 | 3 | -46/+163 |
| |\ \ | |/ |/| | Python3 parametrized exceptions | ||||
| | * | Add information about protocol, request, and response to NoNameservers ↵ | Petr Spacek | 2015-05-21 | 1 | -11/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | exception. Information about UDP/TCP protocol usage is returned from str(NoNameservers) but request and response variables are intended for application debug logs and are not returned from str(). str() for parametrized version of the exception now returns string like: All nameservers failed to answer the query localhost. IN URI: Server 192.0.2.1 TCP port 53 anwered BADVERS; Server 192.0.2.2 UDP port 53 anwered BADVERS | ||||
| | * | Convert NoNameservers exception to the new DNSException style. | Petr Spacek | 2015-05-21 | 1 | -17/+17 |
| | | | | | | | | | | | str() for parametrized version now returns string like: All nameservers failed to answer the query localhost. IN URI: Server 192.0.2.1 anwered BADVERS; Server 192.0.2.55 anwered BADVERS | ||||
