summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Py3: round compatible with py2Martin2016-07-032-3/+19
* Merge pull request #176 from cdeccio/fixRootNameTextBob Halley2016-07-021-1/+1
|\
| * Fix dns.name.Name.to_text()Casey Deccio2016-06-241-1/+1
* | Merge pull request #186 from bastiak/pylint-iterBob Halley2016-07-021-3/+12
|\ \
| * | Py3: do not use iter* methods with dictMartin2016-07-021-3/+12
* | | Fix grange.from_text()Martin2016-07-021-1/+5
|/ /
* | Pylint: enable superfluous-parens checkMartin Basti2016-06-277-10/+8
* | Pylint: enable bad-whitespace checkMartin Basti2016-06-271-1/+1
* | Pylint: enable delslice-method checkMartin Basti2016-06-272-6/+0
* | Pylint: enable deprecated-lambda checkMartin Basti2016-06-271-1/+1
* | Pylint: enable old-division checkMartin Basti2016-06-272-1/+3
* | Pylint: enable range-builtin-not-iterating checkMartin Basti2016-06-271-1/+2
* | Pylint: enable undefined-variable checkMartin Basti2016-06-272-8/+8
* | Pylint: enable multiple py3 *-builtin checksMartin Basti2016-06-271-5/+7
* | Pylint: enable unneeded-not checkMartin Basti2016-06-271-1/+1
* | Pylint: enable unnecessary-lambda checkMartin Basti2016-06-271-1/+1
* | Pylint: enable undefined-loop-variable checkMartin Basti2016-06-272-6/+6
* | Pylint: enable unused-import checkMartin Basti2016-06-275-5/+0
* | Pylint: NotImplementedErrorMartin Basti2016-06-271-1/+1
* | Pylint: enable import-error checkMartin Basti2016-06-272-4/+4
|/
* Fix another Python 2/3 code merge unicode issue.Bob Halley2016-06-181-1/+1
* Pass partial answer when raising DNSException, added unit testsClaudio Luck2016-06-133-18/+65
* Convert TSIG other data into a binary type if needed.Bob Halley2016-06-011-1/+3
* inc versionBob Halley2016-06-011-1/+1
* Fix problems with escaping in quoted strings and names.Bob Halley2016-06-012-12/+6
* Encode and decode TSIG keyrings as needed on Python 3.Bob Halley2016-05-312-3/+9
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-312-2/+6
* revert prior patch as things are more messed up than I thought!Bob Halley2016-05-301-10/+16
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-301-16/+10
* Add socket_factory to allow socket creation to be overridden when needed.Bob Halley2016-05-281-4/+7
* Prep 1.14.0v1.14.0Bob Halley2016-05-271-1/+1
* Fix typosJakub Wilk2016-05-268-15/+15
* Add CSYNCBob Halley2016-05-232-0/+126
* LOC processing lost N/S or E/W info when values were within aBob Halley2016-05-201-37/+22
* try winreg on Windows [issue #160]Bob Halley2016-05-171-2/+4
* Merge pull request #159 from n8henrie/issue_157Bob Halley2016-05-151-2/+2
|\
| * Explicitly use bytes to avoid TypeError with concatenationNathan Henrie2016-05-141-2/+2
* | Add compatibility with BlockingIOError for Python3Nathan Henrie2016-05-141-3/+6
|/
* dns.message.make_query() now interprets any setting that impliesBob Halley2016-05-131-2/+23
* Try again to fix TSIG hashesBob Halley2016-05-121-1/+1
* Fix TSIG algorithm to hash mappingBob Halley2016-05-121-2/+10
* Do not reference docstrings in exception formatting as they may be stripped.Bob Halley2016-05-122-2/+3
* Allow an origin of None to be specified when constructing aBob Halley2016-05-111-7/+8
* unichr portability supportBob Halley2016-05-102-2/+3
* Fix problems withBob Halley2016-05-081-8/+8
* Allow zone origin to be specified as a string.Bob Halley2016-05-081-1/+8
* fix another indexing keys() issue.Bob Halley2016-05-081-1/+1
* Dictionary keys doesn't support slicing. That's throw an error in the programLuis González Fernández2016-05-051-1/+1
* start 1.13 release prepBob Halley2016-05-031-1/+1
* python3 supportArthur Gautier2016-04-2187-1394/+1872