summaryrefslogtreecommitdiff
path: root/tests/thread_test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-10/+17
| | | | https://github.com/eventlet/eventlet/issues/101
* python3 compatibilitySergey Shepelev2014-04-241-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 compatibilityJakub Stasiak2014-04-151-0/+4
|
* python3 compat fixesVictor Sergeyev2014-03-281-14/+16
| | | | https://github.com/eventlet/eventlet/pull/59
* Reimplemented corolocal so as to implement __init__, local function calling, ↵Ryan Williams2010-02-241-1/+73
| | | | and, amazing, also leak fixing. Fixes #41.
* Adding a test for corolocal stuffChris AtLee2010-02-231-0/+39