summaryrefslogtreecommitdiff
path: root/eventlet/timeout.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compat: Improve subprocess, WSGI and testsJakub Stasiak2014-10-131-1/+1
|
* PEP-8 fixesSergey Shepelev2014-08-271-4/+6
|
* python3 compat fixesVictor Sergeyev2014-03-281-1/+1
| | | | https://github.com/eventlet/eventlet/pull/59
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-5/+2
| | | | print() function syntax
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
| | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers
* Tweaked the implementation of Timeout so that passing True as the exception ↵Ryan Williams2010-06-191-2/+2
| | | | class is the same as passing None, because it seemed inconsistent that one boolean value would have special nice behavior and the other would cause weird exceptions.
* Converted fully over to what the internet assures me is the American ↵Ryan Williams2010-05-051-2/+2
| | | | spelling of 'canceled' -- this only affects internal variables. Also cleaned up the meticulous timer accounting of the hub tests so they stop failing after other tests are run. Also added new parameter to the abort method because it seemed to be the dominant mode of operation.
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-2/+1
|
* py3k - BaseException (needed for 2.4) moved to eventlet.common. Unused ↵amajorek2010-02-281-7/+1
| | | | eventlet.greenpool.next removed
* Change to the way the builtin `BaseException` is checked for, to avoidTavis Rudd2010-02-271-25/+27
| | | | confusing pyflakes/pylint (plus a few whitespace/linelen tweaks)
* License obliterated import.Ryan Williams2010-02-201-0/+1
|
* Copying full MIT license into queue and timeout for perfect symmetry with ↵Ryan Williams2010-02-201-2/+22
| | | | gevent's crediting scheme. It seems that only the Copyright lines are actually necessary, but this makes it clear that there's no disparity of credit.
* Improved timeout docs.Ryan Williams2010-02-191-2/+6
|
* Adding timeout files, derr.Ryan Williams2010-02-161-0/+128