| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -5/+13 |
| | | |||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -14/+14 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -13/+13 |
| | | | | | | | | | | | | | - __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 | -1/+1 |
| | | |||||
| * | prevent infinite recursion with linking to current greenthread | Edward George | 2012-12-12 | 1 | -0/+15 |
| | | |||||
| * | Added spawn_after_local and tests, removed test__timers (the source of the ↵ | Ryan Williams | 2010-02-13 | 1 | -0/+32 |
| | | | | | new tests), deprecated call_after_* | ||||
| * | Added spawn_after, with tests and documentation. Removed dead code in ↵ | Ryan Williams | 2010-02-13 | 1 | -8/+35 |
| | | | | | timer_test. | ||||
| * | Added assertions about deadness of greenthreads. | Ryan Williams | 2010-01-26 | 1 | -3/+13 |
| | | |||||
| * | Removed api module dependency in pyevent hub. | Ryan Williams | 2010-01-18 | 1 | -1/+2 |
| | | |||||
| * | Cleaned up link implementation in greenthread, added greenthread test ↵ | Ryan Williams | 2010-01-18 | 1 | -0/+71 |
| module, fixed kill's implementation to resolve the race condition. | |||||
