summaryrefslogtreecommitdiff
path: root/tests/greenthread_test.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-5/+13
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-14/+14
* python3 compatibilitySergey Shepelev2014-04-241-13/+13
* pypy compatibilityJakub Stasiak2014-04-151-1/+1
* prevent infinite recursion with linking to current greenthreadEdward George2012-12-121-0/+15
* Added spawn_after_local and tests, removed test__timers (the source of the ne...Ryan Williams2010-02-131-0/+32
* Added spawn_after, with tests and documentation. Removed dead code in timer_...Ryan Williams2010-02-131-8/+35
* Added assertions about deadness of greenthreads.Ryan Williams2010-01-261-3/+13
* Removed api module dependency in pyevent hub.Ryan Williams2010-01-181-1/+2
* Cleaned up link implementation in greenthread, added greenthread test module,...Ryan Williams2010-01-181-0/+71