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
/
zone.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
a way of doing comments
comments
Bob Halley
2020-07-20
1
-4
/
+15
*
simplify TTL check when reading a zone file
Bob Halley
2020-06-17
1
-10
/
+7
*
remove unneeded exception catching from rhs setting in $GENERATE code (cut-an...
Bob Halley
2020-06-17
1
-5
/
+2
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
1
-2
/
+2
*
Remove dns.rdata{type,class}.to_enum.
Brian Wellington
2020-05-21
1
-10
/
+10
*
Simplify exception handling.
Brian Wellington
2020-05-20
1
-6
/
+6
*
Start converting rdatatype/rdataclass to enum.
Brian Wellington
2020-05-18
1
-20
/
+15
*
flake8 linting
Bob Halley
2020-05-15
1
-20
/
+12
*
Fix documentation typos.
Brian Wellington
2020-05-11
1
-1
/
+1
*
more documentation
Bob Halley
2020-05-09
1
-229
/
+341
*
IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.
Bob Halley
2020-05-03
1
-6
/
+10
*
Use context managers to simplify code.
Brian Wellington
2020-05-01
1
-41
/
+27
*
In library code, replace from io import BytesIO (or StringIO) with import io
Bob Halley
2020-05-01
1
-4
/
+4
*
Remove "from __future__ import" statements.
Brian Wellington
2020-05-01
1
-2
/
+0
*
Merge pull request #431 from bwelling/zone-to-text
Bob Halley
2020-03-20
1
-2
/
+2
|
\
|
*
zone.to_text() should return a string.
Brian Wellington
2020-03-20
1
-2
/
+2
*
|
Add relativize_to to from_text().
Brian Wellington
2020-03-18
1
-4
/
+4
|
/
*
Remove choose_relativity() from zone.from_xfr()
Brian Wellington
2020-03-18
1
-1
/
+0
*
MNT: use raw string literals for invalid escapes
Thomas A Caswell
2019-10-30
1
-3
/
+3
*
Update zone.py
tmerila
2019-04-03
1
-3
/
+3
*
Update zone.py
tmerila
2019-04-03
1
-1
/
+1
*
Update zone.py
tmerila
2019-04-03
1
-12
/
+21
*
Update zone.py
tmerila
2019-04-03
1
-15
/
+17
*
$GENERATE was not padding correctly given a pattern like ${0,3} it was
Bob Halley
2019-02-21
1
-1
/
+0
*
Fix exception when parsing certain generate statements
Sigmund Augdal
2019-02-21
1
-2
/
+2
*
remove the rest of the unicode string prefixes
Bob Halley
2019-01-08
1
-12
/
+12
*
Remove _compat module.
Bob Halley
2018-12-09
1
-33
/
+20
*
delint
Bob Halley
2018-12-01
1
-3
/
+3
*
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
*
Initial type signatures
Janus
2018-07-31
1
-2
/
+2
*
Merge pull request #255 from tomlanyon/master
Bob Halley
2018-07-17
1
-10
/
+48
|
\
|
*
Improve TTL detection when reading master zone files.
Tom Lanyon
2017-05-31
1
-10
/
+48
*
|
the universal newlines fix was backwards
Bob Halley
2018-02-21
1
-2
/
+2
*
|
Remove deprecated U option to open on python 3.
Bob Halley
2018-02-20
1
-1
/
+4
*
|
delint
Bob Halley
2018-02-20
1
-5
/
+5
*
|
Unify PY2/3 detection
Martin
2017-07-19
1
-6
/
+3
|
/
*
Merge pull request #197 from bastiak/pylint
Bob Halley
2016-09-18
1
-3
/
+3
|
\
|
*
Pylint: remove bare excepts
Martin
2016-08-31
1
-3
/
+3
*
|
Fix encoding errors zone.to_file()
Martin
2016-08-31
1
-12
/
+26
|
/
*
Py3: do not use iter* methods with dict
Martin
2016-07-02
1
-3
/
+12
*
Pylint: NotImplementedError
Martin Basti
2016-06-27
1
-1
/
+1
*
Fix typos
Jakub Wilk
2016-05-26
1
-2
/
+2
*
Allow an origin of None to be specified when constructing a
Bob Halley
2016-05-11
1
-7
/
+8
*
Allow zone origin to be specified as a string.
Bob Halley
2016-05-08
1
-1
/
+8
*
python3 support
Arthur Gautier
2016-04-21
1
-72
/
+85
*
Remove redundant 'pass' from class definitions.
Petr Spacek
2015-02-12
1
-4
/
+0
*
Amend doc strings for all DNSExceptions to make them suitable for direct prin...
Petr Spacek
2015-02-12
1
-4
/
+4
*
Add dns.zone.to_text() convenience method.
Bob Halley
2014-06-21
1
-0
/
+25
*
Fix exception when reading from a masterfile.
Bob Halley
2014-06-21
1
-1
/
+1
[next]