summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Multiprocess support doesn't work yet on Windows.Ned Batchelder2015-01-311-4/+15
|
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-301-0/+45
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-6/+6
|
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-3/+3
|
* Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330.Ned Batchelder2014-11-081-0/+18
|
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-241-0/+208
--HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py