Packaging Eventlet version 0810 » History » Version 1
Anonymous, 04/19/2012 03:30 PM
Milestone
1 | 1 | python-eventlet (0.8.10) unstable; urgency=low |
|
---|---|---|---|
2 | |||
3 | * based on changeset 628 |
||
4 | http://devel.ag-projects.com/~denis/cgi-bin/hgweb.cgi/log/35dd8ff9bb2d |
||
5 | * reimplemented coros.BoundedSemaphore using two Semaphores; |
||
6 | queue(0) should work well as a channel replacement now |
||
7 | * 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 | of twistedutil.protocol.GreenTransportBase |
||
11 | * fixed proc.__all__ to include Source class |
||
12 | * proc: changed the way links to functions are fired: now Source/Proc instance |
||
13 | passes itself as a parameter both for "value" and "exception" links. |
||
14 | * 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 |