summaryrefslogtreecommitdiff
path: root/dns/immutable.py
Commit message (Collapse)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-2/+2
|
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-2/+4
| | | | | of "-> None" to procedures, and various fixes for omissions, errors, and new issues discovered by type checking previously unchecked things.
* LGTM lintBob Halley2022-03-061-1/+0
|
* Remove 3.6-specific code.Bob Halley2022-03-051-12/+4
| | | | | We still have to add AsyncExitStacks, and this requires making the associated socket wrappers async context managers.
* more lgtm lintingBob Halley2022-02-171-1/+1
|
* lintBob Halley2020-08-111-1/+2
|
* Transaction support.Bob Halley2020-08-101-5/+12
|
* Add immutable module.Bob Halley2020-08-081-0/+62