summaryrefslogtreecommitdiff
path: root/tests/test_ntoaaton.py
Commit message (Expand)AuthorAgeFilesLines
* Add an ignore_scope option to dns.ipv6.inet_aton().Bob Halley2020-05-041-0/+17
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* Improve assertion checking.Brian Wellington2020-03-181-4/+4
* TST: fix failif -> assertFalse deprecationThomas A Caswell2019-10-301-5/+5
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-7/+7
* TST: fix unittest deprecationThomas A Caswell2019-10-301-8/+8
* update copyrightBob Halley2018-12-011-0/+2
* Initial type signaturesJanus2018-07-311-4/+1
* The IPv4 and IPv6 inet_ntoa() functions were returning binaryBob Halley2017-01-021-3/+3
* dns.inet.is_multicast() was broken in python 3 byBob Halley2016-12-261-0/+15
* Pylint: remove unused variablesMartin2016-08-311-5/+5
* Py3: fix testsMartin2016-07-021-4/+4
* Pylint: tests: fix redefined functionsMartin2016-07-021-4/+4
* Pylint: tests: py3: use print functionMartin2016-07-021-0/+2
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-311-15/+15
* test: I believe this ip to be legitimateArthur Gautier2016-04-211-1/+1
* python3 supportArthur Gautier2016-04-211-42/+44
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-311-0/+8
* overhaul test systemBob Halley2014-05-311-0/+203