Download project files

How do I verify a download?


4.0.1 release from the trunk series released

Release information
Changelog:

4.0.1 Sun, Feb 25, 2024
 * Fix regex string in Base.py to be raw string to resolve SyntaxWarning for
   invalid escape sequence with python3.12, thanks to Agathe Porte for fixing
   in Debian.

File Description Downloads
download icon py3dns-4.0.1.tar.gz (md5, sig) 4.0.1 11
last downloaded today
Total downloads: 11

4.0.0 release from the trunk series released

Release information
Changelog:

4.0.0 Sat, Jul 1, 2023
 * Bump major version due to incompatible change
 * Remove class DnsAsyncRequest, asyncore is removed from Python 3.12 and it
   would require a substial rewrite - If you need async DNS, use aiodns
   instead. (LP: #2003329)
 * Switch build system from setuptools with setup.py to flit
 * If /etc/resolv.conf, assume DNS server is '127.0.0.1', this changes the
   existing behavior - in previous releases there would be a
   FileNotFoundError.

File Description Downloads
download icon py3dns-4.0.0-py3-none-any.whl (md5, sig) 4.0.0 wheel 5
last downloaded 9 weeks ago
download icon py3dns-4.0.0.tar.gz (md5, sig) 4.0.0 10
last downloaded 9 weeks ago
Total downloads: 15

3.2.1 release from the trunk series released

Release information
Changelog:

3.2.1 Wed, Sep 4, 2019
 * Add support for setting timeout for convenience methods in DNS.lazy
 * Fixed DNS.req resulttype error format (LP: #1842423)
 * Use errno.EADDRINUSE instead of the hard coded Linux value for improved
   portability (LP: #1793540)
 * Update test suite to correct for use of no longer existing DNS records
 * Set timeout=1 for tests so testing with a non-responsive nameserver will
   finish in a reasonable time

File Description Downloads
download icon py3dns-3.2.1.tar.gz (md5, sig) 3.2.1 1,433
last downloaded 2 days ago
Total downloads: 1,433

3.2.0 release from the trunk series released

Release information
Changelog:

3.2.0 Mon, 23 Jul 2018
 * Rename internal use of async since it is a reserved word in python3.7
   (LP: #1776027)
 * Switch from distutils to setuptools
 * Ship test.py in the tarball

File Description Downloads
download icon py3dns-3.2.0.tar.gz (md5, sig) 3.2.0 763
last downloaded 18 weeks ago
Total downloads: 763

3.1.1 release from the trunk series released

Release information
Changelog:

3.1.1 Thu, 06 Oct 2016 22:00:13 -0400
 * Update test suite for new example.org IP addresses
 * Fix missing bits for use of ipaddr-py with python3 < 3.3 (LP: #1319611)
   - Patch thanks to Arfrever Frehtes Taifersar Arahesis
 * Correct error in _DiscoverNameServers from OS X implementation in 3.0.1
   that prevents name server discovery on windows (LP: #1442424)
 * Correct encoding issue with label length to fix issues with DNS labels
   greater than 46 characters (LP: #1502853)
   - Thanks to Petr Czepiec for the patch
 * Use full path to /usr/sbin/scutil on OS X since scutil is not always in the
   search path (LP: #1630844)

File Description Downloads
download icon py3dns-3.1.1.tar.gz (md5, sig) 3.1.1 release tarball 340
last downloaded 18 weeks ago
Total downloads: 340

3.1.0 release from the trunk series released

Release information
Changelog:

3.1.0 Thu Apr 24 23:52:00 EDT 2014
 * Raise DNSError when no nameservers have been found by the time a
   Base.DNSRequest object is initialized
 * Add new DNS.DnsRequest.qry function to supercede DNS.DnsRequest.req to
   allow for non-backward compatible changes to be made in .qry while
   maintaining full backward compatibility with 3.0.3 and later in the 3.0
   series in .req
 * Add options for 'resulttype' to DnsResult.qry to allow for binary, integer,
   or text data to be returned for IP addresses
 * The default result type for IPv4 and IPv6 addresses in DNS.DnsRequest.qry
   is an ipaddress object
 * The ipaddress module is used internally. This is included in python3.3 and
   the ipaddr-py module from https://code.google.com/p/ipaddr-py/ can be used
   with python3.2
 * New unittest based test suite - thanks to Diane Trout

File Description Downloads
download icon py3dns-3.1.0.tar.gz (md5, sig) 3.1.0 983
last downloaded 18 weeks ago
Total downloads: 983

3.0.4 release from the 3.0 series released

Release information
Changelog:

3.0.4 Wed Aug 7 02:25:00 EDT 2013

 * Fix timeouts associated with only one of several available nameservers
   being unavailable(LP: #1209071):
   - Only raise timeout error after trying all available servers
   - Stop lookups once an answer is gotten
 * Removed unmaintained spec files

File Description Downloads
download icon py3dns-3.0.4.tar.gz (md5, sig) 3.0.4 138
last downloaded 18 weeks ago
Total downloads: 138

3.0-3.0.3 release from the 3.0 series released

Release information
Changelog:

 * Revert returning IPv6 addresses from AAAA lookups as string. Causing
   incompatiblities that are deeply annoying to fix on the other end.

File Description Downloads
download icon py3dns-3.0.3.tar.gz (md5, sig) 3.0.3 13
last downloaded 18 weeks ago
Total downloads: 13