pprocess

packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog

82:48fcbcb0cd09
2007-07-07 paulb [project @ 2007-07-07 22:13:02 by paulb] Updated release information. Relicensed under the LGPLv3.
     1 parallel-pprocess (0.2.5-0ubuntu1) hoary; urgency=low     2      3   * Added a start method to the Exchange class for more     4     convenient creation of processes.     5   * Relicensed under the LGPL (version 3 or later) - this     6     also fixes the contradictory situation where the GPL was     7     stated in the pprocess module (which was not, in fact,     8     the intention) and the LGPL was stated in the     9     documentation.    10     11  -- Paul Boddie <paul@boddie.org.uk>  Sun,  8 Jul 2007 00:08:39 +0200    12     13 parallel-pprocess (0.2.4-0ubuntu1) hoary; urgency=low    14     15   * Set buffer sizes to zero for the file object wrappers    16     around sockets: this may prevent deadlock issues.    17     18  -- Paul Boddie <paul@boddie.org.uk>  Thu, 29 Mar 2007 01:50:13 +0200    19     20 parallel-pprocess (0.2.3-0ubuntu1) hoary; urgency=low    21     22   * Added convenient message exchanges, offering methods    23     handling common situations at the cost of having to    24     define a subclass of Exchange.    25   * Added a simple example of performing a parallel    26     computation.    27   * Improved the PyGmy raytracer example to use the newly    28     added functionality.    29     30  -- Paul Boddie <paul@boddie.org.uk>  Sun, 14 Jan 2007 23:50:54 +0100    31     32 parallel-pprocess (0.2.2-0ubuntu1) hoary; urgency=low    33     34   * Changed the status testing in the Exchange class,    35     potentially fixing the premature closure of channels    36     before all data was read.    37   * Fixed the PyGmy raytracer example's process accounting    38     by relying on the possibly more reliable Exchange    39     behaviour, whilst also preventing erroneous creation of    40     "out of bounds" processes.    41   * Added a removed attribute on the Exchange to record    42     which channels were removed in the last call to the    43     ready method.    44     45  -- Paul Boddie <paul@boddie.org.uk>  Sun, 19 Nov 2006 20:35:25 +0100    46     47 parallel-pprocess (0.2.1-0ubuntu1) hoary; urgency=low    48     49   * Added a PyGmy raytracer example.    50   * Updated copyright and licensing details (FSF address,    51     additional works).    52     53  -- Paul Boddie <paul@boddie.org.uk>  Sun,  1 Oct 2006 17:46:17 +0200    54     55 parallel-pprocess (0.2-0ubuntu1) hoary; urgency=low    56     57   * Changed the parallel module to pprocess.    58     59  -- Paul Boddie <paul@boddie.org.uk>  Tue, 11 Oct 2005 18:50:24 +0200    60     61 parallel-module (0.1-0ubuntu1) hoary; urgency=low    62     63   * New upstream release.    64     65  -- Paul Boddie <paul@boddie.org.uk>  Wed, 28 Sep 2005 19:18:47 +0200