My favorites | Sign in
Project Logo
                
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
28
29
30
31
32
33
34
35
36
37
38
0.2.1:

* made error handling better for sockets (also moved ConnectionClosed in sockets
module, renamed ConnectionError to SocketError and moved that too) and
improved the socket unittests on socket error handling.
* improved the coroutine decorator
* moved/renamed events.ConnectionError to sockets.SocketError
* moved ConnectionClosed in sockets module
* various plumbing (useless imports, typos etc)

0.2.0:

* rewritten the network code
* some network api was changed (readline was moved in a fileobject class - just
like python's socket api)
* added support for TransmitFile
* added support for select.epoll and select.kqueue in python 2.6
* added a ctypes iocp proactor (no dependency on pywin32)

0.1.9:

* splited platform specific network code in separate modules
* improved timeouts to save some memory
* added reactor_greedy and ops_greedy options on the scheduler
* removed qt reactor
* improved the coroutine call

0.1.8:

* added support for ConnectEx (via IOCPProactor)
* added content-length checking and adding chunking boudaries when app returns
wsgi.file_wrapper
* added a option for sendfile_timeout to the wsgi server
* added support for a threading.local-like object in cogen.core.coroutines.local
* changed epoll and kqueue to use ONE-SHOT events
* reworked the IOCPProactor
* added a QtReactor for using cogen within a Qt app (unstable)

Show details Hide details

Change log

r588 by ionel.mc on Apr 26, 2009   Diff
Removed trailing spaces. Fixed
inconsistent end of line format.

Merged from amcnabb8's branch.
Go to: 
Project members, sign in to write a code review

Older revisions

r565 by ionel.mc on Jan 16, 2009   Diff
updated version and NEWS
r559 by ionel.mc on Jan 13, 2009   Diff
fixed editing mistake
r552 by ionel.mc on Dec 30, 2008   Diff
updated the project metadata a bit
All revisions of this file

File info

Size: 1428 bytes, 38 lines
Hosted by Google Code