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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix documentation.
Brian Wellington
2020-06-30
1
-1
/
+1
|
*
Test (and fix) renderer.add_multi_tsig().
Brian Wellington
2020-06-30
2
-1
/
+30
|
*
Remove the concept from "first" from TSIG.
Brian Wellington
2020-06-30
4
-19
/
+9
|
*
Remove spaces from to_text().
Brian Wellington
2020-06-30
1
-2
/
+2
|
*
Store a TSIG rrset on the message object.
Brian Wellington
2020-06-30
6
-120
/
+130
|
*
Change dns.tsig.validate() to take a TSIG record.
Brian Wellington
2020-06-30
2
-33
/
+15
|
*
Create TSIGRecord; use it in _WireReader.
Brian Wellington
2020-06-30
3
-40
/
+155
*
|
increase name test coverage
Bob Halley
2020-06-30
1
-0
/
+66
*
|
add/adjust some no cover pragmas; fix missing catch of UnicodeError
Bob Halley
2020-06-30
1
-4
/
+4
*
|
increase test coverage
Bob Halley
2020-06-30
1
-0
/
+24
*
|
increase update test coverage
Bob Halley
2020-06-30
1
-0
/
+109
*
|
Merge pull request #522 from nrhall/nrhall-update-changes-cosmetic
Bob Halley
2020-06-30
1
-3
/
+3
|
\
\
|
*
|
minor (cosmetic) fix to update sections
Nick Hall
2020-06-29
1
-3
/
+3
*
|
|
move pytest-cov dependency to the dev section
Bob Halley
2020-06-30
1
-1
/
+1
|
|
/
|
/
|
*
|
fix indentation of test_bogus_family()
Bob Halley
2020-06-29
1
-5
/
+5
*
|
more coverage improvements
Bob Halley
2020-06-29
4
-0
/
+115
*
|
opcode is a function not an attribute
Bob Halley
2020-06-29
1
-1
/
+1
*
|
add basic renderer testing
Bob Halley
2020-06-29
1
-0
/
+46
*
|
In add_edns(), the value of _make_opt() is an RRSet not an rdataset.
Bob Halley
2020-06-29
1
-1
/
+1
*
|
increase namedict coverage
Bob Halley
2020-06-28
1
-0
/
+37
*
|
increase coverage
Bob Halley
2020-06-28
4
-1
/
+73
*
|
Remove no longer needed code to activate EDNS if setting an extended
Bob Halley
2020-06-28
1
-2
/
+0
*
|
cleanup Makefile; add potestlf rule
Bob Halley
2020-06-28
1
-28
/
+9
*
|
remove debugging prints
Bob Halley
2020-06-28
2
-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
3
-0
/
+233
*
prefer emacs continuation lines in another case
Bob Halley
2020-06-27
1
-0
/
+1
*
fix __all__ list: remove .py suffixes, add asyncbackend
Bob Halley
2020-06-27
1
-2
/
+3
*
test update section validation
Bob Halley
2020-06-27
1
-16
/
+112
*
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
*
Merge pull request #521 from rthalley/message
Bob Halley
2020-06-26
8
-266
/
+414
|
\
|
*
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
|
*
add message-query.rst
Bob Halley
2020-06-26
1
-0
/
+9
|
*
basic documentation updates for revised message hierarchy
Bob Halley
2020-06-26
5
-27
/
+39
|
*
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
|
*
test class factory and update from_wire()
Bob Halley
2020-06-26
2
-0
/
+11
|
*
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
|
/
*
make codecov a bit mellower about pulls
Bob Halley
2020-06-25
1
-0
/
+6
*
Merge pull request #519 from frenzymadness/master
Bob Halley
2020-06-25
1
-5
/
+5
|
\
[prev]
[next]