Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dies ist eine große Feature-Release mit einigen neuen Features und einer großen Anzahl von Bugfixes. Die IOCP Reaktor ist nun wesentlich verbessert, und viele Fehler wurden behoben. Twisted können nun mit easy_install installiert werden. Viele Verbesserungen wurden vor Gericht, Twisted's Unit-Test-System. Eine neue memcache Client-Implementierung wurde hinzugefügt. Viel wurde getan.
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

Diese Version enthält viele Updates für UDP-und Multicast-stdio auf Win32. Viele Fehlerbehebungen wurden für Test gemacht, und seine Unterstützung für eine große Anzahl bisher veraltet APIs wurde fallengelassen. Latente Generatoren nicht mehr Leck ihre endgültige Ergebnis oder Ausnahme. LoopingCall unterstützt nun auch Funktionen, die zurückkehren Deferreds. Ein kooperatives Scheduler mit steckbaren Politik wurde hinzugefügt. Ein großer Teil der API-Dokumentation wurde verbessert und einen neuen Leitfaden für die Entwicklung von Erzeugern und Verbrauchern wurde hinzugefügt. Dazu gehören auch neue Versionen von Conch, E-Mail, Namen, Wörter und 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

Die neue DeferredQueue Klasse wurde behoben ordnungsgemäß alle Rückstand und Größe Grenzen zu respektieren, sowie hatte Verbesserungen ihrer Unit-Tests gemacht. Die falsch angegeben twisted.news Paket installiert nun korrekt. Die Qt-Reaktors durchlaufen ()-Methode verhält sich jetzt wie iterieren () andere Reaktoren "Methoden. Das Plugin Caching-Mechanismus wurde geändert, um nur schreiben, wenn Änderungen gibt es Veränderungen. Der Reaktor Gtk2 initialisiert sich nun richtig, Verhütung bestimmter Start-Race-Bedingungen und mit besserer Unterstützung von Threads.
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

Wichtige neue Funktionen in diesem Release sind unter anderem die Ablösung des home-grown-Komponenten-System mit zope.interface, eine Spaltung der Teilprojekte in separate Pakete mit separater Release-Zyklen, Projekt-weiten Relizenzierung auf der MIT-Lizenz, Python 2.4 compatibility fixes und große Effizienz Verbesserungen bei der Pufferung von TCP-Algorithmus und DelayedCall Handhabung. Viele andere kleinere Funktionserweiterungen, Bugfixes, Verbesserungen und Dokumentation sind ebenfalls enthalten.
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