summaryrefslogtreecommitdiff
path: root/tests/timeout_test_with_statement.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-23/+21
|
* pypy compatibilityJakub Stasiak2014-04-151-0/+2
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-6/+8
| | | | print() function syntax
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-5/+5
| | | | | | | 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/+22
| | | | 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.
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-1/+1
| | | | | | | - integer division - repr instead of ` Added __hash__ to speedy Proxy funtions - 3.x requires __hash__ if __eq__ is defined. Found problem with comparing two proxy objects.
* Renamed test__api_timeout to timeout_test_with_statementRyan Williams2010-02-151-0/+116