summaryrefslogtreecommitdiff
path: root/eventlet/timeout.py
Commit message (Expand)AuthorAgeFilesLines
* WIPerror-is-timeoutSergey Shepelev2016-12-221-2/+20
* 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
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-5/+2
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Tweaked the implementation of Timeout so that passing True as the exception c...Ryan Williams2010-06-191-2/+2
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-051-2/+2
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-2/+1
* py3k - BaseException (needed for 2.4) moved to eventlet.common. Unused eventl...amajorek2010-02-281-7/+1
* Change to the way the builtin `BaseException` is checked for, to avoidTavis Rudd2010-02-271-25/+27
* License obliterated import.Ryan Williams2010-02-201-0/+1
* Copying full MIT license into queue and timeout for perfect symmetry with gev...Ryan Williams2010-02-201-2/+22
* Improved timeout docs.Ryan Williams2010-02-191-2/+6
* Adding timeout files, derr.Ryan Williams2010-02-161-0/+128