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
/
dns
Commit message (
Expand
)
Author
Age
Files
Lines
*
add canonical_name to Answer()
Bob Halley
2011-03-23
1
-0
/
+3
*
Add raise_on_no_answer option
Bob Halley
2011-03-22
1
-9
/
+35
*
Dnspython was erroneously doing case-insensitive comparisons of the names in ...
Bob Halley
2011-02-09
4
-28
/
+26
*
use is and not == when comparing sections
Bob Halley
2010-12-17
1
-1
/
+1
*
disallow metaqueries in dns.resolver.query()
Bob Halley
2010-12-10
1
-0
/
+8
*
add a __hash__() method for rdata
Bob Halley
2010-12-10
1
-0
/
+4
*
increment patch version
Bob Halley
2010-12-10
1
-1
/
+1
*
Fix DNSSEC imports, again!
v1.9.2
Bob Halley
2010-11-23
2
-2
/
+3
*
Fix namespace contamination issue that broke DSA validation
v1.9.1
Bob Halley
2010-11-22
2
-8
/
+10
*
convert to dnspython conventions, support relative and absolute names
Bob Halley
2010-11-20
1
-32
/
+138
*
cleanup whitespace
Bob Halley
2010-11-20
1
-7
/
+7
*
make hash compatibility handling its own module; add basic DNSSEC validation
Bob Halley
2010-11-10
4
-60
/
+261
*
dns.resolver.zone_for_name() would return the wrong answer sometimes if the r...
Bob Halley
2010-10-31
1
-5
/
+8
*
add poll() support; bump version to 1.9.0
Bob Halley
2010-10-27
2
-11
/
+75
*
Set up the TSIG hashes table only once.
Bob Halley
2010-10-17
1
-30
/
+43
*
Allow unicode strings for rdtype and rdclass parameters
Bob Halley
2010-10-17
8
-23
/
+23
*
add constants for TSIG algorithms
Bob Halley
2010-10-17
3
-12
/
+28
*
Fix bugs in pre-hashlib compatibility code
Bob Halley
2010-10-17
1
-2
/
+2
*
Add DNSSEC helpers key_id() and make_ds()
Bob Halley
2010-10-17
1
-2
/
+45
*
message.py needs to import dns.edns
Bob Halley
2010-10-17
1
-0
/
+1
*
When initializing an RRset, pass covers to the superclass
Bob Halley
2010-05-04
1
-1
/
+1
*
The TSIG algorithm was being passed to use_tsig() incorrectly.
Bob Halley
2010-03-10
2
-2
/
+3
*
inc version
Bob Halley
2010-01-26
1
-1
/
+1
*
create exceptions with arguments as "raise E(args)" instead of "raise E, args"
Bob Halley
2010-01-14
31
-218
/
+193
*
fix doco
Bob Halley
2010-01-13
1
-1
/
+1
*
specify tsig algorithm correctly when passing to use_tsig
Bob Halley
2010-01-13
1
-1
/
+1
*
tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"
Bob Halley
2010-01-13
2
-23
/
+30
*
Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...
Bob Halley
2010-01-13
1
-0
/
+7
*
update copyrights for 2010
Bob Halley
2010-01-13
78
-78
/
+78
*
add backwards compatibility for token objects
Bob Halley
2010-01-13
1
-0
/
+16
*
fix typo
Bob Halley
2010-01-12
1
-1
/
+1
*
fix problems parsing generic rdata after tokenizer changes
Bob Halley
2010-01-12
1
-2
/
+3
*
actually set has_escape correctly when building tokens with escapes
Bob Halley
2010-01-12
1
-1
/
+1
*
handle escapes outside of names when reading text format
Bob Halley
2010-01-12
15
-29
/
+62
*
make a proper token object to facilitate future tokenization work
Bob Halley
2010-01-12
21
-263
/
+330
*
fix typo
Bob Halley
2009-11-13
1
-1
/
+1
*
prep 1.8
Bob Halley
2009-11-13
1
-2
/
+2
*
add support for more TSIG algorithms
Bob Halley
2009-11-13
6
-19
/
+95
*
present() did not add a zero TTL if its argument was a single rdata
Bob Halley
2009-11-13
1
-14
/
+14
*
Try using os.urandom() to get the seed.
Bob Halley
2009-11-13
1
-10
/
+23
*
Entropy getting and stirring need locking
Bob Halley
2009-09-16
1
-16
/
+31
*
Set the socket used for xfrs to nonblocking mode.
Bob Halley
2009-07-27
1
-0
/
+1
*
Fix SRV record comparison
Bob Halley
2009-07-23
1
-5
/
+5
*
Use the right resolver instance
Bob Halley
2009-07-23
1
-1
/
+1
*
Open /dev/random unbuffered
Bob Halley
2009-06-23
1
-1
/
+1
*
Inc version
Bob Halley
2009-06-23
1
-1
/
+1
*
Prep 1.7.1
Bob Halley
2009-06-19
1
-1
/
+1
*
Handle negative prerequisites
Bob Halley
2009-06-19
1
-1
/
+3
*
Set the domain correctly on Windows
Bob Halley
2009-06-19
1
-2
/
+2
*
Add to_digestable() methods to rdata classes
Bob Halley
2009-06-19
10
-56
/
+114
[next]