index
:
delta/python-packages/dnspython.git
2.2
2.3
absolute_origin_zone_txn_fix
async
cache_stats
canonical_name
cmp_fix
cname-and-other-data
comments
constants
constants2
continue_on_error
dependabot/pip/coverage-tw-6.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot/pip/mypy-tw-0.781
dependabot/pip/mypy-tw-0.782
dependabot/pip/mypy-tw-0.790
dependabot/pip/mypy-tw-0.800
dependabot/pip/mypy-tw-0.812
dependabot/pip/mypy-tw-0.920
dependabot/pip/pytest-cov-tw-3.0.0
dependabot/pip/pytest-tw-6.0.0
dependabot/pip/trio-gte-0.14-and-lt-0.18
dependabot/pip/trio-gte-0.14-and-lt-0.19
dependabot/pip/wheel-tw-0.35.0
full_match
httpx_if_possible
legacy-v1
lifetime_timeout
master
message
more-immut
nanonameserver
new-unversioned-zone-txn
parser
proc-order
processing_order_fix
python3
quic-899
resolve_chaining
resrefactor
revert-193-pylint
rrset-reader
soa_interval_fix
svcb
transaction
txn-names
win32util
windows_asyncio_fix
wrap
xfr
zone-refactor
github.com: rthalley/dnspython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
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
|
\
|
*
Checking for network access and disabling certain tests that require it to fa...
David Della Vecchia
2015-12-16
1
-0
/
+11
*
|
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
|
\
|
*
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
Petr Viktorin
2015-05-27
4
-21
/
+5
|
|
/
*
|
Merge pull request #105 from encukou/py3-tests
Bob Halley
2015-12-03
4
-0
/
+244
|
\
\
|
*
|
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
|
\
\
|
*
|
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
|
\
\
|
*
|
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
Petr Viktorin
2015-05-21
1
-1
/
+14
*
|
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
*
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
*
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
[next]