summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-063-14/+14
* Initial type signaturesJanus2018-07-3125-218/+148
* dns/dnssec: support both pycryptodome and pycryptodomexTomas Krizek2018-07-201-22/+4
* Update DNSSEC code to use pycryptodome instead of pycrypto. These changesDaniel Robbins2018-07-201-8/+8
* tests/test_rdata: fix pylint (relative-import)Tomas Krizek2018-07-181-3/+3
* Add a way to dynamically register an rdata module.Bob Halley2018-07-172-0/+20
* Merge pull request #255 from tomlanyon/masterBob Halley2018-07-171-3/+59
|\
| * Improve TTL detection when reading master zone files.Tom Lanyon2017-05-311-3/+59
* | Merge pull request #263 from PhillWide/nsec3_bitmap_from_text_bugBob Halley2018-03-181-0/+39
|\ \
| * | fix error when parsing nsec3 bitmap from textFilip Široký2017-08-151-0/+39
| |/
* | Unify PY2/3 detectionMartin2017-07-191-8/+7
* | pylint disable: keep disabled block as small as possibleMartin2017-07-151-1/+7
|/
* Fix more latest pylint warnings.Bob Halley2017-05-301-1/+1
* update pylint settings for latest pylintBob Halley2017-05-301-2/+2
* Make sure all 'strings' passed to the txtbase constructor are encoded ifBob Halley2017-02-191-1/+15
* Message doco.Bob Halley2017-01-141-0/+11
* bump copyrightBob Halley2017-01-091-1/+1
* Raise IndexError in Answer get and delete if rrset is None.Bob Halley2017-01-091-0/+20
* The IPv4 and IPv6 inet_ntoa() functions were returning binaryBob Halley2017-01-023-5/+5
* to_e164() was returning binary instead of text.Bob Halley2017-01-021-1/+1
* dns.inet.is_multicast() was broken in python 3 byBob Halley2016-12-261-0/+15
* Merge pull request #217 from kalou/ecsBob Halley2016-12-021-0/+63
|\
| * Clarify ceiling, add tests, fix doc, fix python3pascal.bouchareine2016-11-081-0/+15
| * Implement EDNS Client Subnet optionpascal.bouchareine2016-11-031-0/+48
* | add regression test for APL trailing zero suppressionBob Halley2016-11-151-0/+14
|/
* Add OPENPGPKEY RR support.Bob Halley2016-10-104-0/+30
* delintBob Halley2016-10-071-2/+2
* add a way to specify the test discovery patternBob Halley2016-10-071-1/+5
* Test creates file in wrong locationAvram Lubkin2016-10-041-1/+1
* Make IDNA default decode just decode the punycode.Bob Halley2016-09-291-0/+15
* dns.name.to_text() should return text. [Issue #209]Bob Halley2016-09-271-9/+9
* Add IDNA 2008 Practical mode, since IDNA 2008 is absurdly strict.Bob Halley2016-09-261-0/+24
* de-lint IDNABob Halley2016-09-251-9/+8
* A simpler and more extensible IDNA API.Bob Halley2016-09-251-6/+16
* Fix python3 IDNA 2008 testing bugs.Bob Halley2016-09-211-3/+3
* Only use IDNA 2008 if requested.Bob Halley2016-09-211-12/+7
* Add AVC RR support.Bob Halley2016-09-204-0/+4
* If the IDNA2008 module "idna" is available, use it and do IDNA 2008 encoding.Bob Halley2016-09-191-2/+30
* Merge pull request #202 from m3047/masterBob Halley2016-09-191-0/+17
|\
| * Try to shut up Travis.Fred Morris2016-09-181-1/+1
| * Tests for empty answersFred Morris2016-09-171-0/+17
* | Merge pull request #197 from bastiak/pylintBob Halley2016-09-1810-64/+60
|\ \
| * | Pylint: remove unused variablesMartin2016-08-3110-62/+58
| * | Pylint: remove bare exceptsMartin2016-08-311-2/+2
| |/
* | Merge pull request #188 from bastiak/py3-zonefixBob Halley2016-09-181-0/+53
|\ \
| * | Add zone.to_file testsMartin2016-08-311-0/+53
| |/
* | Merge pull request #196 from bastiak/py3-sliceBob Halley2016-09-181-0/+126
|\ \ | |/ |/|
| * Py3: remove __getslice__ methodMartin Basti2016-08-051-0/+126
* | Pylint: make pylint happy with exceptionsMartin2016-08-031-4/+4
* | Fix parent definition of BaseResolverTests classMartin2016-08-031-1/+2
|/