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
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove _compat module.
Bob Halley
2018-12-09
1
-11
/
+9
*
update copyright
Bob Halley
2018-12-01
1
-0
/
+2
*
Use proper binary empty string in a few places.
Bob Halley
2017-01-28
1
-6
/
+6
*
fix more typos
Bob Halley
2017-01-14
1
-3
/
+3
*
more message doco
Bob Halley
2017-01-14
1
-1
/
+1
*
Message doco.
Bob Halley
2017-01-14
1
-221
/
+318
*
checkpoint message doc
Bob Halley
2017-01-14
1
-79
/
+1
*
Implement EDNS Client Subnet option
pascal.bouchareine
2016-11-03
1
-0
/
+2
*
Pylint: remove bare excepts
Martin
2016-08-31
1
-3
/
+3
*
Pylint: enable bad-whitespace check
Martin Basti
2016-06-27
1
-1
/
+1
*
Pylint: enable unused-import check
Martin Basti
2016-06-27
1
-1
/
+0
*
Fix typos
Jakub Wilk
2016-05-26
1
-3
/
+3
*
dns.message.make_query() now interprets any setting that implies
Bob Halley
2016-05-13
1
-2
/
+23
*
Dictionary keys doesn't support slicing. That's throw an error in the program
Luis González Fernández
2016-05-05
1
-1
/
+1
*
python3 support
Arthur Gautier
2016-04-21
1
-81
/
+106
*
Remove redundant 'pass' from class definitions.
Petr Spacek
2015-02-12
1
-6
/
+0
*
Amend doc strings for all DNSExceptions to make them suitable for direct prin...
Petr Spacek
2015-02-12
1
-8
/
+7
*
Responses to messages signed with TSIG were broken.
Bob Halley
2014-04-04
1
-4
/
+11
*
allow all EDNS parameters to be specifed when making a query
Bob Halley
2012-04-08
1
-2
/
+14
*
Add flag to ignore trailing junk in message.
Shane Huntley
2012-01-29
1
-4
/
+11
*
update copyrights
Bob Halley
2011-05-12
1
-1
/
+1
*
do more careful bounds checking, and if checking fails, raise dns.exception.F...
Bob Halley
2011-04-05
1
-1
/
+2
*
use is and not == when comparing sections
Bob Halley
2010-12-17
1
-1
/
+1
*
Allow unicode strings for rdtype and rdclass parameters
Bob Halley
2010-10-17
1
-2
/
+2
*
add constants for TSIG algorithms
Bob Halley
2010-10-17
1
-2
/
+5
*
message.py needs to import dns.edns
Bob Halley
2010-10-17
1
-0
/
+1
*
create exceptions with arguments as "raise E(args)" instead of "raise E, args"
Bob Halley
2010-01-14
1
-4
/
+4
*
update copyrights for 2010
Bob Halley
2010-01-13
1
-1
/
+1
*
make a proper token object to facilitate future tokenization work
Bob Halley
2010-01-12
1
-23
/
+24
*
add support for more TSIG algorithms
Bob Halley
2009-11-13
1
-3
/
+12
*
Handle negative prerequisites
Bob Halley
2009-06-19
1
-1
/
+3
*
update copyrights
Bob Halley
2009-06-18
1
-1
/
+1
*
document options
Bob Halley
2009-03-30
1
-0
/
+2
*
add one_rr_per_rrset mode switch to methods which parse messages from wire fo...
Bob Halley
2009-03-30
1
-4
/
+10
*
EDNS option support
Bob Halley
2009-03-30
1
-3
/
+22
*
validate TSIGs using the absolute name; use new entropy module
Bob Halley
2008-10-08
1
-3
/
+5
*
set_rcode() was broken when used with extended rcodes; keep ednsflags coheren...
Bob Halley
2008-06-03
1
-26
/
+30
*
update copyrights for 2007
Bob Halley
2007-01-01
1
-1
/
+1
*
add use_edns parameter to make_query()
Bob Halley
2006-09-22
1
-5
/
+15
*
add want_dnssec parameter to make_query()
Bob Halley
2006-09-22
1
-2
/
+5
*
add reasonable defaults for Message.use_edns(); add Message.want_dnssec()
Bob Halley
2006-09-22
1
-3
/
+26
*
Preliminary Unicode support
Bob Halley
2005-11-13
1
-2
/
+2
*
fix stuff pyflakes found
Bob Halley
2005-10-31
1
-1
/
+0
*
fix problem throwing FormErr when responding to a response
Bob Halley
2005-09-02
1
-1
/
+1
*
update copyrights
Bob Halley
2005-09-02
1
-1
/
+1
*
Added make_response() Added make_response(), which creates a skeletal
Bob Halley
2005-09-02
1
-3
/
+67
*
Add indexing to Message.find_rrset()
Bob Halley
2005-09-02
1
-2
/
+28
*
remove cvs $Id$ tags
Bob Halley
2005-09-02
1
-2
/
+0
*
initial import
Bob Halley
2005-09-02
1
-0
/
+915
[prev]