1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
- fix exception handling in loop(), from Denis Bilenko
- add default WSGI handler, from Phoenix Sol <phoenix@burninglabs.com>
event-0.4:
- fix handling of the Global Interpreter Lock; events now work with threads!
(event base support is next)
- fix Leopard build (issue 8)
- support basic bufferevent API (issue 10)
- support basic evdns API
- update loop() and dispatch() to return status, as requested by
edfaulkner@gmail.com
event-0.3:
- fix reference counting for callback arguments passed via
"simple" interface
- fix self decref for persistent signal event
# $Id: CHANGES 60 2009-06-25 06:31:10Z dugsong $
|