Download List

Projeto Descrição

DNS.py is a Python module that provides a robust
and flexible DNS client implementation.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-04 07:31
0.4

Esta versão introduz suporte para consultas IXFR e vários outros tipos de consulta (WKS, AFSDB, RP, X25, ISDN, RT, GPOs, KX, PX, LOC, e NAPTR). Para encurtar o código, a classe e constantes tipo foram renomeados para T_ C_ <typename> e <classname>. Existem também outras pequenas melhorias e correções.
Tags: Major feature enhancements
This release introduces support for IXFR queries and several other query types (WKS, AFSDB, RP, X25, ISDN, RT, GPOS, KX, PX, LOC, and NAPTR). To shorten the code, the class and type constants were renamed to T_&lt;typename&gt; and C_&lt;classname&gt;. There are also other minor improvements and bugfixes.

2007-05-28 07:21
0.3

Esta versão introduz UDP e implementações de conexão TCP, bem como suporte para a SRV, AXFR, Maila, MAILB, e quaisquer tipos de consulta. Além disso, pequenas melhorias no manejo RDATA despercebidas foram adicionados.
Tags: Major feature enhancements
This release introduces both UDP and TCP
connection implementations, as well as support for
SRV, AXFR, MAILA, MAILB, and ANY query types.
Also, minor improvements in handling unrecognized
RDATA were added.

2007-05-21 12:28
0.2

Um novo método CandidateDomains () foi adicionado à classe Resolver. Verifica a integridade das respostas recebidas foram adicionados. Cada servidor de nome pode ser especificado como agora 'servername: port'. / etc / análise / resolv.conf foi melhorado, e mais opções são tidos em conta. Outras pequenas melhorias foram introduzidas.
Tags: Minor feature enhancements
A new CandidateDomains() method was added to the Resolver class. Checks for completeness of the received answer were added. Each name server may be specified now as 'servername:port'. /etc/resolv.conf parsing was improved, and more options are taken into account. Other minor improvements were introduced.

2007-05-14 13:27
0.1

Tags: Initial freshmeat announcement

Project Resources