| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | redirect to dnspython | Bob Halley | 2016-09-20 | 27 | -4538/+0 |
| | | |||||
| * | 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. | ||||
| * | | exit with nonzero status if tests fail | Bob Halley | 2016-01-08 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #103 from encukou/py3-records | Bob Halley | 2015-12-03 | 4 | -0/+4 |
| |\ | | | | | Py3: Add missing code for URI and TLSA rrtypes from the python2 branch | ||||
| | * | Add URI RR to test data. | Bob Halley | 2015-05-27 | 4 | -0/+4 |
| | | | |||||
| * | | 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 #102 from encukou/py3-pickle | Bob Halley | 2015-12-03 | 1 | -0/+7 |
| |\ \ | | | | | | | Py3: Implement the pickle protocol for Name objects | ||||
| | * | | Test pickling Name objects | Petr Viktorin | 2015-05-26 | 1 | -0/+7 |
| | |/ | |||||
| * | | Merge pull request #101 from encukou/py3-ecdsa | Bob Halley | 2015-12-03 | 1 | -0/+63 |
| |\ \ | | | | | | | 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 | 1 | -0/+55 |
| | |/ | |||||
| * | | Add support for EUI48 and EUI64 RR types | Petr Spacek | 2015-12-03 | 1 | -0/+223 |
| | | | |||||
| * | | Add support for CDNSKEY record type | Jan Vcelak | 2015-10-31 | 4 | -0/+9 |
| | | | |||||
| * | | Add support for CDS record type | Jan Vcelak | 2015-10-31 | 4 | -0/+4 |
| | | | |||||
| * | | Fix CAA from_wire() | Bob Halley | 2015-06-13 | 1 | -0/+12 |
| |/ | |||||
| * | Merge pull request #97 from encukou/zone-to_file | Bob Halley | 2015-05-21 | 1 | -1/+14 |
| |\ | | | | | Fix failing test for Zone.to_file | ||||
| | * | Fix failing test for Zone.to_file | Petr Viktorin | 2015-05-21 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Test new DNSException behavior. | Petr Spacek | 2015-05-21 | 1 | -0/+24 |
| |/ | |||||
| * | Add tests for str() handling in DNSException. | Petr Spacek | 2015-02-12 | 1 | -0/+38 |
| | | |||||
| * | Add CAA. | Bob Halley | 2014-09-05 | 4 | -0/+24 |
| | | |||||
| * | Overhaul test suite to allow testing in place. | Bob Halley | 2014-08-31 | 17 | -4/+23 |
| | | |||||
| * | Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 space. | Bob Halley | 2014-08-31 | 2 | -0/+13 |
| | | |||||
| * | Fix test_rdtypeanydnskey.py for python3. | Bob Halley | 2014-08-31 | 1 | -9/+9 |
| | | |||||
| * | Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set(). | Petr Spacek | 2014-08-31 | 1 | -0/+68 |
| | | | | | Map between DNSKEY RR flags bit array and set of human-readable names. | ||||
| * | Allow empty APL RR. | Bob Halley | 2014-08-31 | 1 | -0/+8 |
| | | |||||
| * | Fix exception when reading from a masterfile. | Bob Halley | 2014-08-31 | 1 | -0/+9 |
| | | |||||
| * | Fix some issues with dns.zone.to_file(). | Bob Halley | 2014-08-31 | 1 | -1/+1 |
| | | |||||
| * | Add dns.zone.to_text() convenience method. | Bob Halley | 2014-08-31 | 2 | -0/+131 |
| | | |||||
| * | Add regression test for APL trailing zero bug | Bob Halley | 2013-08-13 | 1 | -0/+7 |
| | | |||||
| * | pull up $GENERATE | Bob Halley | 2013-06-30 | 1 | -0/+498 |
| | | |||||
| * | Add TLSA | Bob Halley | 2013-06-30 | 3 | -0/+9 |
| | | |||||
| * | In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 field | Bob Halley | 2013-04-26 | 1 | -0/+6 |
| | | |||||
| * | Pull up James Dempsey's fix: Remove DNSKEY keytag uniqueness assumption (RFC ↵ | Bob Halley | 2013-03-31 | 1 | -0/+10 |
| | | | | | 4034, section 8) | ||||
| * | Do not generate empty NSEC3 bitmap windows | Bob Halley | 2012-08-28 | 1 | -0/+5 |
| | | |||||
| * | more v6 strictness; more unit tests | Bob Halley | 2011-07-12 | 2 | -30/+71 |
| | | |||||
| * | update copyrights | Bob Halley | 2011-05-12 | 15 | -15/+15 |
| | | |||||
| * | assume the python3 executable is called python3 | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | merge changes up to py3merge2 tag; update tests to assert style | Bob Halley | 2011-04-28 | 18 | -385/+372 |
| | | |||||
| * | merge 1.9.2 master | Bob Halley | 2010-12-12 | 2 | -1/+169 |
| | | |||||
| * | Initial python 3 port (may have sharp edges still!) | Bob Halley | 2010-01-25 | 7 | -104/+99 |
| | | |||||
| * | test that escapes of non-digits work correctly | Bob Halley | 2010-01-13 | 1 | -0/+10 |
| | | |||||
| * | update copyrights for 2010 | Bob Halley | 2010-01-13 | 14 | -14/+14 |
| | | |||||
