summaryrefslogtreecommitdiff
path: root/tests/test_coroutine.py
Commit message (Expand)AuthorAgeFilesLines
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-241-208/+0
* Add greenlet testsNed Batchelder2014-09-201-3/+31
* Coroutines are now only supported with the C tracer, and better error handlingNed Batchelder2014-09-201-31/+57
* Merge in the C implementation of coroutine support.Ned Batchelder2014-09-171-1/+1
|\
| * Temporary debugging tweaks to testsNed Batchelder2014-07-311-1/+14
| * Update tests for really testing gevent with a C extension.Ned Batchelder2014-07-311-2/+2
* | Gevent, etc, support finally works. #149Ned Batchelder2014-09-171-11/+22
|/
* Fix up the coroutine tests, now eventlet works? But gevent still doesn'tNed Batchelder2014-07-061-19/+42
* Let the coroutine tests make a file, so the temp-file police don't complain.Ned Batchelder2014-03-011-3/+4
* Tests for the coroutine support that don't work yet... :(Ned Batchelder2014-03-011-0/+119