summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix epydoc params for idna_codecv1.15.0Bob Halley2016-09-301-3/+3
* 1.15.0 prepBob Halley2016-09-302-2/+35
* more Changelog updatesBob Halley2016-09-291-3/+8
* updateBob Halley2016-09-291-0/+2
* Make IDNA default decode just decode the punycode.Bob Halley2016-09-292-14/+67
* dns.name.to_text() should return text. [Issue #209]Bob Halley2016-09-272-14/+14
* Add IDNA 2008 Practical mode, since IDNA 2008 is absurdly strict.Bob Halley2016-09-262-5/+47
* make pylint happyBob Halley2016-09-261-0/+1
* When raising NoAnswer from a cache hit, supply the response.Bob Halley2016-09-261-1/+1
* Fix linting change that caused the wrong qname to be used whenBob Halley2016-09-261-2/+2
* de-lint IDNABob Halley2016-09-253-31/+31
* A simpler and more extensible IDNA API.Bob Halley2016-09-253-102/+125
* Fix python3 IDNA 2008 testing bugs.Bob Halley2016-09-211-3/+3
* Only use IDNA 2008 if requested.Bob Halley2016-09-213-42/+77
* remove python nightlies for now as I do not care much and they are fragile at...Bob Halley2016-09-201-1/+1
* Add AVC RR support.Bob Halley2016-09-207-2/+33
* Document IDNA parameters.Bob Halley2016-09-201-0/+26
* fix minor doco errors.Bob Halley2016-09-202-5/+6
* update for 1.15.0Bob Halley2016-09-201-0/+14
* remove lint on test as it breaks on python 2.6Bob Halley2016-09-201-1/+1
* 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
| |/ / /