File: CHANGES

package info (click to toggle)
python-event 0.3%2Bsvn60-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 492 kB
  • ctags: 677
  • sloc: python: 159; makefile: 88
file content (27 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
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 $