summaryrefslogtreecommitdiff
path: root/tests/timeout_test.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-20/+22
|
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-6/+5
| | | | https://github.com/eventlet/eventlet/issues/101
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-2/+2
| | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers
* Adding timeout files, derr.Ryan Williams2010-02-161-0/+54