Martin Maney
Martin Maney
It's come up once or twice in discussion: a suggestion that some drivers might be much simplified if the user could just TELL them what zone (usually means what domain.tld,...
@mmaney has been trying out github's actions for running lint & tests against multiple Python versions, and there appear to be some issues with sewer and 3.5. This bug will...
While preparing PR #163, I noticed several drivers that have the hardwired assumption that the apex domain is exactly two components long. That is, from `domain_name.split('.')`, they collect the last...
## What is it that you would like to propose to add/remove/change? Add a trivial cache to save the fresh nonces the server returns in most responses and use them...
It seems that despite many of the examples showing it this way, get() (at least) does NOT accept an ObjectIdentifier object - it wants that string and nothing else, raising...