Project

General

Profile

Packaging Eventlet version 0810 » History » Version 3

Anonymous, 04/19/2012 03:32 PM
Milestone

1 1
python-eventlet (0.8.10) unstable; urgency=low
2
3 2
** based on changeset 628
4 1
    http://devel.ag-projects.com/~denis/cgi-bin/hgweb.cgi/log/35dd8ff9bb2d
5 2
** reimplemented coros.BoundedSemaphore using two Semaphores;
6 1
    queue(0) should work well as a channel replacement now
7 2
** added 'balance' property to coros.BoundedSemaphore, similar to that of channel's
8
** added connDone parameter to twistedutil.protocol.GreenTransportBase.loseConnection()
9
** renamed 'sync' argument to 'wait' in write() and loseConnection() methods
10 1
    of twistedutil.protocol.GreenTransportBase
11 2
** fixed proc.+all+ to include Source class
12
** proc: changed the way links to functions are fired: now Source/Proc instance
13 1
    passes itself as a parameter both for "value" and "exception" links.
14 2
** added 'value' property to Source and exc_info() method to access the result and the exception
15
** added has_value() and has_exception() to Source
16
** added docstring for proc.wrap_errors helper
17
** added proc.RunningProcSet class