Keith Gaughan

Results 10 issues of Keith Gaughan

This can replace #25.

Using the `xml` rendering method leaves an XML declaration at the top, which doesn't play nice with some browsers, so it's better to use the `xhtml` method in such cases....

Either move the code to run on top of asyncore (as it'll work on Python 2 and Python 3) or asyncio/tulip, with some method of having it still run on...

enhancement

While uwhoisd isn't intended to be exposed to the outside world, some ratelimiting functionality would still be worthwhile. I've already checked in a token bucket implementation, but this needs to...

enhancement

It would be really nice to have a set of parsers to massage registry WHOIS output to a more standard format.

enhancement

The idea being this would be to be able to support things like Nominet's [WHOIS2](http://www.nominet.org.uk/other/whois2/) service without major rewriting of the caching and querying code.

enhancement

Take a read of this for inspiration: ``` https://github.com/jodrell/jwhois/blob/master/example/jwhois.conf ```

enhancement

Right now it complains that it can't discover the address of the registrar WHOIS server in these cases. It ought to catching 'not found' errors from the registry and relaying...

enhancement

(I'm pulling my previous #17 into this PR, which fixes up `setup.py`.) This PR adds a small compatibility layer to gitosis that allows it to run on both Python 2.7...

Fixes #963. ## Proposed Changes Whereas #964 just attempted to replace copy_tree, this replaces all the remaining references to distutils. This ought to make it possible to proceed with #1119...