I wasn’t expecting this level of continued development after pycon, but a bunch of bugfixes and improvements rolled in over the past week, so I think it’s appropriate to cut a 0.9.7. This happens to be a bugfix release, so the changelist is small: * GreenPipe is now a context manager (thanks, quad) * tpool.Proxy [...]
Archive for the ‘Uncategorized’ Category
25 Feb
0.9.6 almost ready!
Man, Pycon has been exhilarating! We got a lot of changes from new contributors that fixed bugs, increased coverage, and improved the code. I’m not really doing it justice — I gotta look over these changelogs and generate release notes to fully remember. I’m finishing up the final touches on eventlet.serve on the plane, and [...]
23 Feb
0.9.5 out!
I’ve been so caught up in this Pycon insanity that I forgot to officially announce it! Here’s the changelog: 0.9.5 ===== * support psycopg in db_pool * smart patcher that does the right patching when importing without needing to understand plumbing of patched module * patcher.monkey_patch() method replacing util.wrap_* * monkeypatch threading support * deprecated [...]
18 Feb
The Fate of api.named
In case you hadn’t heard of it, there’s a little function in the api module of eventlet called “named”. It does import-related stuff, and I’ve been trying to find a place where something like that even makes sense in the API, but haven’t been able to. I strongly suspect that the only user of this [...]
29 Jan
0.9.4 out
A stability release, as promised! I also ended up deprecating coros.Queue and coros.Channel, which is a little outside the purview of a stability release, but it is wafer-thin, so it’s ok, right? Here’s the changelog: Deprecated coros.Queue and coros.Channel (use queue.Queue instead) * Added putting and getting methods to queue.Queue. Added eventlet.green.Queue which is a [...]
