| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -23/+21 |
| | | |||||
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -0/+2 |
| | | |||||
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵ | Sergey Shepelev | 2013-12-03 | 1 | -6/+8 |
| | | | | | print() function syntax | ||||
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -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 Williams | 2010-06-19 | 1 | -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. | amajorek | 2010-03-09 | 1 | -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_statement | Ryan Williams | 2010-02-15 | 1 | -0/+116 |
