python-eventlet 0.9.16-1ubuntu4.2 source package in Ubuntu

Changelog

python-eventlet (0.9.16-1ubuntu4.2) precise-proposed; urgency=low

  * debian/patches/fix_waitpid_rc.patch: Properly block on child processes
    and return correct return codes.  Cherry-picked from upstream VCS.
    (LP: #1078232)
 -- Adam Gandelman <email address hidden>   Mon, 26 Nov 2012 10:40:29 -0800

Upload details

Uploaded by:
Adam Gandelman
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-eventlet_0.9.16.orig.tar.gz 309.8 KiB b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430
python-eventlet_0.9.16-1ubuntu4.2.debian.tar.gz 10.5 KiB fb4abb50960d541c9aeed1ac51a0b351e786b2928c514dc56a01ee4660aa1f23
python-eventlet_0.9.16-1ubuntu4.2.dsc 1.9 KiB e7a7d647f5c9257d87f2e3c1f7aa4d0981e518cbe7f0ea1093b7bb38843bf40b

View changes file

Binary packages built by this source

python-eventlet: concurrent networking library for Python

 Eventlet 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.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.