| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove most of the deprecated code | Jakub Stasiak | 2014-10-10 | 1 | -269/+3 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -12/+21 |
| * | Python3: __bool__, im_code, im_func | Victor Sergeyev | 2014-04-24 | 1 | -0/+4 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -1/+8 |
| * | coros: remove Actor which was deprecated in 2010-01 | Sergey Shepelev | 2013-12-03 | 1 | -94/+0 |
| * | fixed bug where coros.semaphore passed limit arg to BoundedSemaphore, | Tavis Rudd | 2010-02-27 | 1 | -1/+1 |
| * | fixed various minor issues that pyflakes complained about, removed extraneous... | Tavis Rudd | 2010-02-24 | 1 | -15/+16 |
| * | tweaks to remove some DeprecationWarnings when running tests | Eugene Oden | 2010-02-22 | 1 | -16/+16 |
| * | Deprecating coros.Queue and coros.Channel | Ryan Williams | 2010-01-23 | 1 | -0/+6 |
| * | Deprecated coros.Actor, tweaked README and testing docs. | Ryan Williams | 2010-01-18 | 1 | -0/+7 |
| * | Fixed doctest. | Ryan Williams | 2010-01-18 | 1 | -1/+2 |
| * | Converted Actor to use GreenPool. | Ryan Williams | 2010-01-17 | 1 | -2/+3 |
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 1 | -9/+10 |
| * | Moved semaphore classes into their own module. | Ryan Williams | 2010-01-17 | 1 | -128/+14 |
| * | Moved a bunch of stuff around. Event, GreenThread, spawn, spawn_n went to th... | Ryan Williams | 2009-12-26 | 1 | -184/+20 |
| * | Merge | Ryan Williams | 2009-12-20 | 1 | -0/+6 |
| |\ |
|
| | * | Automated merge with ssh://hg@bitbucket.org/which_linden/eventlet/ | Ryan Williams | 2009-12-16 | 1 | -11/+16 |
| | |\ |
|
| | * \ | Automated merge with http://bitbucket.org/which_linden/eventlet | Ryan Williams | 2009-12-15 | 1 | -0/+6 |
| | |\ \ |
|
| | | * | | Initial commit of Parallel implementation | Ryan Williams | 2009-10-03 | 1 | -0/+6 |
| * | | | | Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ... | Ryan Williams | 2009-12-17 | 1 | -13/+14 |
| | |_|/
|/| | |
|
| * | | | Renamed coros.event to coros.Event to be compatible with PEP-8 some more. | Ryan Williams | 2009-12-16 | 1 | -11/+16 |
| |/ / |
|
| * | | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 1 | -23/+0 |
| |/ |
|
| * | Fix for the bug in Channel that Gregory Holt discovered, two new tests added ... | Ryan Williams | 2009-09-27 | 1 | -2/+0 |
| * | Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms... | Huin Linden | 2009-09-17 | 1 | -25/+28 |
| * | Minor doc change. | Ryan Williams | 2009-07-14 | 1 | -3/+4 |
| * | coros: update copyrights | Denis Bilenko | 2009-06-26 | 1 | -0/+2 |
| * | coros: use set instead of dict to store waiters in event and Semaphore | Denis Bilenko | 2009-06-24 | 1 | -8/+8 |
| * | coros: reenable sleep() in Channel.send() to give earlier senders/waiters a p... | Denis Bilenko | 2009-06-22 | 1 | -2/+2 |
| * | fix bug in coros.Channel: wait could timeout even though there was a send() a... | Denis Bilenko | 2009-06-22 | 1 | -0/+2 |
| * | coros: add 2 new class: Queue and Channel to replace the existing queue | Denis Bilenko | 2009-06-22 | 1 | -58/+140 |
| * | coros: fix 'balance' property for semaphores | Denis Bilenko | 2009-06-22 | 1 | -1/+8 |
| * | coros.Semaphore: minor optimization for acquire method | Denis Bilenko | 2009-06-22 | 1 | -2/+3 |
| * | coros: better __str__ and __repr__ for semaphores | Denis Bilenko | 2009-06-22 | 1 | -4/+12 |
| * | remove doctest.testmod() from the modules which had it | Denis Bilenko | 2009-06-20 | 1 | -8/+0 |
| * | coros.event: remove cancel() method | Denis Bilenko | 2009-06-16 | 1 | -45/+0 |
| * | move copytright and license out of docstring in the comments | Denis Bilenko | 2009-06-12 | 1 | -23/+20 |
| * | coros: remove pipe class | Denis Bilenko | 2009-06-12 | 1 | -21/+0 |
| * | coros: remove invalid comment | Denis Bilenko | 2009-06-12 | 1 | -3/+1 |
| * | make coros.CoroutinePool return pool.Pool instance | Denis Bilenko | 2009-06-08 | 1 | -2/+2 |
| * | coros: fix to use absolute import in CoroutinePool | Denis Bilenko | 2009-05-19 | 1 | -1/+1 |
| * | move CoroutinePool from coros to pools | Denis Bilenko | 2009-05-19 | 1 | -473/+3 |
| * | Semaphore and BoundedSemaphore: make __enter__ a real function, not an alias ... | Denis Bilenko | 2009-05-19 | 1 | -2/+4 |
| * | reimplement BoundedSemaphore using two Semaphores; this resulted in a much mo... | Denis Bilenko | 2009-03-29 | 1 | -47/+24 |
| * | add __len__ to coros.queue | Denis Bilenko | 2009-02-09 | 1 | -0/+3 |
| * | fix for coros.Semaphore: acquire() could return with Semaphore invariant bein... | Denis Bilenko | 2009-01-27 | 1 | -1/+1 |
| * | removed buggy coros.multievent | Denis Bilenko | 2009-01-22 | 1 | -50/+0 |
| * | coros: fixed multievent.__repr__ | Denis Bilenko | 2009-01-21 | 1 | -1/+1 |
| * | removed debuggin print statements | Denis Bilenko | 2009-01-13 | 1 | -2/+0 |
| * | Automated merge with http://www.donovanpreston.com:8888/eventlet-twisted-inte... | Denis Bilenko | 2009-01-13 | 1 | -221/+11 |
| |\ |
|
| | * | added a few comments about coros.event impl | Denis Bilenko | 2009-01-12 | 1 | -0/+8 |