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
*
fix rrset match signature problems
full_match
Bob Halley
2020-09-03
1
-1
/
+2
*
do not call the OPT constructor with rdclass == None
Bob Halley
2020-08-21
1
-1
/
+1
*
Fix dns.message.use_tsig().
Brian Wellington
2020-08-10
1
-3
/
+4
*
Support callable() TSIG keyrings for use-cases like GSSTSig.
Nick Hall
2020-08-08
1
-3
/
+9
*
Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...
Nick Hall
2020-08-08
1
-4
/
+4
*
fix case of enum names
constants2
Bob Halley
2020-08-03
1
-2
/
+2
*
remove globals() enum updating
Bob Halley
2020-08-03
1
-1
/
+0
*
add constants
Bob Halley
2020-08-03
1
-0
/
+9
*
pylint linting
Bob Halley
2020-07-31
1
-2
/
+8
*
Raise NoPreviousName if a text message tries to refer to a previous name but ...
Bob Halley
2020-07-28
1
-0
/
+9
*
Return the message in question_only mode. [#556]
Bob Halley
2020-07-28
1
-1
/
+1
*
even on errors where we tolerate no question, check question if present
Bob Halley
2020-07-25
1
-3
/
+5
*
Make resolver use_edns() conform to its docstring; slightly improve use_edns(...
Bob Halley
2020-07-22
1
-1
/
+1
*
Use min() for min_ttl computations.
Bob Halley
2020-07-21
1
-8
/
+3
*
fix exception docstrings
Bob Halley
2020-07-21
1
-10
/
+13
*
set min ttl to max_ttl instead of special case -1
Bob Halley
2020-07-21
1
-4
/
+5
*
unify chaining code
Bob Halley
2020-07-21
1
-3
/
+107
*
Set EDNS default payload to 1232.
Bob Halley
2020-07-20
1
-3
/
+4
*
Minor cleanups to EDNS code.
Brian Wellington
2020-07-17
1
-18
/
+7
*
Fix Message ednsflags propery setter.
Brian Wellington
2020-07-07
1
-1
/
+1
*
Fix Message.want_dnssec().
Brian Wellington
2020-07-07
1
-1
/
+1
*
Remove too strong "no metaclasses" check in _parse_rr_header().
Bob Halley
2020-07-07
1
-2
/
+0
*
Rework wire format processing.
Bob Halley
2020-07-02
1
-36
/
+20
*
Add dns.tsig.Key class.
Brian Wellington
2020-07-01
1
-30
/
+51
*
Remove dns.message.Message multi field.
Brian Wellington
2020-06-30
1
-7
/
+6
*
Remove the concept from "first" from TSIG.
Brian Wellington
2020-06-30
1
-10
/
+3
*
Store a TSIG rrset on the message object.
Brian Wellington
2020-06-30
1
-39
/
+68
*
Change dns.tsig.validate() to take a TSIG record.
Brian Wellington
2020-06-30
1
-2
/
+1
*
Create TSIGRecord; use it in _WireReader.
Brian Wellington
2020-06-30
1
-40
/
+41
*
opcode is a function not an attribute
Bob Halley
2020-06-29
1
-1
/
+1
*
Remove no longer needed code to activate EDNS if setting an extended
Bob Halley
2020-06-28
1
-2
/
+0
*
Refactor OPT handling code into OPT record class. (#520)
Brian Wellington
2020-06-26
1
-54
/
+84
*
Simplify code.
Brian Wellington
2020-06-26
1
-6
/
+5
*
eliminate hardcode sections length
Bob Halley
2020-06-26
1
-4
/
+3
*
lint
Bob Halley
2020-06-26
1
-2
/
+2
*
Attempt to refactor per-opcode validation.
message
Brian Wellington
2020-06-26
1
-43
/
+28
*
Remove hardcoded section names from TextReader.
Brian Wellington
2020-06-26
1
-26
/
+36
*
Minor _WireReader refactoring.
Brian Wellington
2020-06-26
1
-47
/
+49
*
basic documentation updates for revised message hierarchy
Bob Halley
2020-06-26
1
-4
/
+11
*
move rrset validation to the end-of-section processing
Bob Halley
2020-06-26
1
-11
/
+7
*
lint
Bob Halley
2020-06-26
1
-2
/
+2
*
fix cut-and-paste error
Bob Halley
2020-06-26
1
-3
/
+0
*
message.from_text() should have the same relativize options as other text APIs.
Bob Halley
2020-06-26
1
-7
/
+32
*
new message class hierarchy and conversion of wire and text readers
Bob Halley
2020-06-25
1
-77
/
+137
*
set update section globals for convenience; fix formatting
Bob Halley
2020-06-25
1
-1
/
+1
*
make sections a list; propertize question, answer, etc.
Bob Halley
2020-06-25
1
-49
/
+59
*
section enums
Bob Halley
2020-06-25
1
-35
/
+16
*
Fix TTL limiting.
Brian Wellington
2020-06-24
1
-1
/
+1
*
Minor style changes.
Brian Wellington
2020-06-24
1
-9
/
+8
*
add comment about is-response checking for DDNS
Bob Halley
2020-06-19
1
-0
/
+4
[next]