| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python 3 compat: Improve subprocess, WSGI and tests | Jakub Stasiak | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -4/+6 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -1/+1 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵ | Sergey Shepelev | 2013-12-03 | 1 | -5/+2 |
| | | | | | print() function syntax | ||||
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -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 Williams | 2010-06-19 | 1 | -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 Williams | 2010-05-05 | 1 | -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.support | amajorek | 2010-03-09 | 1 | -2/+1 |
| | | |||||
| * | py3k - BaseException (needed for 2.4) moved to eventlet.common. Unused ↵ | amajorek | 2010-02-28 | 1 | -7/+1 |
| | | | | | eventlet.greenpool.next removed | ||||
| * | Change to the way the builtin `BaseException` is checked for, to avoid | Tavis Rudd | 2010-02-27 | 1 | -25/+27 |
| | | | | | confusing pyflakes/pylint (plus a few whitespace/linelen tweaks) | ||||
| * | License obliterated import. | Ryan Williams | 2010-02-20 | 1 | -0/+1 |
| | | |||||
| * | Copying full MIT license into queue and timeout for perfect symmetry with ↵ | Ryan Williams | 2010-02-20 | 1 | -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 Williams | 2010-02-19 | 1 | -2/+6 |
| | | |||||
| * | Adding timeout files, derr. | Ryan Williams | 2010-02-16 | 1 | -0/+128 |
