lp:corotwine

Created by Christopher Armstrong and last modified
Get this branch:
bzr branch lp:corotwine
Only Christopher Armstrong can upload to this branch. If you are Christopher Armstrong please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Christopher Armstrong
Project:
Corotwine
Status:
Development

Recent revisions

15. By Christopher Armstrong

Merge lp:~exarkun/corotwine/standalone-greenlet: Support the standalone
'greenlet' module in addition to the one from py.magic.

Author: exarkun
Reviewer: radix

This change adds a fallback to corotwine to use the "greenlet" library if
"py.magic.greenlet" is unavailable. "py.magic.greenlet" appears no longer to
be available in recent versions of pylib. The standalone "greenlet" module
has the same API and appears to be the same code, split into an independent
distribution. PyPy also supports the "greenlet" module (via its own
implementation).

14. By Christopher Armstrong

remove some untrue comments: those elses *are* tested.

13. By Christopher Armstrong

let's do 0.2

12. By Christopher Armstrong

describe the return/raise semantics of connection-handling functions.

11. By Christopher Armstrong

make returning from the connection-handling function close the connection,
with tests. Update example code to not explicitly call transport.close.

10. By Christopher Armstrong

point at launchpad for the setup.py URL

9. By Christopher Armstrong

d'oh, ConnectionClosed not ConnectionLost

8. By Christopher Armstrong

link to more launchpad stuff in the README

7. By Christopher Armstrong

we now depend on Twisted 8.1 or higher

6. By Christopher Armstrong

switch back to raising the original twisted reason exception for connection
lost events, now that Twisted has a ConnectionClosed class that represents
both types of connection closure.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.