Download List

Descripción del Proyecto

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 es una versión de las principales características, con varias funciones nuevas y un gran número de correcciones de errores. El reactor IOCP ha mejorado mucho, y muchos errores se han resuelto. Twisted ahora puede ser instalado con easy_install. Muchas de las mejoras se hicieron a juicio, las pruebas Twisted la unidad del sistema. Un nuevo cliente de la aplicación memcache protocolo fue añadido. Mucho más se ha hecho.
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 versión incluye muchas correcciones para UDP y stdio de multidifusión en Win32. Muchas correcciones de errores fueron hechos para el juicio, y su apoyo a un gran número de API desaprobado previamente fue eliminado. Generadores de postergar más el derrame de su resultado final o de excepción. LoopingCall ahora es compatible con las funciones que Deferreds retorno. Un planificador de cooperación con las políticas conectable ha añadido. Gran parte de la documentación de la API se ha mejorado y una nueva guía para el desarrollo de los productores y los consumidores se ha añadido. Esto también incluye las nuevas versiones de la Concha, correo electrónico, nombres, palabras y 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

La clase DeferredQueue nuevo se ha resuelto tratar con respeto a todos los pagos pendientes y los límites de tamaño, así como había realizado mejoras en sus pruebas de unidad. El paquete de twisted.news omitido incorrectamente se instala correctamente. Iterar El reactor de Qt () método que ahora se comporta como los demás reactores 'iterar () métodos. El plug-in mecanismo de memoria caché se ha cambiado a sólo escribir los cambios cuando los cambios existen. El reactor de Gtk2 ahora inicializa por sí mismo adecuadamente, evitando que determinadas condiciones de la carrera de inicio, y con un mejor apoyo a las discusiones.
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

Las principales nuevas características de esta versión incluyen la sustitución de la Home-Grown sistema de componentes con zope.interface, una división de los subproyectos en los paquetes por separado con los ciclos de lanzamiento independiente, el proyecto de renovación de licencias de ancho-a la licencia MIT, Python 2.4 correcciones de compatibilidad, la eficiencia y los principales mejoras en el algoritmo de amortiguación y manejo de TCP DelayedCall. Muchas otras mejoras de características menores, soluciones a fallos, y mejoras de documentación también se incluyen.
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