Highly concurrent networking library

Edit Package python-eventlet

Eventlet is a concurrent networking library for Python that allows you to
change how you run your code, not how you write it.

It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means you can easily use Eventlet from the Python
interpreter, or as a small part of a larger application.

Refresh
Refresh
Source Files
Filename Size Changed
eventlet-0.13.0.tar.gz 0000276599 270 KB
python-eventlet.changes 0000003542 3.46 KB
python-eventlet.spec 0000002680 2.62 KB
Revision 10 (latest revision is 55)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181915 from Alexandre Rogoski's avatar Alexandre Rogoski (aledr) (revision 10)
- update to 0.13.1:
 * hubs: kqueue support! Thanks to YAMAMOTO Takashi, Edward George
 * greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
 * green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks to Edward George
 * green: select: ensure that hub can .wait() at least once before timeout; Thanks to YAMAMOTO Takashi
 * tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; Thanks to Edward George
 * zmq: pyzmq 13.x compatibility; Thanks to Edward George
 * green: subprocess: Popen.wait() accepts new `timeout` kwarg; Python 3.3 and RHEL 6.1 compatibility
 * hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
 * semaphore: support timeout for acquire(); Thanks to Justin Patrin
 * support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); Thanks to Edward George
 * Travis continous integration; Thanks to Thomas Grainger, Jakub Stasiak
 * wsgi: minimum_chunk_size of last Server altered all previous (global variable); Thanks to Jakub Stasiak
 * doc: hubs: Point to the correct function in exception message; Thanks to Floris Bruynooghe (forwarded request 181901 from dirkmueller)
Comments 0
openSUSE Build Service is sponsored by