summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_threading.py
Commit message (Collapse)AuthorAgeFilesLines
* Silencing a few 2.7 tests.Ryan Williams2010-07-251-4/+18
|
* Deprecating eventlet.processes, hopefully fixing executable bit on all these ↵Ryan Williams2010-02-211-0/+0
| | | | dang files.
* Commenting out test that fails only in hudson, need to investigate why later.Ryan Williams2010-02-201-1/+8
|
* Version-specific test changes, plus name aliasing in db_pool.Ryan Williams2010-02-161-1/+4
|
* Patcherized threading and its test, removing a ton of copy-and-pasted code ↵Ryan Williams2009-11-291-11/+13
| | | | in the process. :-)
* Moved some copy-and-paste test code into stdlib and did the monkeypatching ↵Ryan Williams2009-08-241-0/+20
thing on it. Improved nose-friendliness of dbpool and tpool tests.