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
...
*
|
Remove no longer needed code to activate EDNS if setting an extended
Bob Halley
2020-06-28
1
-2
/
+0
|
/
*
Use serial number arithmetic in IXFR.
Bob Halley
2020-06-27
1
-1
/
+2
*
add serial number arithmetic helper
Bob Halley
2020-06-27
2
-0
/
+118
*
fix __all__ list: remove .py suffixes, add asyncbackend
Bob Halley
2020-06-27
1
-2
/
+3
*
Refactor OPT handling code into OPT record class. (#520)
Brian Wellington
2020-06-26
4
-70
/
+161
*
Simplify code.
Brian Wellington
2020-06-26
2
-11
/
+9
*
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
2
-52
/
+44
*
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
2
-4
/
+14
*
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
2
-102
/
+165
*
set update section globals for convenience; fix formatting
Bob Halley
2020-06-25
2
-1
/
+3
*
make sections a list; propertize question, answer, etc.
Bob Halley
2020-06-25
2
-60
/
+98
*
section enums
Bob Halley
2020-06-25
2
-35
/
+26
*
Fix TTL limiting.
Brian Wellington
2020-06-24
1
-1
/
+1
*
Minor style changes.
Brian Wellington
2020-06-24
1
-9
/
+8
*
The cached _all_slots technique of the earlier pickle fix didn't work for
Bob Halley
2020-06-22
1
-12
/
+6
*
import dns.dnssec
Brian Wellington
2020-06-22
1
-0
/
+1
*
set versioning to dev
Bob Halley
2020-06-20
1
-2
/
+2
*
improve resolver coverage
Bob Halley
2020-06-20
1
-6
/
+6
*
Remove hmac_md5(), as it was added for backwards compatibility when we
Bob Halley
2020-06-19
1
-7
/
+0
*
improve coverage
Bob Halley
2020-06-19
1
-2
/
+3
*
add comment about is-response checking for DDNS
Bob Halley
2020-06-19
1
-0
/
+4
*
we did not check label-too-long in a few text cases
Bob Halley
2020-06-19
1
-4
/
+10
*
improve set coverage
Bob Halley
2020-06-19
1
-1
/
+1
*
Make _cmp generic for all EDNS Options. It now compares the wire formats
Bob Halley
2020-06-19
1
-19
/
+11
*
lint
Bob Halley
2020-06-19
1
-4
/
+4
*
more coverage improvements
Bob Halley
2020-06-19
1
-3
/
+3
*
fix cut-and-paste typo
Bob Halley
2020-06-19
1
-1
/
+1
*
Improve GPOS validity checking.
Bob Halley
2020-06-19
1
-1
/
+12
*
Check previously unchecked things in from_text(), and make from_wire() checks...
Bob Halley
2020-06-19
1
-6
/
+25
*
eliminate coverage noise
Bob Halley
2020-06-19
1
-1
/
+1
*
improve async coverage
Bob Halley
2020-06-19
3
-9
/
+12
*
Fix rdata pickling.
Bob Halley
2020-06-18
1
-2
/
+24
*
validate rdata replace()
Bob Halley
2020-06-18
1
-2
/
+7
*
further improve entropy coverage
Bob Halley
2020-06-18
1
-1
/
+1
*
improve entropy coverage
Bob Halley
2020-06-18
1
-2
/
+2
*
improve query coverage
Bob Halley
2020-06-18
1
-10
/
+10
*
more tokenizer coverage
Bob Halley
2020-06-18
1
-1
/
+2
*
Construct socket.gaierror with an errno and a string, as doing just the
Bob Halley
2020-06-18
1
-9
/
+26
*
DS: support mnemonic format from RFC 4034 section 5.3
Petr Špaček
2020-06-18
1
-1
/
+1
*
Merge pull request #510 from bwelling/renderer
Bob Halley
2020-06-17
1
-60
/
+38
|
\
|
*
Simplify renderer code.
Brian Wellington
2020-06-17
1
-60
/
+38
*
|
Improve the comment on get_int(), as it is unsigned.
Bob Halley
2020-06-17
1
-13
/
+8
|
/
[prev]
[next]