| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -10/+17 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes | ||||
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -0/+4 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -14/+16 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | Reimplemented corolocal so as to implement __init__, local function calling, ↵ | Ryan Williams | 2010-02-24 | 1 | -1/+73 |
| | | | | | and, amazing, also leak fixing. Fixes #41. | ||||
| * | Adding a test for corolocal stuff | Chris AtLee | 2010-02-23 | 1 | -0/+39 |
