2019-01-04 09:53:12 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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
|
2018-10-22 17:50:28 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
py-cares: Fix build on SunOS.
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-07-22 08:44:50 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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-09 08:53:06 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
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.
|