summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Pylint improvements"revert-193-pylintBob Halley2016-09-202-3/+3
* Merge pull request #193 from pspacek/pylintBob Halley2016-09-202-3/+3
|\
| * Build: run pylint as part of test/check make targetPetr Spacek2016-07-121-1/+1
| * Pylint: use multiple CPU cores to speed-upPetr Spacek2016-07-121-2/+2
* | Do not build python3 branch any more.Bob Halley2016-09-201-0/+3
* | If the IDNA2008 module "idna" is available, use it and do IDNA 2008 encoding.Bob Halley2016-09-193-18/+72
* | Merge pull request #202 from m3047/masterBob Halley2016-09-192-2/+19
|\ \
| * | Try to shut up Travis.Fred Morris2016-09-181-1/+1
| * | Truthiness of AnswersFred Morris2016-09-171-2/+2
| * | Tests for empty answersFred Morris2016-09-171-0/+17
* | | Merge pull request #197 from bastiak/pylintBob Halley2016-09-1841-114/+102
|\ \ \
| * | | Pylint: remove unused variablesMartin2016-08-3111-66/+58
| * | | pylint: enable check for trailing newlinesMartin2016-08-3121-21/+0
| * | | Pylint: remove bare exceptsMartin2016-08-3111-26/+26
| * | | Pylint: attributes should be defined in initMartin2016-08-312-1/+18
| |/ /
* | | remove distrosBob Halley2016-09-181-8/+2
* | | Merge pull request #190 from sebix/readmeBob Halley2016-09-181-380/+347
|\ \ \
| * | | README: Fix markdown finallySebastian Wagner2016-08-051-377/+336
| * | | README fixes based on feedback on PR#190Sebastian Wagner2016-08-051-4/+7
| * | | doc: we dont read /etc/hostsSebastian Wagner2016-07-031-0/+3
| * | | doc: readme: fix whitespaces and markupSebastian Wagner2016-07-031-144/+146
* | | | Merge pull request #188 from bastiak/py3-zonefixBob Halley2016-09-182-12/+79
|\ \ \ \
| * | | | Add zone.to_file testsMartin2016-08-311-0/+53
| * | | | Fix encoding errors zone.to_file()Martin2016-08-311-12/+26
| | |/ / | |/| |
* | | | Merge pull request #196 from bastiak/py3-sliceBob Halley2016-09-186-30/+165
|\ \ \ \
| * | | | Py3: remove __getslice__ methodMartin Basti2016-08-056-30/+165
* | | | | Merge pull request #200 from bastiak/remove-python-nightly-testingBob Halley2016-09-181-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow failures with python-nightlyMartin2016-09-061-0/+3
|/ / / /
* | | | Merge pull request #198 from bastiak/members-fixesBob Halley2016-08-041-5/+6
|\ \ \ \
| * | | | Pylint: make pylint happy with exceptionsMartin2016-08-031-4/+4
| * | | | Fix parent definition of BaseResolverTests classMartin2016-08-031-1/+2
| |/ / /
* | | | Use random.SystemRandom when available.Bob Halley2016-08-041-3/+13
* | | | Merge pull request #194 from avylove/entropy_aBob Halley2016-08-041-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Reseed entropy pool after forkingAvram Lubkin2016-07-261-1/+5
|/ / /
* | | Merge pull request #191 from pspacek/masterBob Halley2016-07-121-2/+10
|\ \ \ | |_|/ |/| |
| * | Add method to force re-read resolv.conf: resolver.reset_default_resolver()Petr Spacek2016-07-121-2/+10
| |/
* | do not complain about trailing newlinesBob Halley2016-07-091-0/+1
* | Merge pull request #189 from sebix/dnssecimportBob Halley2016-07-081-32/+31
|\ \ | |/ |/|
| * style: dnssec tests: import at top, cleaner skipSebastian Wagner2016-07-031-32/+31
|/
* Merge pull request #187 from bastiak/pylint-roundBob Halley2016-07-023-4/+19
|\
| * Py3: round compatible with py2Martin2016-07-033-4/+19
|/
* Merge pull request #177 from cdeccio/testNameFixBob Halley2016-07-021-3/+3
|\
| * Use meaningful testCasey Deccio2016-06-241-3/+3
* | Merge pull request #176 from cdeccio/fixRootNameTextBob Halley2016-07-022-1/+9
|\ \
| * | Fix dns.name.Name.to_text()Casey Deccio2016-06-242-1/+9
| |/
* | Merge pull request #186 from bastiak/pylint-iterBob Halley2016-07-022-4/+12
|\ \
| * | Py3: do not use iter* methods with dictMartin2016-07-022-4/+12
* | | Merge pull request #185 from bastiak/pylintBob Halley2016-07-0227-163/+220
|\ \ \
| * | | Pylint: examples: py3 replace deprecated optparse with argparseMartin2016-07-021-9/+9
| * | | Pylint: examples: enable pylint for examples/*.pyMartin2016-07-021-1/+1