Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing import to trio example | Bob Halley | 2020-05-16 | 1 | -0/+1 |
| | |||||
* | async resolver and linting | Bob Halley | 2020-05-16 | 1 | -0/+4 |
| | |||||
* | Start trio async support. | Bob Halley | 2020-05-16 | 1 | -0/+24 |
| | |||||
* | make all shebangs python3 | Bob Halley | 2020-05-01 | 9 | -9/+9 |
| | |||||
* | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 9 | -17/+0 |
| | | | | None of these are needed anymore. | ||||
* | DoH cleanup. | Brian Wellington | 2020-01-07 | 1 | -2/+2 |
| | |||||
* | example for DNS over HTTPS | kimbo | 2019-12-30 | 1 | -0/+42 |
| | |||||
* | Handle the case where the NOTIFY has no answer SOA RR. | Bob Halley | 2019-03-18 | 1 | -4/+9 |
| | |||||
* | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -10/+10 |
| | |||||
* | Initial type signatures | Janus | 2018-07-31 | 3 | -17/+41 |
| | |||||
* | examples/zonediff: fix pylint (singleton-comparison) | Tomas Krizek | 2018-07-18 | 1 | -3/+3 |
| | |||||
* | delint | Bob Halley | 2018-02-20 | 2 | -6/+2 |
| | |||||
* | Fix incorrect example using non-specific Resolver | Arcadiy Ivanov | 2017-11-14 | 1 | -1/+1 |
| | | | | fixes #285 | ||||
* | add example of querying a specific server | Bob Halley | 2016-12-30 | 1 | -0/+39 |
| | |||||
* | add future import for print | Bob Halley | 2016-12-18 | 1 | -0/+2 |
| | |||||
* | update comment | Bob Halley | 2016-12-18 | 1 | -0/+3 |
| | |||||
* | add example of receiving notify messages | Bob Halley | 2016-12-18 | 1 | -0/+27 |
| | |||||
* | Pylint: remove bare excepts | Martin | 2016-08-31 | 1 | -2/+2 |
| | | | | Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits. | ||||
* | Pylint: examples: py3 replace deprecated optparse with argparse | Martin | 2016-07-02 | 1 | -9/+9 |
| | |||||
* | Pylint: examples: fix redefined sys from outer scope error | Martin | 2016-07-02 | 1 | -3/+2 |
| | | | | This was more false positive than actual error, but I replaced sys.exit() by SystemExit exception rather than disabling check there | ||||
* | Pylint: examples: fix basestring is not in py3 | Martin | 2016-07-02 | 1 | -9/+9 |
| | |||||
* | Pylint: examples: fix extremenly long lines | Martin | 2016-07-02 | 1 | -6/+24 |
| | |||||
* | Pylint: examples: fix redefined variables from outer scope | Martin | 2016-07-02 | 1 | -1/+5 |
| | |||||
* | Pylint: examples: cmp builtin is not in py3 | Martin | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Pylint: examples: fix singleton comparison | Martin | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Pylint: examples: fix whitespace errors | Martin | 2016-07-02 | 1 | -17/+16 |
| | |||||
* | Pylint: examples: do py2/3 compatible prints | Martin | 2016-07-02 | 7 | -15/+29 |
| | |||||
* | Fix typos | Jakub Wilk | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | clean Tab | dv | 2015-03-02 | 2 | -10/+10 |
| | |||||
* | compute dnspython.org master server and xfr from it | Bob Halley | 2011-05-03 | 1 | -1/+5 |
| | |||||
* | Add zonediff.py to examples | Bob Halley | 2010-10-31 | 1 | -0/+270 |
| | |||||
* | deobfuscate code; thanks to Andre van der Vlies | Bob Halley | 2008-08-05 | 1 | -7/+5 |
| | |||||
* | add some more examples | Bob Halley | 2006-09-25 | 2 | -0/+12 |
| | |||||
* | add ddns example | Bob Halley | 2005-10-31 | 1 | -0/+51 |
| | |||||
* | remove .arch-ids | Bob Halley | 2005-09-02 | 5 | -5/+0 |
| | |||||
* | initial import | Bob Halley | 2005-09-02 | 9 | -0/+77 |
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 |