Download List

Projeto Descrição

Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients.

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.

2008-03-27 08:10
8.0.1

Esta é uma versão característica principal, com várias novas funcionalidades e um grande número de correções. O reator IOCP agora está muito melhor, e muitos bugs foram resolvidos. Twisted agora pode ser instalado com easy_install. Muitas melhorias foram feitas para experimentação, Twisted sistema de teste de unidade. Um novo memcache implementação do protocolo cliente foi adicionado. Muito mais foi feito.
Tags: Major feature enhancements
This is a major feature release, with several new
features and a great number of bugfixes. The IOCP
reactor is now much improved, and many bugs have
been resolved. Twisted may now be installed with
easy_install. Many improvements were made to
Trial, Twisted's unit testing system. A new
memcache client protocol implementation was added.
Much more was done.

2006-05-28 09:09
2.4.0

Esta versão inclui várias correções para UDP e multicast stdio no Win32. Muitas correções foram feitas para experimentação, e seu apoio a um grande número de APIs desaprovadas anteriormente era descartada. Geradores diferidos não vazamento de seu resultado final, ou de exceção. LoopingCall agora suporta funções Deferreds que retornar. Um programador de cooperação com as políticas pluggable foi adicionado. Grande parte da documentação da API foi melhorada e um novo guia para o desenvolvimento de produtores e consumidores foi adicionado. Isto também inclui novas versões do Caramujo, Mail, nomes, palavras, e web.
Tags: Major feature enhancements
This release includes many fixes for UDP and
multicast stdio on Win32. Many bug fixes were made
for Trial, and its support for a large number of
previously deprecated APIs was dropped. Deferred
Generators no longer leak their final result or
exception. LoopingCall now supports functions
which return Deferreds. A cooperative scheduler
with pluggable policies has been added. Much of
the API documentation has been improved and a new
guide for developing producers and consumers has
been added. This also includes new releases of
Conch, Mail, Names, Words, and Web.

2005-05-30 01:24
2.0.1

A classe DeferredQueue novo foi corrigido para corretamente respeitar todos os atrasos e os limites de tamanho, assim como tiveram melhorias feitas para seus testes de unidade. O pacote indevidamente omitidos twisted.news agora instala corretamente. O método do reator do Qt () iterar agora se comporta como iterar outros reactores '() métodos. O plugin do mecanismo de cache foi alterado para apenas escrever as alterações quando existem alterações. O reator Gtk2 agora inicia-se adequadamente, impedindo que determinadas condições de corrida de arranque, e com melhor apoio tópicos.
Tags: Minor bugfixes
The new DeferredQueue class has been fixed to properly respect all backlog and size limits, as well as had improvements made to its unit tests. The incorrectly omitted twisted.news package now installs properly. The Qt reactor's iterate() method now behaves like other reactors' iterate() methods. The plugin caching mechanism has been changed to only write out changes when changes exist. The Gtk2 reactor now initializes itself properly, preventing certain startup race conditions, and with better supporting threads.

2005-03-29 16:46
2.0

Principais novos recursos nesta versão incluem a substituição do sistema de home-grown componente com zope.interface, uma divisão dos subprojetos em pacotes separados com ciclos de lançamento separado, projeto relicenciamento larga para a licença MIT, Python 2.4 correções de compatibilidade e grande eficiência melhorias no algoritmo de TCP buffer e manipulação DelayedCall. Muitos outros aprimoramentos de recursos menor, correções de bugs e melhorias documentação também estão incluídos.
Tags: Code cleanup
Major new features in this release include the
replacement of the home-grown component system
with zope.interface, a split of subprojects into
separate packages with separate release cycles,
project-wide relicensing to the MIT license,
Python 2.4 compatibility fixes, and major
efficiency improvements in the TCP buffering
algorithm and DelayedCall handling. Many other
minor feature enhancements, bugfixes, and
documentation improvements are also included.

2004-07-24 09:25
1.3.0

Tags: Code cleanup

Project Resources