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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
add DHCID
Bob Halley
2006-11-03
1
-0
/
+4
*
add ignore_unexpected option dns.query.udp()
Bob Halley
2006-11-03
1
-0
/
+5
*
note UnexpectedSource change
Bob Halley
2006-11-01
1
-0
/
+5
*
fix typo
Bob Halley
2006-09-22
1
-1
/
+1
*
add use_edns parameter to make_query()
Bob Halley
2006-09-22
1
-1
/
+2
*
add want_dnssec parameter to make_query()
Bob Halley
2006-09-22
1
-0
/
+2
*
add reasonable defaults for Message.use_edns(); add Message.want_dnssec()
Bob Halley
2006-09-22
1
-0
/
+8
*
if /etc/resolv.conf does not exist, just use the default resolver config
Bob Halley
2006-08-17
1
-0
/
+7
*
call self._config_win32_search() with the right variable
Bob Halley
2006-07-27
1
-0
/
+7
*
implement more of the sequence protocol in Answer
Bob Halley
2006-07-20
1
-0
/
+8
*
add IXFR support
Bob Halley
2006-07-20
1
-0
/
+4
*
add IPSECKEY
Bob Halley
2006-06-22
1
-0
/
+4
*
add SPF support
Bob Halley
2006-06-21
1
-0
/
+4
*
add release marker
Bob Halley
2006-06-02
1
-1
/
+5
*
add RRset.to_rdataset()
Bob Halley
2006-04-26
1
-0
/
+5
*
add dns.e164.query()
Bob Halley
2006-03-28
1
-0
/
+8
*
update
Bob Halley
2006-03-27
1
-1
/
+6
*
do not delay responses for successful queries
Bob Halley
2006-03-17
1
-0
/
+5
*
add rdata validate() method
Bob Halley
2006-01-18
1
-0
/
+12
*
allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)
Bob Halley
2006-01-10
1
-0
/
+4
*
TTLs are now bounds checked to be within the closed interval [0, 2^31 - 1]
Bob Halley
2006-01-10
1
-0
/
+5
*
cope with irritating windows registry list delimiters
Bob Halley
2006-01-04
1
-0
/
+7
*
add reversemap and e164
Bob Halley
2005-12-27
1
-0
/
+8
*
float_latitude and float_longitude returned the wrong sign on values
Bob Halley
2005-12-19
1
-0
/
+6
*
The 'origin' parameter to from_text() and from_file() is now optional.
Bob Halley
2005-11-17
1
-0
/
+4
*
allow origin node sanity checks to be disabled
Bob Halley
2005-11-17
1
-0
/
+5
*
Note that Unicode name support needs Python 2.3 or greater.
Bob Halley
2005-11-13
1
-1
/
+2
*
Preliminary Unicode support
Bob Halley
2005-11-13
1
-0
/
+8
*
committing toy edits made testing bzr to the svn repo was not what I wanted t...
Bob Halley
2005-11-13
1
-0
/
+9
*
arf
Bob Halley
2005-11-11
1
-9
/
+0
*
prep 1.3.5
Bob Halley
2005-10-31
1
-0
/
+4
*
improve entry
Bob Halley
2005-10-12
1
-2
/
+2
*
Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have a
Bob Halley
2005-10-12
1
-0
/
+6
*
add dns.name.Name.parent()
Bob Halley
2005-10-06
1
-0
/
+5
*
add dns.resolver.zone_from_name() and .get_default_resovler()
Bob Halley
2005-10-01
1
-0
/
+8
*
cope if time goes backwards a little bit
Bob Halley
2005-09-29
1
-1
/
+6
*
allow source address and port to be specified in query.{udp,tcp,xfr}
Bob Halley
2005-09-02
1
-0
/
+10
*
fix problem throwing FormErr when responding to a response
Bob Halley
2005-09-02
1
-2
/
+8
*
prep 1.3.4
Bob Halley
2005-09-02
1
-0
/
+14
*
note 1.3.3 release date
Bob Halley
2005-09-02
1
-0
/
+4
*
Do not reject unquoted TXT RR values The masterfile parser incorrectly
Bob Halley
2005-09-02
1
-0
/
+5
*
Added make_response() Added make_response(), which creates a skeletal
Bob Halley
2005-09-02
1
-0
/
+7
*
dns.zone.from_xfr() in relativization mode incorrectly set zone.origin
Bob Halley
2005-09-02
1
-1
/
+6
*
The 'file' parameter to Name.to_wire() is now optional. The 'file'
Bob Halley
2005-09-02
1
-0
/
+6
*
Add indexing to Message.find_rrset()
Bob Halley
2005-09-02
1
-1
/
+7
*
inc version number
Bob Halley
2005-09-02
1
-0
/
+4
*
make sending queries via IPv6 work
Bob Halley
2005-09-02
1
-0
/
+15
*
disallow types-by-number in NSEC; update ChangeLog and README
Bob Halley
2005-09-02
1
-0
/
+13
*
parse LOC milliseconds correctly
Bob Halley
2005-09-02
1
-0
/
+6
*
prep 1.3.1
Bob Halley
2005-09-02
1
-0
/
+4
[next]