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
Branch
Commit message
Author
Age
2.2
Do no raise an assertion getting a nonexistent rdataset without a txn in a ve...
Bob Halley
3 years
2.3
Add missing quic files to setup.py cythonize [#887].
Bob Halley
22 months
absolute_origin_zone_txn_fix
Use the version's origin if the zone doesn't have one yet. [#766]
Bob Halley
3 years
async
Change parameter order of low_level_address_tuple; add test coverage.
Bob Halley
4 years
cache_stats
rename statistics class; add documentation
Bob Halley
4 years
canonical_name
Add canonical_name() method to resolver.
Bob Halley
4 years
cmp_fix
_cmp() raised NoRelativeRdataOrdering in abs vs. abs case
Bob Halley
3 years
cname-and-other-data
refactor to have a get_node() in the txn API
Bob Halley
3 years
comments
a way of doing comments
Bob Halley
4 years
constants
restore globals
Bob Halley
4 years
constants2
fix case of enum names
Bob Halley
4 years
continue_on_error
Simplify; add a MessageError class.
Bob Halley
3 years
dependabot/pip/coverage-tw-6.0
Update coverage requirement from ^5.1 to ^6.0
dependabot[bot]
3 years
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.0
dependabot[bot]
3 years
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
Update cryptography requirement from ^2.6 to >=2.6,<4.0
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.781
Update mypy requirement from ^0.780 to ^0.781
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.782
Update mypy requirement from ^0.781 to ^0.782
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.790
Update mypy requirement from ^0.782 to ^0.790
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.800
Update mypy requirement from ^0.790 to ^0.800
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.812
Update mypy requirement from ^0.800 to ^0.812
dependabot[bot]
4 years
dependabot/pip/mypy-tw-0.920
Update mypy requirement from ^0.910 to ^0.920
dependabot[bot]
3 years
dependabot/pip/pytest-cov-tw-3.0.0
Update pytest-cov requirement from ^2.10.0 to ^3.0.0
dependabot[bot]
3 years
dependabot/pip/pytest-tw-6.0.0
Update pytest requirement from ^5.4.1 to ^6.0.0
dependabot[bot]
4 years
dependabot/pip/trio-gte-0.14-and-lt-0.18
Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18
dependabot[bot]
4 years
dependabot/pip/trio-gte-0.14-and-lt-0.19
Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19
dependabot[bot]
4 years
dependabot/pip/wheel-tw-0.35.0
Update wheel requirement from ^0.34.2 to ^0.35.0
dependabot[bot]
4 years
full_match
fix rrset match signature problems
Bob Halley
4 years
httpx_if_possible
async resolver support
Bob Halley
3 years
legacy-v1
Merge pull request #344 from romuald/fix-setup
Tomas Krizek
6 years
lifetime_timeout
Test LifeTimeout and NoNameservers excetpions.
Bob Halley
4 years
master
try again to make doco builds work again by upgrading the build image
Bob Halley
18 months
message
Attempt to refactor per-opcode validation.
Brian Wellington
4 years
more-immut
make name and rdata use the immutable decorator
Bob Halley
4 years
nanonameserver
switch to relative import for nanonameserver
Bob Halley
4 years
new-unversioned-zone-txn
Make unversioned zone txn node-based for greater simplicity and future uses
Bob Halley
3 years
parser
port more types
Brian Wellington
4 years
proc-order
Simplify code.
Brian Wellington
4 years
processing_order_fix
Add missing dns.rdtypes.util imports [Issue #648].
Bob Halley
4 years
python3
update to 1.15.0
Bob Halley
8 years
quic-899
Fix hangs when QUIC connection fails [#899].
Bob Halley
21 months
resolve_chaining
Change ChainingResult "rrset" to "answer"; fix typo.
Bob Halley
4 years
resrefactor
add resolve_address() helper at module level
Bob Halley
4 years
revert-193-pylint
Revert "Pylint improvements"
Bob Halley
8 years
rrset-reader
remove incorrect comment
Bob Halley
3 years
soa_interval_fix
fix test failures due to valid OPT TTL fields being outside the bounds of TTLs
Bob Halley
3 years
svcb
SVCB and HTTPS checkpoint
Bob Halley
4 years
transaction
txn checkpoint
Bob Halley
4 years
txn-names
Add names iteration to transactions via iterate_names().
Bob Halley
20 months
win32util
Add WMI-based method for finding resolver info on Windows.
Bob Halley
3 years
windows_asyncio_fix
asyncio on Windows requries connected sockets. [Issue #637]
Bob Halley
4 years
wrap
Wrap exceptions from rdata from_text() and from_wire().
Bob Halley
4 years
xfr
Implement new inbound xfr design.
Bob Halley
4 years
zone-refactor
Refactor zone transactions to always use versioned CoW code.
Bob Halley
3 years
Tag
Download
Author
Age
v2.3.0
dnspython-2.3.0.tar.gz
Bob Halley
22 months
v2.3.0rc1
dnspython-2.3.0rc1.tar.gz
Bob Halley
23 months
v2.2.1
dnspython-2.2.1.tar.gz
Bob Halley
3 years
v2.2.0
dnspython-2.2.0.tar.gz
Bob Halley
3 years
v2.2.0rc1
dnspython-2.2.0rc1.tar.gz
Bob Halley
3 years
v2.1.0
dnspython-2.1.0.tar.gz
Bob Halley
4 years
v2.1.0rc1
dnspython-2.1.0rc1.tar.gz
Bob Halley
4 years
v2.0.0
dnspython-2.0.0.tar.gz
Bob Halley
4 years
v2.0.0rc2
dnspython-2.0.0rc2.tar.gz
Bob Halley
4 years
v2.0.0rc1
dnspython-2.0.0rc1.tar.gz
Bob Halley
4 years
v1.16.0
dnspython-1.16.0.tar.gz
Bob Halley
6 years
v1.15.0
dnspython-1.15.0.tar.gz
Bob Halley
8 years
v1.14.0
dnspython-1.14.0.tar.gz
Bob Halley
8 years
v1.13.0
dnspython-1.13.0.tar.gz
Bob Halley
9 years
v1.12.0-py3
dnspython-1.12.0-py3.tar.gz
Bob Halley
10 years
v1.12.0
dnspython-1.12.0.tar.gz
Bob Halley
10 years
v1.11.1-py3
dnspython-1.11.1-py3.tar.gz
Bob Halley
11 years
v1.11.1
dnspython-1.11.1.tar.gz
Bob Halley
11 years
v1.11.0-py3
dnspython-1.11.0-py3.tar.gz
Bob Halley
11 years
v1.11.0
dnspython-1.11.0.tar.gz
Bob Halley
11 years
v1.10.0-py3
dnspython-1.10.0-py3.tar.gz
Bob Halley
13 years
v1.10.0
dnspython-1.10.0.tar.gz
Bob Halley
13 years
v1.9.4
dnspython-1.9.4.tar.gz
Bob Halley
14 years
v1.9.4+readme
dnspython-1.9.4+readme.tar.gz
Bob Halley
14 years
v1.9.3
dnspython-1.9.3.tar.gz
Bob Halley
14 years
v1.9.2
dnspython-1.9.2.tar.gz
Bob Halley
14 years
v1.9.1
dnspython-1.9.1.tar.gz
Bob Halley
14 years
v1.9.0
dnspython-1.9.0.tar.gz
Bob Halley
14 years
v1.8.0-py3
dnspython-1.8.0-py3.tar.gz
Bob Halley
15 years
v1.8.0
dnspython-1.8.0.tar.gz
Bob Halley
15 years
v1.7.1
dnspython-1.7.1.tar.gz
Bob Halley
15 years
v1.7.0
dnspython-1.7.0.tar.gz
Bob Halley
15 years
v1.6.0
dnspython-1.6.0.tar.gz
Bob Halley
17 years
v1.5.0
dnspython-1.5.0.tar.gz
Bob Halley
18 years
v1.4.0
dnspython-1.4.0.tar.gz
Bob Halley
18 years
v1.3.5
dnspython-1.3.5.tar.gz
Bob Halley
19 years
v1.3.4
dnspython-1.3.4.tar.gz
Bob Halley
19 years