ANN: TLS Lite 0.4.0

2012-02-12 Thread Trevor Perrin
Hi, After years of neglect, I'm maintaining TLS Lite again, the pure-python SSL/TLS library. Lots of bugfixes and cleanup went into this release, but I'm sure there's more issues out there, so let me know! https://github.com/trevp/tlslite/ https://github.com/downloads/trevp/tlslite/tlslite-0.4.0

[ANNOUNCE] greenlet 0.3.4

2012-02-12 Thread Ralf Schmitt
Hi, I have uploaded greenlet 0.3.4 to PyPI: http://pypi.python.org/pypi/greenlet What is it? --- The greenlet module provides coroutines for python. coroutines allow suspending and resuming execution at certain locations. concurrence[1], eventlet[2] and gevent[3] use the greenlet module