Packaging Eventlet version 0810

Version 3 (Anonymous, 04/19/2012 03:32 pm)

1 1
python-eventlet (0.8.10) unstable; urgency=low
2 1
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 2
** added connDone parameter to twistedutil.protocol.GreenTransportBase.loseConnection()
9 2
** 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 2
** 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 2
** added has_value() and has_exception() to Source
16 2
** added docstring for proc.wrap_errors helper
17 2
** added proc.RunningProcSet class