python-eventlet 0.9.15-0ubuntu4 source package in Ubuntu

Changelog

python-eventlet (0.9.15-0ubuntu4) oneiric; urgency=low

  * Refresh retry-on-timeout.patch to address failing tests.
  * Make test suite failure fatal again.
 -- Soren Hansen <email address hidden>   Mon, 06 Jun 2011 11:33:21 +0200

Upload details

Uploaded by:
Soren Hansen
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-eventlet_0.9.15.orig.tar.gz 312.5 KiB 8633c0f316d01a99d5a003360a79f1d2279f1975f4b15c4f9778dc13d225b2b4
python-eventlet_0.9.15-0ubuntu4.debian.tar.gz 7.2 KiB b88c9f107e20c4a06812b00c8fb14d84330bb6bfa773a0d79ec8feba74b753ce
python-eventlet_0.9.15-0ubuntu4.dsc 1.6 KiB 9e7d0d09657a5822cd2f52d3d34c4931088afa43e1e279a95a89646d3139de6d

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.