| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add coverage for a v6 branch case | Bob Halley | 2020-07-22 | 1 | -0/+6 |
| | | |||||
| * | fix indentation of test_bogus_family() | Bob Halley | 2020-06-29 | 1 | -5/+5 |
| | | |||||
| * | more coverage improvements | Bob Halley | 2020-06-29 | 1 | -0/+6 |
| | | |||||
| * | The dns.inet.AF_* portability scheme is no longer needed. | Bob Halley | 2020-06-16 | 1 | -2/+2 |
| | | |||||
| * | further test low_level_address_tuple() | Bob Halley | 2020-06-16 | 1 | -0/+21 |
| | | |||||
| * | Change parameter order of low_level_address_tuple; add test coverage.async | Bob Halley | 2020-06-13 | 1 | -0/+15 |
| | | |||||
| * | tests: remove forgotten prints | Petr Špaček | 2020-05-28 | 1 | -1/+0 |
| | | |||||
| * | increase test coverage for various things | Bob Halley | 2020-05-23 | 1 | -2/+34 |
| | | |||||
| * | Add an ignore_scope option to dns.ipv6.inet_aton(). | Bob Halley | 2020-05-04 | 1 | -0/+17 |
| | | |||||
| * | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 1 | -2/+0 |
| | | | | | None of these are needed anymore. | ||||
| * | Improve assertion checking. | Brian Wellington | 2020-03-18 | 1 | -4/+4 |
| | | | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y). | ||||
| * | TST: fix failif -> assertFalse deprecation | Thomas A Caswell | 2019-10-30 | 1 | -5/+5 |
| | | | | | failIf was deprecated in py31 | ||||
| * | TST: fix failUnlessRaises -> assertRaises deprecation | Thomas A Caswell | 2019-10-30 | 1 | -7/+7 |
| | | | | | failUnlessRaises was deprecated in py31 | ||||
| * | TST: fix unittest deprecation | Thomas A Caswell | 2019-10-30 | 1 | -8/+8 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | The IPv4 and IPv6 inet_ntoa() functions were returning binary | Bob Halley | 2017-01-02 | 1 | -3/+3 |
| | | | | | instead of text, a Py2/Py3 merge bug. | ||||
| * | dns.inet.is_multicast() was broken in python 3 by | Bob Halley | 2016-12-26 | 1 | -0/+15 |
| | | | | | | the python2-python3 merge. [#224] | ||||
| * | Pylint: remove unused variables | Martin | 2016-08-31 | 1 | -5/+5 |
| | | | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking) | ||||
| * | Py3: fix tests | Martin | 2016-07-02 | 1 | -4/+4 |
| | | |||||
| * | Pylint: tests: fix redefined functions | Martin | 2016-07-02 | 1 | -4/+4 |
| | | | | | | | | This fix increases number of tests from Ran 424 tests in 13.300s to Ran 435 tests in 13.679s | ||||
| * | Pylint: tests: py3: use print function | Martin | 2016-07-02 | 1 | -0/+2 |
| | | |||||
| * | dns.ipv6.inet_ntoa() should return a string. | Bob Halley | 2016-05-31 | 1 | -15/+15 |
| | | | | | [issue #167] | ||||
| * | test: I believe this ip to be legitimate | Arthur Gautier | 2016-04-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -42/+44 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Adds tox and coverage.py | Arthur Gautier | 2016-04-21 | 1 | -1/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 space | Bob Halley | 2014-05-31 | 1 | -0/+8 |
| | | |||||
| * | overhaul test system | Bob Halley | 2014-05-31 | 1 | -0/+203 |
