| 2020-05-19 |
Brian Wellington | Enum refactoring. 475/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | start resolution business logic tests. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add missing backoff to next_nameserver() retry_with_tcp... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | use to_enum() |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #474 from bwelling/sets |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix bare except. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix type registration for singleton types. 474/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Replace dicts with sets. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | It is self.resolver.retry_servfail, not self.retry_serv... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix metatype check. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #472 from rthalley/resrefactor |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | first draft of What's New in 2.0.0 |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #473 from bwelling/enum |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add resolve_address() helper at module level 472/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add basic typo info for trio modules |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | linting |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add trio to extras |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Finish rdatatype conversion. 473/head |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Assign to globals() more consistently. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Convert message flags to enums. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Convert opcode, rcode, dnssec constants to enums. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Create DNSKEY Flag enum. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Start converting rdatatype/rdataclass to enum. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Bob Halley | refactor resolver, extracting all business logic |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Bob Halley | add is_address() |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | prevent async resolver infinite attempts if caller... |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | add missing import to trio example |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | indentation lint |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | async resolver and linting |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Bob Halley | Start trio async support. |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Bob Halley | Merge pull request #471 from bwelling/dnssec-enum |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Remove extra whitespace. 471/head |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Improve consistency in DNSSEC code. |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | add mypy.ini |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | remove unused io import |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Merge pull request #470 from bwelling/optimize-name |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | flake8 linting |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Optimize name.to_digestable() and to_wire(). 470/head |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | fix type specification for resolve() |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Allow resolver-level control over the defaulting of... |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Add resolver resolve(), deprecate query(). |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Another docs typo fix. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Update the default TSIG algorithm to hmac-sha256. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Resolver docs fixes. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Improve nsec3_hash() docs. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | add nsec3_hash to doco |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Improve validate() docs. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix quoting, again! |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix quoting |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | Document validate() and validate_rrsig(). |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix the dns.message.BadEDNS documentation. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Add more nsec3_hash() tests. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix nsec3_hash() when passed a dns.name.Name. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix nsec3_hash() with salt==None. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | extra imports for readthedocs |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation formatting. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Add TLS. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation cut and paste error. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation typos. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | remove Python 2 reference |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix some leftover doco issues |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | add info about compression assumptions in dns.name... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | Reharmonize doc style as I think it looks better |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | doco badge |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | fix doco nits |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | add .readthedocs.yml |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | lint |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | checkpoint rdata subclass doc, finally done |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | checkpoint more rdata subclasses doco |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | checkpoint rdata subclasses doco |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | binary -> bytes, text -> str |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | more documentation |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add license.rst |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add license |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | remove year |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | update doco author and copyright info |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add idna_codec doco to from_text_list() |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | in doco, text->str, binary->bytes |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | remove python 2vs3 section |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add dns.query.https |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | remove send_https() as the send/receive split is too... |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | add sphinx to pyproject.toml |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | Merge pull request #468 from kimbo/kl/extras-install |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
kimbo | standard way to install extras 468/head |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
kimbo | match setup.py's extra_requires functionality |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | python>=3.6 |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | Merge pull request #467 from kimbo/kl/installation-fix |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
kimbo | make dnspython installable with pip 467/head |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | 3.6 or later required; mention DoH in installation doc |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | document installing optional packages |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | Document dns.message.from_text() blank line behavior... |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Bob Halley | Python 3.6 or later is required. |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | start flake8 support |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Brian Wellington | Improve TXT records in example zone. |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | Fix [Issue #416], EAI_SYSTEM not defined on Windows. |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | Grealy simplify our getaddrinfo() implementation by... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | Do not lose scope info. [Issue #283] |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | Ignore scopes in dns.inet.* |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | In cases where we care that something is just an IPv4... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Bob Halley | Add an ignore_scope option to dns.ipv6.inet_aton(). |
commit | commitdiff | tree | snapshot |
| next |