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
/
rdata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
_cmp() raised NoRelativeRdataOrdering in abs vs. abs case
cmp_fix
Bob Halley
2021-10-14
1
-3
/
+5
*
Allow relative rdata comparisons for now, but disallow in the future.
Bob Halley
2021-10-14
1
-2
/
+36
*
Fix #698 and #702, problems caused by _cmp() giving the wrong
Bob Halley
2021-10-11
1
-5
/
+29
*
Add support for RFC 6742 types.
Brian Wellington
2021-07-13
1
-10
/
+10
*
avoid compatibility warnings for python 3.12
Bob Halley
2021-07-10
1
-1
/
+1
*
Lint pass
Bob Halley
2021-05-02
1
-0
/
+3
*
Pass kw from dns.rdata.to_text to _hexify and _base64ify
Peter Thomassen
2021-01-05
1
-3
/
+3
*
processing order implementation
Bob Halley
2020-09-02
1
-0
/
+9
*
_as_ttl was not returning the value if converting from a string
Bob Halley
2020-09-01
1
-1
/
+1
*
replace() can now rely on constructors to validate
Bob Halley
2020-08-27
1
-4
/
+0
*
more constructor checking work
Bob Halley
2020-08-26
1
-1
/
+15
*
remove _constify() uses; more complete checking of bitmap windows types like ...
Bob Halley
2020-08-25
1
-0
/
+2
*
finish type constructor type checking
Bob Halley
2020-08-22
1
-5
/
+8
*
checkpoint rdata constructor checking
Bob Halley
2020-08-21
1
-4
/
+105
*
add as_rdataclass() and as_rdatatype(), and use them in rdata constructor
Bob Halley
2020-08-21
1
-2
/
+8
*
Detect and reject attempts to use compressed names in the generic rdata
Bob Halley
2020-08-21
1
-0
/
+10
*
make name and rdata use the immutable decorator
more-immut
Bob Halley
2020-08-19
1
-11
/
+9
*
Add immutable module.
Bob Halley
2020-08-08
1
-15
/
+4
*
the abstract wire parse method for Rdata is now from_wire_parser()
Bob Halley
2020-07-31
1
-1
/
+1
*
Wrap exceptions from rdata from_text() and from_wire().
wrap
Bob Halley
2020-07-26
1
-25
/
+26
*
ignore coverage on abstract methods
Bob Halley
2020-07-24
1
-4
/
+4
*
a way of doing comments
comments
Bob Halley
2020-07-20
1
-14
/
+26
*
Fix _wordbreak() to always return a str.
Brian Wellington
2020-07-09
1
-5
/
+6
*
Generalize the word breaking code.
Brian Wellington
2020-07-09
1
-13
/
+14
*
Make dns.rdata._base64ify(..., 0) work.
Brian Wellington
2020-07-09
1
-0
/
+2
*
Rework wire format processing.
Bob Halley
2020-07-02
1
-9
/
+36
*
The cached _all_slots technique of the earlier pickle fix didn't work for
Bob Halley
2020-06-22
1
-12
/
+6
*
Fix rdata pickling.
Bob Halley
2020-06-18
1
-2
/
+24
*
validate rdata replace()
Bob Halley
2020-06-18
1
-2
/
+7
*
Now that rdata are immutable, there is no point to the validate() method, so
Bob Halley
2020-06-17
1
-15
/
+0
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
1
-2
/
+2
*
Improvements to dns.rdata.to_wire().
Brian Wellington
2020-06-01
1
-10
/
+16
*
make rdata objects picklable again
Petr Špaček
2020-05-27
1
-0
/
+7
*
Remove dns.rdata{type,class}.to_enum.
Brian Wellington
2020-05-21
1
-4
/
+4
*
Finish rdatatype conversion.
Brian Wellington
2020-05-18
1
-1
/
+6
*
Start converting rdatatype/rdataclass to enum.
Brian Wellington
2020-05-18
1
-0
/
+4
*
more documentation
Bob Halley
2020-05-09
1
-0
/
+1
*
in doco, text->str, binary->bytes
Bob Halley
2020-05-08
1
-6
/
+6
*
Add IDNA codec support to tokenizer and dns.rdata.from_text()
Bob Halley
2020-05-03
1
-2
/
+9
*
do not import BytesIO into rdata namespace
Bob Halley
2020-05-01
1
-2
/
+1
*
Fix documentation.
Brian Wellington
2020-04-21
1
-1
/
+1
*
Add dns.rdata.Rdata.to_generic()
Brian Wellington
2020-04-21
1
-0
/
+10
*
Add dns.rdata.Rdata.replace()
Brian Wellington
2020-04-02
1
-0
/
+34
*
Further improve get_rdata_class().
Brian Wellington
2020-04-02
1
-0
/
+2
*
Optimize get_rdata_class().
Brian Wellington
2020-04-02
1
-15
/
+16
*
Use importlib.import_module.
Brian Wellington
2020-04-02
1
-15
/
+1
*
more delinting
Bob Halley
2020-04-02
1
-3
/
+3
*
delint
Bob Halley
2020-04-02
1
-1
/
+1
*
Merge pull request #434 from bwelling/immutable-rdata
Bob Halley
2020-04-02
1
-3
/
+26
|
\
|
*
Checkpoint immutable rdata.
Brian Wellington
2020-03-31
1
-3
/
+26
[next]