summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-7/+1
| | | | print() function syntax
* Silencing a few 2.7 tests.Ryan Williams2010-07-251-5/+8
|
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ↵Ryan Williams2009-12-171-2/+2
| | | | the direction of better factoring and fewer circular-ish dependencies.
* Patcherized test_threadRyan Williams2009-11-271-11/+9
|
* Replaced copy-and-paste test_thread with patched thread test.Ryan Williams2009-09-021-0/+20