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
*
Add method to force re-read resolv.conf: resolver.reset_default_resolver()
Petr Spacek
2016-07-12
1
-2
/
+10
*
Py3: round compatible with py2
Martin
2016-07-03
2
-3
/
+19
*
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
*
|
Merge pull request #186 from bastiak/pylint-iter
Bob Halley
2016-07-02
1
-3
/
+12
|
\
\
|
*
|
Py3: do not use iter* methods with dict
Martin
2016-07-02
1
-3
/
+12
*
|
|
Fix grange.from_text()
Martin
2016-07-02
1
-1
/
+5
|
/
/
*
|
Pylint: enable superfluous-parens check
Martin Basti
2016-06-27
7
-10
/
+8
*
|
Pylint: enable bad-whitespace check
Martin Basti
2016-06-27
1
-1
/
+1
*
|
Pylint: enable delslice-method check
Martin Basti
2016-06-27
2
-6
/
+0
*
|
Pylint: enable deprecated-lambda check
Martin Basti
2016-06-27
1
-1
/
+1
*
|
Pylint: enable old-division check
Martin Basti
2016-06-27
2
-1
/
+3
*
|
Pylint: enable range-builtin-not-iterating check
Martin Basti
2016-06-27
1
-1
/
+2
*
|
Pylint: enable undefined-variable check
Martin Basti
2016-06-27
2
-8
/
+8
*
|
Pylint: enable multiple py3 *-builtin checks
Martin Basti
2016-06-27
1
-5
/
+7
*
|
Pylint: enable unneeded-not check
Martin Basti
2016-06-27
1
-1
/
+1
*
|
Pylint: enable unnecessary-lambda check
Martin Basti
2016-06-27
1
-1
/
+1
*
|
Pylint: enable undefined-loop-variable check
Martin Basti
2016-06-27
2
-6
/
+6
*
|
Pylint: enable unused-import check
Martin Basti
2016-06-27
5
-5
/
+0
*
|
Pylint: NotImplementedError
Martin Basti
2016-06-27
1
-1
/
+1
*
|
Pylint: enable import-error check
Martin Basti
2016-06-27
2
-4
/
+4
|
/
*
Fix another Python 2/3 code merge unicode issue.
Bob Halley
2016-06-18
1
-1
/
+1
*
Pass partial answer when raising DNSException, added unit tests
Claudio Luck
2016-06-13
3
-18
/
+65
*
Convert TSIG other data into a binary type if needed.
Bob Halley
2016-06-01
1
-1
/
+3
*
inc version
Bob Halley
2016-06-01
1
-1
/
+1
*
Fix problems with escaping in quoted strings and names.
Bob Halley
2016-06-01
2
-12
/
+6
*
Encode and decode TSIG keyrings as needed on Python 3.
Bob Halley
2016-05-31
2
-3
/
+9
*
dns.ipv6.inet_ntoa() should return a string.
Bob Halley
2016-05-31
2
-2
/
+6
*
revert prior patch as things are more messed up than I thought!
Bob Halley
2016-05-30
1
-10
/
+16
*
dns.ipv6.inet_ntoa() should return a string.
Bob Halley
2016-05-30
1
-16
/
+10
*
Add socket_factory to allow socket creation to be overridden when needed.
Bob Halley
2016-05-28
1
-4
/
+7
*
Prep 1.14.0
v1.14.0
Bob Halley
2016-05-27
1
-1
/
+1
*
Fix typos
Jakub Wilk
2016-05-26
8
-15
/
+15
*
Add CSYNC
Bob Halley
2016-05-23
2
-0
/
+126
*
LOC processing lost N/S or E/W info when values were within a
Bob Halley
2016-05-20
1
-37
/
+22
*
try winreg on Windows [issue #160]
Bob Halley
2016-05-17
1
-2
/
+4
*
Merge pull request #159 from n8henrie/issue_157
Bob Halley
2016-05-15
1
-2
/
+2
|
\
|
*
Explicitly use bytes to avoid TypeError with concatenation
Nathan Henrie
2016-05-14
1
-2
/
+2
*
|
Add compatibility with BlockingIOError for Python3
Nathan Henrie
2016-05-14
1
-3
/
+6
|
/
*
dns.message.make_query() now interprets any setting that implies
Bob Halley
2016-05-13
1
-2
/
+23
*
Try again to fix TSIG hashes
Bob Halley
2016-05-12
1
-1
/
+1
*
Fix TSIG algorithm to hash mapping
Bob Halley
2016-05-12
1
-2
/
+10
*
Do not reference docstrings in exception formatting as they may be stripped.
Bob Halley
2016-05-12
2
-2
/
+3
*
Allow an origin of None to be specified when constructing a
Bob Halley
2016-05-11
1
-7
/
+8
*
unichr portability support
Bob Halley
2016-05-10
2
-2
/
+3
*
Fix problems with
Bob Halley
2016-05-08
1
-8
/
+8
*
Allow zone origin to be specified as a string.
Bob Halley
2016-05-08
1
-1
/
+8
*
fix another indexing keys() issue.
Bob Halley
2016-05-08
1
-1
/
+1
*
Dictionary keys doesn't support slicing. That's throw an error in the program
Luis González Fernández
2016-05-05
1
-1
/
+1
*
start 1.13 release prep
Bob Halley
2016-05-03
1
-1
/
+1
[next]