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
/
name.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove code in _escapify() that can never run.
Bob Halley
2020-07-03
1
-2
/
+0
*
Rework wire format processing.
Bob Halley
2020-07-02
1
-30
/
+37
*
add/adjust some no cover pragmas; fix missing catch of UnicodeError
Bob Halley
2020-06-30
1
-4
/
+4
*
we did not check label-too-long in a few text cases
Bob Halley
2020-06-19
1
-4
/
+10
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
1
-8
/
+8
*
Improvements to dns.rdata.to_wire().
Brian Wellington
2020-06-01
1
-15
/
+19
*
Remove hash value truncation.
Brian Wellington
2020-05-20
1
-4
/
+1
*
remove unused io import
Bob Halley
2020-05-15
1
-1
/
+0
*
Optimize name.to_digestable() and to_wire().
Brian Wellington
2020-05-15
1
-13
/
+19
*
add info about compression assumptions in dns.name.Name.to_wire()
Bob Halley
2020-05-10
1
-1
/
+4
*
more documentation
Bob Halley
2020-05-09
1
-4
/
+5
*
in doco, text->str, binary->bytes
Bob Halley
2020-05-08
1
-12
/
+12
*
more things to make mypy happier
Bob Halley
2020-05-03
1
-7
/
+3
*
In library code, replace from io import BytesIO (or StringIO) with import io
Bob Halley
2020-05-01
1
-5
/
+6
*
Checkpoint immutable rdata.
Brian Wellington
2020-03-31
1
-0
/
+4
*
allow alternate dots for root in dns.name.from_unicode
kimbo
2019-07-26
1
-1
/
+1
*
When dealing with an IDNA 2003 non-punycode label, escapify it before unicode
Bob Halley
2019-01-07
1
-2
/
+0
*
If there are no non-ASCII codepoints in the input, treat the name as
Bob Halley
2019-01-06
1
-8
/
+18
*
Unicode label escapify was not escapifying special characters.
Bob Halley
2019-01-05
1
-41
/
+42
*
remove bytearray() wrapping used for python 2 compatibility
Bob Halley
2019-01-05
1
-4
/
+4
*
Remove _compat module.
Bob Halley
2018-12-09
1
-17
/
+15
*
update copyright
Bob Halley
2018-12-01
1
-0
/
+2
*
Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade
Hugo
2018-09-06
1
-1
/
+1
*
Pylint: reduce range of pylint disable statement
Martin
2017-07-14
1
-2
/
+1
*
Fix more latest pylint warnings.
Bob Halley
2017-05-30
1
-0
/
+1
*
more doco updates
Bob Halley
2017-01-16
1
-1
/
+0
*
adjust __init__ now that we include it in class description
Bob Halley
2017-01-02
1
-2
/
+1
*
copyright update
Bob Halley
2017-01-01
1
-1
/
+1
*
convert to restructured text
Bob Halley
2016-12-31
1
-162
/
+232
*
fix epydoc params for idna_codec
v1.15.0
Bob Halley
2016-09-30
1
-3
/
+3
*
Make IDNA default decode just decode the punycode.
Bob Halley
2016-09-29
1
-14
/
+52
*
dns.name.to_text() should return text. [Issue #209]
Bob Halley
2016-09-27
1
-5
/
+5
*
Add IDNA 2008 Practical mode, since IDNA 2008 is absurdly strict.
Bob Halley
2016-09-26
1
-5
/
+23
*
de-lint IDNA
Bob Halley
2016-09-25
1
-18
/
+19
*
A simpler and more extensible IDNA API.
Bob Halley
2016-09-25
1
-92
/
+104
*
Only use IDNA 2008 if requested.
Bob Halley
2016-09-21
1
-24
/
+68
*
Document IDNA parameters.
Bob Halley
2016-09-20
1
-0
/
+26
*
If the IDNA2008 module "idna" is available, use it and do IDNA 2008 encoding.
Bob Halley
2016-09-19
1
-15
/
+41
*
Merge pull request #197 from bastiak/pylint
Bob Halley
2016-09-18
1
-1
/
+1
|
\
|
*
Pylint: remove bare excepts
Martin
2016-08-31
1
-1
/
+1
*
|
Py3: remove __getslice__ method
Martin Basti
2016-08-05
1
-3
/
+0
|
/
*
Merge pull request #176 from cdeccio/fixRootNameText
Bob Halley
2016-07-02
1
-1
/
+1
|
\
|
*
Fix dns.name.Name.to_text()
Casey Deccio
2016-06-24
1
-1
/
+1
*
|
Pylint: enable old-division check
Martin Basti
2016-06-27
1
-1
/
+1
|
/
*
Fix another Python 2/3 code merge unicode issue.
Bob Halley
2016-06-18
1
-1
/
+1
*
Fix problems with escaping in quoted strings and names.
Bob Halley
2016-06-01
1
-3
/
+2
*
Fix typos
Jakub Wilk
2016-05-26
1
-3
/
+3
*
unichr portability support
Bob Halley
2016-05-10
1
-2
/
+1
*
Fix problems with
Bob Halley
2016-05-08
1
-8
/
+8
*
python3 support
Arthur Gautier
2016-04-21
1
-87
/
+133
[next]