summaryrefslogtreecommitdiff
path: root/eventlet/greenpool.py
Commit message (Expand)AuthorAgeFilesLines
* #53: Make a GreenPile with no spawn()s an empty sequence. (#555)nat-goodspeed2019-03-041-17/+23
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
* Type check Semaphore, GreenPool arguments; Thanks to Matthew D. PagelSergey Shepelev2016-12-231-16/+22
* PEP-8 fixesSergey Shepelev2014-08-271-0/+2
* python3 compatibilitySergey Shepelev2014-04-241-4/+9
* python3 compatibility: print functionSergey Shepelev2014-04-231-1/+1
* python3 compatibility: range, zip, StringIOViktors2014-04-231-4/+4
* Flipped debug to default to true for greenpool.spawn_n, to be consistent with...Ryan Williams2010-03-281-1/+1
* Added assertion in greenpool to prevent infinite waits. Thanks to rtyler for...Ryan Williams2010-03-171-0/+3
* Added neat file example to imap docs.Ryan Williams2010-03-161-0/+8
* Recursive crawler example added.Ryan Williams2010-03-011-2/+2
* py3k - BaseException (needed for 2.4) moved to eventlet.common. Unused eventl...amajorek2010-02-281-7/+0
* Change to the way the builtin `next` is checked for, to avoidTavis Rudd2010-02-271-12/+10
* fixed various minor issues that pyflakes complained about, removed extraneous...Tavis Rudd2010-02-241-43/+43
* Dropped keyword arg so that we don't use main_wrapper in GreenPool.spawn_nRyan Williams2010-02-231-3/+3
* Made termination condition of imap non-raise-y to keep log spam down.Ryan Williams2010-02-091-4/+8
* Fix for waitall with nothing runningGregory Holt2010-01-261-2/+3
* Migrated to a queue.Queue in greenpool.Ryan Williams2010-01-231-6/+6
* Added debug control over exceptions in greenpool, benchmarks directory.Ryan Williams2010-01-211-3/+4
* Found a minor bug in greenpool, added a test for it, and finished converting ...Ryan Williams2010-01-201-2/+5
* Doc improvementsRyan Williams2010-01-181-7/+15
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-181-15/+16
* Updated NEWS, added GreenPool.starmap, fixed the annoying intermittent test f...Ryan Williams2010-01-181-16/+32
* Cleaned up link implementation in greenthread, added greenthread test module,...Ryan Williams2010-01-181-7/+7
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-171-3/+4
* Default size parameter for greenpoolsRyan Williams2010-01-171-2/+2
* Moved semaphore classes into their own module.Ryan Williams2010-01-171-2/+3
* Renamed parallel to greenpool.Ryan Williams2010-01-011-0/+200