summaryrefslogtreecommitdiff
path: root/tests/greenpool_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-071-1/+1
* PEP-8 fixesSergey Shepelev2014-08-271-1/+1
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-3/+3
* python3 compatibilitySergey Shepelev2014-04-241-42/+66
* python3 compatibility: range, zip, StringIOViktors2014-04-231-1/+1
* python3 compat fixesVictor Sergeyev2014-03-281-61/+65
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Added assertion in greenpool to prevent infinite waits. Thanks to rtyler for...Ryan Williams2010-03-171-0/+5
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-1/+1
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-5/+5
* Fix for waitall with nothing runningGregory Holt2010-01-261-1/+6
* Found a minor bug in greenpool, added a test for it, and finished converting ...Ryan Williams2010-01-201-8/+26
* Updated NEWS, added GreenPool.starmap, fixed the annoying intermittent test f...Ryan Williams2010-01-181-0/+4
* Cleaned up link implementation in greenthread, added greenthread test module,...Ryan Williams2010-01-181-9/+0
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-171-6/+6
* Bumping up stress test timeouts for minilla.Ryan Williams2010-01-151-1/+1
* Renamed parallel to greenpool.Ryan Williams2010-01-011-0/+444