| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use 'https' instead of 'http' for dnspython.org (#883) | Rafael Guterres Jeffman | 2023-01-11 | 1 | -1/+1 |
| * | fixed dnpython.org typo | Chris Kuipers | 2022-06-03 | 1 | -2/+2 |
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -99/+129 |
| * | One more pass, after adding --disallow-incomplete-defs | Bob Halley | 2022-03-11 | 1 | -3/+3 |
| * | Typing pass number 2, featuring typing of bools, adding a return type | Bob Halley | 2022-03-10 | 1 | -7/+7 |
| * | misc type annotation lint | Bob Halley | 2022-03-08 | 1 | -1/+1 |
| * | LGTM lint | Bob Halley | 2022-03-06 | 1 | -1/+1 |
| * | Add integrated typing to much of dnspython. | Bob Halley | 2022-03-05 | 1 | -95/+134 |
| * | make name and rdata use the immutable decoratormore-immut | Bob Halley | 2020-08-19 | 1 | -9/+3 |
| * | pylint linting | Bob Halley | 2020-07-31 | 1 | -2/+2 |
| * | Improve name coverage slightly by testing the uts_46 branch in 2008 decode. | Bob Halley | 2020-07-23 | 1 | -2/+3 |
| * | Remove code in _escapify() that can never run. | Bob Halley | 2020-07-03 | 1 | -2/+0 |
| * | Rework wire format processing. | Bob Halley | 2020-07-02 | 1 | -30/+37 |
| * | add/adjust some no cover pragmas; fix missing catch of UnicodeError | Bob Halley | 2020-06-30 | 1 | -4/+4 |
| * | we did not check label-too-long in a few text cases | Bob Halley | 2020-06-19 | 1 | -4/+10 |
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -8/+8 |
| * | Improvements to dns.rdata.to_wire(). | Brian Wellington | 2020-06-01 | 1 | -15/+19 |
| * | Remove hash value truncation. | Brian Wellington | 2020-05-20 | 1 | -4/+1 |
| * | remove unused io import | Bob Halley | 2020-05-15 | 1 | -1/+0 |
| * | Optimize name.to_digestable() and to_wire(). | Brian Wellington | 2020-05-15 | 1 | -13/+19 |
| * | add info about compression assumptions in dns.name.Name.to_wire() | Bob Halley | 2020-05-10 | 1 | -1/+4 |
| * | more documentation | Bob Halley | 2020-05-09 | 1 | -4/+5 |
| * | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -12/+12 |
| * | more things to make mypy happier | Bob Halley | 2020-05-03 | 1 | -7/+3 |
| * | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -5/+6 |
| * | Checkpoint immutable rdata. | Brian Wellington | 2020-03-31 | 1 | -0/+4 |
| * | allow alternate dots for root in dns.name.from_unicode | kimbo | 2019-07-26 | 1 | -1/+1 |
| * | When dealing with an IDNA 2003 non-punycode label, escapify it before unicode | Bob Halley | 2019-01-07 | 1 | -2/+0 |
| * | If there are no non-ASCII codepoints in the input, treat the name as | Bob Halley | 2019-01-06 | 1 | -8/+18 |
| * | Unicode label escapify was not escapifying special characters. | Bob Halley | 2019-01-05 | 1 | -41/+42 |
| * | remove bytearray() wrapping used for python 2 compatibility | Bob Halley | 2019-01-05 | 1 | -4/+4 |
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -17/+15 |
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -1/+1 |
| * | Pylint: reduce range of pylint disable statement | Martin | 2017-07-14 | 1 | -2/+1 |
| * | Fix more latest pylint warnings. | Bob Halley | 2017-05-30 | 1 | -0/+1 |
| * | more doco updates | Bob Halley | 2017-01-16 | 1 | -1/+0 |
| * | adjust __init__ now that we include it in class description | Bob Halley | 2017-01-02 | 1 | -2/+1 |
| * | copyright update | Bob Halley | 2017-01-01 | 1 | -1/+1 |
| * | convert to restructured text | Bob Halley | 2016-12-31 | 1 | -162/+232 |
| * | fix epydoc params for idna_codecv1.15.0 | Bob Halley | 2016-09-30 | 1 | -3/+3 |
| * | Make IDNA default decode just decode the punycode. | Bob Halley | 2016-09-29 | 1 | -14/+52 |
| * | dns.name.to_text() should return text. [Issue #209] | Bob Halley | 2016-09-27 | 1 | -5/+5 |
| * | Add IDNA 2008 Practical mode, since IDNA 2008 is absurdly strict. | Bob Halley | 2016-09-26 | 1 | -5/+23 |
| * | de-lint IDNA | Bob Halley | 2016-09-25 | 1 | -18/+19 |
| * | A simpler and more extensible IDNA API. | Bob Halley | 2016-09-25 | 1 | -92/+104 |
| * | Only use IDNA 2008 if requested. | Bob Halley | 2016-09-21 | 1 | -24/+68 |
| * | Document IDNA parameters. | Bob Halley | 2016-09-20 | 1 | -0/+26 |
| * | If the IDNA2008 module "idna" is available, use it and do IDNA 2008 encoding. | Bob Halley | 2016-09-19 | 1 | -15/+41 |
| * | Merge pull request #197 from bastiak/pylint | Bob Halley | 2016-09-18 | 1 | -1/+1 |
| |\ |
|