Commit graph

5 commits

Author SHA1 Message Date
adam
adfedd5aa5 py-cares: updated to 2.4.0
Version 2.4.0
- misc: fix building wheels for unavailable Python versions
- test: skip getaddrinfo6 test on Travis
- doc: add FreeBSD building instructions
- build: fix MinGW build
- ci, misc: add support for CPython 3.7
- ci: run on latest PyPy versions on TravisCI
- examples: extra examples
- ci: fix AppVeyor build
- test: fix TXT test
- core: fix repr for PTR results
2019-01-04 08:53:11 +00:00
jperkin
d737d7ace8 py-cares: Fix build on SunOS. 2018-10-22 15:50:28 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
adam
cc8f8a2758 Version 2.3.0
=============
 - core: fix CPython implementation TTL parsing issue
 - core: add ability to make queries using the command line
 - core: fix parsing TXT records with invalid UTF-8 chars
 - deps: removed unneeded c-ares files
 - core: update bundled c-ares to 1.13.0
 - ci: fix PyPy in Travis
2017-07-22 06:44:50 +00:00
adam
8d7019ce28 pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolves asynchronously.
2017-07-09 06:53:06 +00:00