Download project files

How do I verify a download?


0.7 (brummie) release from the trunk series released

Release information
Release notes:

Features
-----------

 - Add Binary term and explicit packing (lp:377752). This is a backward compatible change, you now get a Binary term instead of a string after parsing.
 - Add a names method to the Process class to query the nodes on a server
 - Add a full feature example web ui for RabbitMQ

Fixes
------

 - Fix id in repr by using unsignedID
 - Fix new float packing

Changelog:

Features
-----------

 - Add Binary term and explicit packing (lp:377752). This is a backward compatible change, you now get a Binary term instead of a string after parsing.
 - Add a names method to the Process class to query the nodes on a server
 - Add a full feature example web ui for RabbitMQ

Fixes
------

 - Fix id in repr by using unsignedID
 - Fix new float packing

File Description Downloads
download icon twotp-0.7.tar.gz (md5, sig) Tarball 979
last downloaded 9 weeks ago
Total downloads: 979

0.6 (Teenage Haircut) release from the trunk series released

Release information
Release notes:

Features
-----------

Twotp now supports links and monitoring with an Erlang process. This way you can subscribe to the exit status of Erlang processes, and publish an exist status in your Twisted application itself.

Refactoring
--------------

To better support links and monitoring, a big work has been done creating the Process class: this is the new entry point to communicate with Erlang processes: callRemote and ping have been moved to this class, and you'll see it's much simpler to create processes that can communicate with Erlang. This is a backward incompatible change!

Changelog:

Features
-----------

Twotp now supports links and monitoring with an Erlang process. This way you can subscribe to the exit status of Erlang processes, and publish an exist status in your Twisted application itself.

Refactoring
--------------

To better support links and monitoring, a big work has been done creating the Process class: this is the new entry point to communicate with Erlang processes: callRemote and ping have been moved to this class, and you'll see it's much simpler to create processes that can communicate with Erlang. This is a backward incompatible change!

File Description Downloads
download icon twotp-0.6.tar.gz (md5, sig) Tarball 274
last downloaded 41 weeks ago
Total downloads: 274

0.5 release from the trunk series released

Release information
Changelog:

Fixes
------

 * Fix a problem with packing of negative floats (bug:298864)
 * Fix a bug when callRemote result is an empty list or tuple (bug:294735)

Miscellaneous
------------------

 * Add examples against ejabberd and rabbitmq.

File Description Downloads
download icon twotp-0.5.tar.gz (md5, sig) Tarball 271
last downloaded 41 weeks ago
Total downloads: 271

0.4 (Identity crisis) release from the trunk series released

Release information
Release notes:

This release is a simple fix to rename main package to twotp, to match with the project name. It also prepares a PPA package.

Changelog:

Fixes
------

 * Include twistd plugin in source distribution and install

Miscellaneous
------------------

 * Rename main package to twotp, to match with the project name.

File Description Downloads
download icon twotp-0.4.tar.gz (md5, sig) Source distribution 349
last downloaded 44 weeks ago
Total downloads: 349

0.3 (Running fall) release from the trunk series released

Release information
Release notes:

Features
-----------

 - Add support for compressed data between nodes. It's done both at packing and parsing sides.
 - Add support for 'new' float, which takes much less room in standard cases

Fixes
------

 - Back up assertIsInstance from Twisted to make twotp tests green on a Twisted 2.5
 - Fix some tests which were relying on dict platform dependant order

Changelog:

Features
-----------

 - Add support for compressed data between nodes. It's done both at packing and parsing sides.
 - Add support for 'new' float, which takes much less room in standard cases

Fixes
------

 - Back up assertIsInstance from Twisted to make twotp tests green on a Twisted 2.5
 - Fix some tests which were relying on dict platform dependant order

File Description Downloads
download icon twotp-0.3.tar.gz (md5) Source distribution 320
last downloaded 45 weeks ago
Total downloads: 320

0.2 (First Thrill) release from the trunk series released

Release information
Release notes:

Features
--------

 - Add basic support for dict and set. This is not yet complete, because there
   are some limitations to be able to serialize/unserialize properly, but it's
   enough to be tests.
 - Add a twistd plugin running an Erlang node. To run it and see the options,
   call "twistd twotp --help"

Fixes
-----

 - Fix a problem with signed integer handling.
 - Don't force convertions of list of integers to strings. Previously, we
   forced everything to be a string, which you can't get list of integers.
   Until a better solution appears, it's now forced to list of integers.
 - Fix long management.

Other
-----
 - Add an example of a gtk application talking to a mnesia database.

File Description Downloads
download icon twotp-0.2.tar.gz (md5) Source distribution 319
last downloaded 43 weeks ago
Total downloads: 319

0.1 (Baby boom) release from the trunk series released

Release information
Release notes:

This release includes support of most erlang types for serialization and deserialization, and two way communications.

File Description Downloads
download icon twotp-0.1.tar.gz (md5) Source code 267
last downloaded 41 weeks ago
Total downloads: 267