• Denis Bilenko's avatar
    implement dns functions in gevent.socket using c-ares · e76166f4
    Denis Bilenko authored
    - gevent.socket module adds 3 new methods: gethostbyname_ex, gethostbyaddr, getnameinfo (in addition to getaddrinfo and gethostbyname)
    - added new bindings: core.ares_channel class
    - Hub gets a new property: 'resolver'
    - Added a new gevent.resolver_ares.Resolver class which translates from low-lever c-ares bindings into Python socket compatible functions
    e76166f4
setup.py 6.33 KB